Changeset 265

Show
Ignore:
Timestamp:
09/27/06 01:10:32 (2 years ago)
Author:
laurentj
Message:

corrections dans les templates de phpdoc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/phpdoc/Converters/HTML/frames/templates/DOM/jelix/templates/filesource.tpl

    r236 r265  
    33<h1>Source for file {$name}</h1> 
    44<p>Documentation is available at {$docs}</p> 
    5 <pre class="src-code"> 
    65{$source} 
    7 </pre> 
     6 
    87{include file="footer.tpl"} 
  • trunk/build/phpdoc/Converters/HTML/frames/templates/DOM/jelix/templates/media/stylesheet.css

    r236 r265  
    4848.tutorial-nav-box { width: 100%; border: 2px solid #999999; background-color: #DDDDDD } 
    4949.nav-button-disabled { color: #999999; } 
    50 .nav-button:active,  
    51 .nav-button:focus,  
     50.nav-button:active, 
     51.nav-button:focus, 
    5252.nav-button:hover { background-color: #AAAAAA; outline: 1px solid #666666; text-decoration: none } 
    5353.folder-title { font-style: italic } 
     
    9595/* Syntax highlighting */ 
    9696 
    97 pre
     97pre, div.src-code
    9898  padding-left:1em; 
    9999  border-left:4px solid /*#c66464;*/#efe03b; 
     
    103103  color:black; 
    104104  overflow:auto; 
    105   font-family: 'Courier New', Courier, monospace;  
     105  font-family: 'Courier New', Courier, monospace; 
    106106  font-weight: normal; 
    107107} 
     
    124124.src-php { font-weight: bold; } 
    125125 
    126 .src-doc { color: #009999
     126.src-doc { color: #009999 ;
    127127.src-doc-close-template { color: #0000FF } 
    128128.src-doc-coretag { color: #0099FF; font-weight: bold } 
     
    184184} 
    185185 
    186 .webfx-tree-item a:hover, .webfx-tree-item a:active {  
    187         color: white;  
    188         background: red;  
    189         text-decoration: none  
     186.webfx-tree-item a:hover, .webfx-tree-item a:active { 
     187        color: white; 
     188        background: red; 
     189        text-decoration: none 
    190190} 
    191191 
  • trunk/Makefile

    r248 r265  
    1717endif 
    1818 
    19 SVN_REVISION = $(shell svn info | grep -E "Revision|R�sion" -m 1 | cut -d ":" -f 2 | cut -d " " -f 2) 
     19SVN_REVISION = $(shell svn info | grep -E "vision" -m 1 | cut -d ":" -f 2 | cut -d " " -f 2) 
    2020 
    2121ifeq ($(LIB_VERSION),SVN) 
Download in other formats: Unified Diff Zip Archive