Changeset 265
- Timestamp:
- 09/27/06 01:10:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/phpdoc/Converters/HTML/frames/templates/DOM/jelix/templates/filesource.tpl
r236 r265 3 3 <h1>Source for file {$name}</h1> 4 4 <p>Documentation is available at {$docs}</p> 5 <pre class="src-code">6 5 {$source} 7 </pre> 6 8 7 {include file="footer.tpl"} trunk/build/phpdoc/Converters/HTML/frames/templates/DOM/jelix/templates/media/stylesheet.css
r236 r265 48 48 .tutorial-nav-box { width: 100%; border: 2px solid #999999; background-color: #DDDDDD } 49 49 .nav-button-disabled { color: #999999; } 50 .nav-button:active, 51 .nav-button:focus, 50 .nav-button:active, 51 .nav-button:focus, 52 52 .nav-button:hover { background-color: #AAAAAA; outline: 1px solid #666666; text-decoration: none } 53 53 .folder-title { font-style: italic } … … 95 95 /* Syntax highlighting */ 96 96 97 pre {97 pre, div.src-code { 98 98 padding-left:1em; 99 99 border-left:4px solid /*#c66464;*/#efe03b; … … 103 103 color:black; 104 104 overflow:auto; 105 font-family: 'Courier New', Courier, monospace; 105 font-family: 'Courier New', Courier, monospace; 106 106 font-weight: normal; 107 107 } … … 124 124 .src-php { font-weight: bold; } 125 125 126 .src-doc { color: #009999 }126 .src-doc { color: #009999 ;} 127 127 .src-doc-close-template { color: #0000FF } 128 128 .src-doc-coretag { color: #0099FF; font-weight: bold } … … 184 184 } 185 185 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 190 190 } 191 191 trunk/Makefile
r248 r265 17 17 endif 18 18 19 SVN_REVISION = $(shell svn info | grep -E " Revision|R�sion" -m 1 | cut -d ":" -f 2 | cut -d " " -f 2)19 SVN_REVISION = $(shell svn info | grep -E "vision" -m 1 | cut -d ":" -f 2 | cut -d " " -f 2) 20 20 21 21 ifeq ($(LIB_VERSION),SVN)
