Changeset 1955
- Timestamp:
- 2008-05-06 21:11:38 (3 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/src/site/site.vm (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/site.vm
r1954 r1955 12 12 #if ( $banner ) 13 13 #if( $banner.href ) 14 <a href="$banner.href" id="$id" #if( $banner.alt ) title="$banner.alt" #end>15 #else 16 < divid="$id">14 <a href="$banner.href" id="$id"> 15 #else 16 <span id="$id"> 17 17 #end 18 18 … … 26 26 #set ( $alt = $banner.alt ) 27 27 #else 28 #set ( $alt = $banner.name)28 #set ( $alt = "" ) 29 29 #end 30 30 <img src="$src" alt="$alt" /> … … 36 36 </a> 37 37 #else 38 </ div>38 </span> 39 39 #end 40 40 #end … … 77 77 #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) ) 78 78 #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) ) 79 #set ( $display = false ) 79 80 80 #if ( $alignedFileName == $subitemHref ) 81 81 #set ( $display = true ) … … 151 151 #macro ( copyright ) 152 152 #if ( $project ) 153 #set ( $currentYear = ${currentDate.year} + 1900 ) 154 153 #if ( ${project.organization} ) 154 #set ( $period = "" ) 155 #else 156 #set ( $period = "." ) 157 #end 158 #set ( $currentYear = ${currentDate.year} + 1900 ) 155 159 #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) ) 156 ${project.inceptionYear}-${currentYear} 157 #else 158 ${currentYear} 159 #end 160 161 #if ( ${project.organization} && ${project.organization.name} ) 162 ${project.organization.name} 160 ${project.inceptionYear}-${currentYear}${period} 161 #else 162 ${currentYear}${period} 163 #end 164 165 #if ( ${project.organization} ) 166 #if ( ${project.organization.name} && ${project.organization.url} ) 167 <a href="$project.organization.url">$project.organization.name</a>. 168 #elseif ( ${project.organization.name} ) 169 $project.organization.name. 170 #end 163 171 #end 164 172 #end … … 188 196 #set ( $versionPosition = "left" ) 189 197 #end 190 #else191 #set ( $version = "" )192 #set ( $versionPosition = "left" )193 198 #end 194 199 … … 276 281 #set ( $img = $PathTool.calculateLink( $img, $relativePath ) ) 277 282 #set ( $img = $img.replaceAll( "\\", "/" ) ) 278 <img class="poweredBy" 279 alt="$name" 280 src="$img" 281 width="90" 282 height="30" 283 /> 283 <img alt="$name" src="$img" /> 284 284 </a> 285 285 #end 286 286 #if( $poweredBy.isEmpty() ) 287 287 <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy"> 288 <img class="poweredBy" 289 alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" 290 src="$relativePath/images/logos/maven-feather.png" 291 width="90" 292 height="30" 293 border="1" /> 288 <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png"></img> 294 289 </a> 295 290 #end 296 291 #else 297 292 <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy"> 298 <img class="poweredBy" 299 alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" 300 src="$relativePath/images/logos/maven-feather.png" 301 width="90" 302 height="30" 303 border="1" 304 /> 293 <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png"></img> 305 294 </a> 306 295 #end … … 367 356 </div> 368 357 <div id="footer"> 369 <div class="xright"> © 2004 - 2008 Frederico Caldeira Knabben (<a href="http://www.fredck.com/">FredCK.com</a>). All rights reserved.</div>358 <div class="xright">Copyright ©#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )</div> 370 359 <div class="clear"> 371 360 <hr/>