[Lutinbuilder-commits] r211 - in maven-lutin-skin/tags: . maven-lutin-skin-0.2.1 maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven maven-lutin-skin-0.2.1/src/main/resources/css maven-lutin-skin-0.2.1/src/main/resources/images maven-lutin-skin-0.2.1/src/main/resources/images/logos
Author: chatellier Date: 2008-10-13 07:56:00 +0000 (Mon, 13 Oct 2008) New Revision: 211 Added: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/pom.xml maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven/site.vm maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/lutin.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-base.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-theme.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/print.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/build-by-maven-black.png maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/build-by-maven-white.png maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/maven-feather.png maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/paypal_en.gif Removed: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/pom.xml maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven/site.vm maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/lutin.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-base.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-theme.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/print.css maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/maven-feather.png Log: [maven-release-plugin] copy for tag maven-lutin-skin-0.2.1 Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1 (from rev 206, maven-lutin-skin/trunk) Deleted: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/pom.xml =================================================================== --- maven-lutin-skin/trunk/pom.xml 2008-10-10 12:27:23 UTC (rev 206) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/pom.xml 2008-10-13 07:56:00 UTC (rev 211) @@ -1,48 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <!--The version of maven's project object model--> - <modelVersion>4.0.0</modelVersion> - - <!--lutinproject.xml--> - <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>3.0</version> - </parent> - - <!--A unique name for this project--> - <groupId>org.codelutin</groupId> - <artifactId>maven-lutin-skin</artifactId> - <name>Lutin site theme</name> - - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> - <version>0.2.1-SNAPSHOT</version> - - <!--Description--> - <description> - Theme Code Lutin pour les sites. - </description> - <inceptionYear>2006</inceptionYear> - - <!-- properties --> - <properties> - - <!-- id du projet du labs --> - <labs.id>11</labs.id> - - <!-- nom du projet sur le labs --> - <labs.project>lutinbuilder</labs.project> - - </properties> - - <!--Source control management--> - <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> - </scm> -</project> Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/pom.xml (from rev 210, maven-lutin-skin/trunk/pom.xml) =================================================================== --- maven-lutin-skin/tags/maven-lutin-skin-0.2.1/pom.xml (rev 0) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/pom.xml 2008-10-13 07:56:00 UTC (rev 211) @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <!--The version of maven's project object model--> + <modelVersion>4.0.0</modelVersion> + + <!--lutinproject.xml--> + <parent> + <groupId>org.codelutin</groupId> + <artifactId>lutinproject</artifactId> + <version>3.0</version> + </parent> + + <!--A unique name for this project--> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <name>Lutin site theme</name> + + <!--ejb, jar, war...--> + <packaging>jar</packaging> + + <!--Version--> + <version>0.2.1</version> + + <!--Description--> + <description> + Theme Code Lutin pour les sites. + </description> + <inceptionYear>2006</inceptionYear> + + <!-- properties --> + <properties> + + <!-- id du projet du labs --> + <labs.id>11</labs.id> + + <!-- nom du projet sur le labs --> + <labs.project>lutinbuilder</labs.project> + + </properties> + + <!--Source control management--> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-lutin-skin/tags/maven-lutin-skin-0.2.1</connection> + <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-lutin-skin/tags/maven-lutin-skin-0.2.1</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-lutin-skin/tags/maven-lutin-skin-0.2.1?root=lutinbuilder</url> + </scm> +</project> Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src (from rev 197, maven-lutin-skin/trunk/src) Deleted: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven/site.vm =================================================================== --- maven-lutin-skin/trunk/src/main/resources/META-INF/maven/site.vm 2008-10-01 16:08:30 UTC (rev 197) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven/site.vm 2008-10-13 07:56:00 UTC (rev 211) @@ -1,404 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -#macro ( banner $banner $id ) - #if ( $banner ) - #if( $banner.href ) - <a href="$banner.href" id="$id"> - #else - <span id="$id"> - #end - - #if( $banner.src ) - #set ( $src = $banner.src ) - #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) ) - #set ( $src = $PathTool.calculateLink( $src, $relativePath ) ) - #set ( $src = $src.replaceAll( "\\", "/" ) ) - #end - #if ( $banner.alt ) - #set ( $alt = $banner.alt ) - #else - #set ( $alt = "" ) - #end - <img src="$src" alt="$alt" /> - #else - $banner.name - #end - - #if( $banner.href ) - </a> - #else - </span> - #end - #end -#end - -#macro ( links $links ) - #set ( $counter = 0 ) - #foreach( $item in $links ) - #set ( $counter = $counter + 1 ) - #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) ) - #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) ) - <a href="$currentItemHref">$item.name</a> - #if ( $links.size() > $counter ) - | - #end - #end -#end - -#macro ( breadcrumbs $breadcrumbs ) - #set ( $counter = 0 ) - #foreach( $item in $breadcrumbs ) - #set ( $counter = $counter + 1 ) - #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) ) - #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) ) - - #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" ) - $item.name - #else - <a href="$currentItemHref">$item.name</a> - #end - #if ( $breadcrumbs.size() > $counter ) - > - #end - #end -#end - -#macro ( displayTree $display $item ) - #if ( $item && $item.items && $item.items.size() > 0 ) - #foreach( $subitem in $item.items ) - #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) ) - #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) ) - - #if ( $alignedFileName == $subitemHref ) - #set ( $display = true ) - #end - - #displayTree( $display $subitem ) - #end - #end -#end - -#macro ( menuItem $item ) - #set ( $collapse = "none" ) - #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) ) - #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) ) - - #if ( $item && $item.items && $item.items.size() > 0 ) - #if ( $item.collapse == false ) - #set ( $collapse = "expanded" ) - #else - ## By default collapsed - #set ( $collapse = "collapsed" ) - #end - - #set ( $display = false ) - #displayTree( $display $item ) - - #if ( $alignedFileName == $currentItemHref || $display ) - #set ( $collapse = "expanded" ) - #end - #end - <li class="$collapse"> - #if ( $item.img ) - #if ( ! ( $item.img.toLowerCase().startsWith("http") || $item.img.toLowerCase().startsWith("https") ) ) - #set ( $src = $PathTool.calculateLink( $item.img, $relativePath ) ) - #set ( $src = $item.img.replaceAll( "\\", "/" ) ) - <img src="$src"/> - #else - <img src="$item.img" align="absbottom" style="border-width: 0"/> - #end - #end - #if ( $alignedFileName == $currentItemHref ) - <strong>$item.name</strong> - #else - <a href="$currentItemHref">$item.name</a> - #end - #if ( $item && $item.items && $item.items.size() > 0 ) - #if ( $collapse == "expanded" ) - <ul> - #foreach( $subitem in $item.items ) - #menuItem( $subitem ) - #end - </ul> - #end - #end - </li> -#end - -#macro ( mainMenu $menus ) - #foreach( $menu in $menus ) - #if ( $menu.name ) - <h5>$menu.name</h5> - #end - <ul> - #foreach( $item in $menu.items ) - #menuItem( $item ) - #end - </ul> - #end -#end - -#macro ( copyright ) - #if ( $project ) - #set ( $currentYear = ${currentDate.year} + 1900 ) - - #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) ) - ${project.inceptionYear}-${currentYear} - #else - ${currentYear} - #end - - #if ( ${project.organization} && ${project.organization.name} ) - ${project.organization.name} - #end - #end -#end - -#macro ( publishDate $position $publishDate $version ) - #if ( $publishDate && $publishDate.format ) - #set ( $format = $publishDate.format ) - #else - #set ( $format = "MM/dd/yyyy" ) - #end - - $dateFormat.applyPattern( $format ) - - #set ( $dateToday = $dateFormat.format( $currentDate ) ) - - #if ( $publishDate && $publishDate.position ) - #set ( $datePosition = $publishDate.position ) - #else - #set ( $datePosition = "left" ) - #end - - #if ( $version ) - #if ( $version.position ) - #set ( $versionPosition = $version.position ) - #else - #set ( $versionPosition = "left" ) - #end - #end - - #set ( $breadcrumbs = $decoration.body.breadcrumbs ) - - #if ( $datePosition.equalsIgnoreCase( $position ) ) - #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) ) - | $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday - #if ( $versionPosition.equalsIgnoreCase( $position ) ) - | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} - #end - #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) ) - <div id="lastPublished"> - $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday - #if ( $versionPosition.equalsIgnoreCase( $position ) ) - | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} - #end - </div> - #elseif ( $datePosition.equalsIgnoreCase("left") ) - <div class="xleft"> - $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday - #if ( $versionPosition.equalsIgnoreCase( $position ) ) - | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} - #end - #if ( $breadcrumbs && $breadcrumbs.size() > 0 ) - | #breadcrumbs( $breadcrumbs ) - #end - </div> - #end - #elseif ( $versionPosition.equalsIgnoreCase( $position ) ) - #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) ) - | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} - #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) ) - <div id="lastPublished"> - $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} - </div> - #elseif ( $versionPosition.equalsIgnoreCase("left") ) - <div class="xleft"> - $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} - #if ( $breadcrumbs && $breadcrumbs.size() > 0 ) - | #breadcrumbs( $breadcrumbs ) - #end - </div> - #end - #elseif ( $position.equalsIgnoreCase( "left" ) ) - #if ( $breadcrumbs && $breadcrumbs.size() > 0 ) - <div class="xleft"> - #breadcrumbs( $breadcrumbs ) - </div> - #end - #end -#end - -#macro ( poweredByLogo $poweredBy ) - #if( $poweredBy ) - #foreach ($item in $poweredBy) - #if( $item.href ) - #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) ) - #set ( $href = $href.replaceAll( "\\", "/" ) ) - #else - #set ( $href="http://maven.apache.org/" ) - #end - - #if( $item.name ) - #set ( $name = $item.name ) - #else - #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" ) ) - #set ( $name = "${name} Maven" ) - #end - - #if( $item.img ) - #set ( $img = $item.img ) - #else - #set ( $img = "images/logos/maven-feather.png" ) - #end - - <a href="$href" title="$name" id="poweredBy"> - #set ( $img = $PathTool.calculateLink( $img, $relativePath ) ) - #set ( $img = $img.replaceAll( "\\", "/" ) ) - <img alt="$name" src="$img" /> - </a> - #end - #if( $poweredBy.isEmpty() ) - <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" id="poweredBy"> - <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png"></img> - </a> - #end - #else - <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" id="poweredBy"> - <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png"></img> - </a> - #end -#end - -<html> - <head> - <title>$title</title> - <style type="text/css" media="all"> - @import url("$relativePath/css/maven-base.css"); - @import url("$relativePath/css/maven-theme.css"); - @import url("$relativePath/css/lutin.css"); - @import url("$relativePath/css/site.css"); - </style> - <link rel="stylesheet" href="$relativePath/css/print.css" type="text/css" media="print" /> - #foreach( $author in $authors ) - <meta name="author" content="$author" /> - #end - <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" /> - #if ( $decoration.body.head ) - #foreach( $item in $decoration.body.head.getChildren() ) - #if ( $item.name == "script" ) - $item.toUnescapedString() - #else - $item.toString() - #end - #end - #end - </head> - <body class="composite"> - <div id="banner"> - #banner( $decoration.bannerLeft "bannerLeft" ) - #banner( $decoration.bannerRight "bannerRight" ) - <div class="clear"> - <hr/> - </div> - </div> - <div id="breadcrumbs"> - #publishDate( "left" $decoration.publishDate $decoration.version ) - <div class="xright">#links( $decoration.body.links )#publishDate( "right" $decoration.publishDate $decoration.version )</div> - <div class="clear"> - <hr/> - </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - #publishDate( "navigation-top" $decoration.publishDate $decoration.version ) - #mainMenu( $decoration.body.menus ) - #publishDate( "navigation-bottom" $decoration.publishDate $decoration.version ) - </div> - <div id="Google-search"> -<!-- Search Google --> -<form method="get" action="http://www.google.fr/custom" target="_top"> - <input type="hidden" name="client" value="pub-5067547915349883"></input> - <input type="hidden" name="forid" value="1"></input> - <input type="hidden" name="ie" value="ISO-8859-15"></input> - <input type="hidden" name="oe" value="ISO-8859-15"></input> - <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:210;L:http://www.codelutin.com/images/ - <input type="hidden" name="hl" value="fr"></input> - -<table bgcolor="#eeeeee"> - <tr><td valign="top" align="right"> - <label for="sbi" style="display: none">Entrez les termes que vous recherchez.</label> - <input type="text" name="q" size="10" maxlength="255" value="" id="sbi"></input> - <label for="sbb" style="display: none">Envoyer un formulaire de recherche</label> -</td></tr> -<tr><td valign="top" align="right"> - <input type="submit" name="sa" value="Google" id="sbb"></input> -</td></tr></table> -</form> -<!-- Search Google --> - </div> - <div id="paypal"> -<!-- - | FIXME probleme de recherche de lutin-site-skin_XX.properties, dans doute pas dans le classpath :(, mais ou mettre la dependance :( - test dans le plugin declaration, dans dep du projet, marche pas - | <a href=" # $ i18n.getString( "lutin-site-skin", $locale, "whymakedonate.url" )"> $ i18n.getString( "lutin-site-skin", $locale, "whymakedonate" )</a> - +--> - <a href="http://www.codelutin.com/whymakedonate/en">Why make donate</a> -<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> -<input type="hidden" name="cmd" value="_xclick"> -<input type="hidden" name="business" value="paypal@codelutin.com"> -<input type="hidden" name="item_name" value="$project.artifactId"> -<input type="hidden" name="item_number" value="Don"> -<input type="hidden" name="no_shipping" value="2"> -<input type="hidden" name="no_note" value="1"> -<input type="hidden" name="currency_code" value="EUR"> -<input type="hidden" name="tax" value="0"> -<input type="hidden" name="lc" value="FR"> -<input type="hidden" name="bn" value="PP-DonationsBF"> -<input type="image" src="images/paypal.gif" border="0" name="submit" alt="Effectuez vos dons via PayPal"> -</form> - </div> - <div id="Google-AdSense"> -<script type="text/javascript"><!-- -google_ad_client = "pub-5067547915349883"; -google_ad_width = 120; -google_ad_height = 240; -google_ad_format = "120x240_as"; -google_ad_type = "text"; -google_ad_channel = ""; -//--></script> -<script type="text/javascript" - src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> -</script> - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - $bodyContent - </div> - </div> - <div id="poweredBy"> - #poweredByLogo( $decoration.poweredBy ) - </div> -<!-- - <div class="clear"> - <hr/> - </div> ---> - <div id="footer"> - <div class="xright">©#copyright()#publishDate( "bottom" $decoration.publishDate $decoration.version )</div> - <div class="clear"> - <hr/> - </div> - </div> - -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> -</script> -<script type="text/javascript"> -_uacct = "UA-1064192-2"; -_udn="labs.libre-entreprise.org"; -urchinTracker(); -</script> -<a class="tiny" href="http://www.codelutin.com/google">google analytics</a> - - </body> -</html> Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven/site.vm (from rev 209, maven-lutin-skin/trunk/src/main/resources/META-INF/maven/site.vm) =================================================================== --- maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven/site.vm (rev 0) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/META-INF/maven/site.vm 2008-10-13 07:56:00 UTC (rev 211) @@ -0,0 +1,458 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +#macro ( link $href $name ) + #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) ) + <a href="$href" class="externalLink">$name</a> + #else + <a href="$href">$name</a> + #end +#end + +#macro ( banner $banner $id ) + #if ( $banner ) + #if( $banner.href ) + <a href="$banner.href" id="$id" #if( $banner.alt ) title="$banner.alt" #end > + #else + <div id="$id"> + #end + + #if( $banner.src ) + #set ( $src = $banner.src ) + #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) ) + #set ( $src = $PathTool.calculateLink( $src, $relativePath ) ) + #set ( $src = $src.replaceAll( "\\", "/" ) ) + #end + #if ( $banner.alt ) + #set ( $alt = $banner.alt ) + #else + #set ( $alt = $banner.name ) + #end + <img src="$src" alt="$alt" /> + #else + $banner.name + #end + + #if( $banner.href ) + </a> + #else + </div> + #end + #end +#end + +#macro ( links $links ) + #set ( $counter = 0 ) + #foreach( $item in $links ) + #set ( $counter = $counter + 1 ) + #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) ) + #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) ) + #link( $currentItemHref $item.name ) + #if ( $links.size() > $counter ) + | + #end + #end +#end + +#macro ( breadcrumbs $breadcrumbs ) + #set ( $counter = 0 ) + #foreach( $item in $breadcrumbs ) + #set ( $counter = $counter + 1 ) + #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) ) + #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) ) + + #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" ) + $item.name + #else + #link( $currentItemHref $item.name ) + #end + #if ( $breadcrumbs.size() > $counter ) + > + #end + #end +#end + +#macro ( displayTree $display $item ) + #if ( $item && $item.items && $item.items.size() > 0 ) + #foreach( $subitem in $item.items ) + #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) ) + #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) ) + #if ( $alignedFileName == $subitemHref ) + #set ( $display = true ) + #end + + #displayTree( $display $subitem ) + #end + #end +#end + +#macro ( menuItem $item ) + #set ( $collapse = "none" ) + #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) ) + #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) ) + + #if ( $item && $item.items && $item.items.size() > 0 ) + #if ( $item.collapse == false ) + #set ( $collapse = "expanded" ) + #else + ## By default collapsed + #set ( $collapse = "collapsed" ) + #end + + #set ( $display = false ) + #displayTree( $display $item ) + + #if ( $alignedFileName == $currentItemHref || $display ) + #set ( $collapse = "expanded" ) + #end + #end + <li class="$collapse"> + #if ( $item.img ) + #if ( ! ( $item.img.toLowerCase().startsWith("http") || $item.img.toLowerCase().startsWith("https") ) ) + #set ( $src = $PathTool.calculateLink( $item.img, $relativePath ) ) + #set ( $src = $src.replaceAll( "\\", "/" ) ) + <img src="$src"/> + #else + <img src="$item.img" align="absbottom" style="border-width: 0"/> + #end + #end + #if ( $alignedFileName == $currentItemHref ) + <strong>$item.name</strong> + #else + #link( $currentItemHref $item.name ) + #end + #if ( $item && $item.items && $item.items.size() > 0 ) + #if ( $collapse == "expanded" ) + <ul> + #foreach( $subitem in $item.items ) + #menuItem( $subitem ) + #end + </ul> + #end + #end + </li> +#end + +#macro ( mainMenu $menus ) + #foreach( $menu in $menus ) + #if ( $menu.name ) + <h5>$menu.name</h5> + #end + #if ( $menu.items && $menu.items.size() > 0 ) + <ul> + #foreach( $item in $menu.items ) + #menuItem( $item ) + #end + </ul> + #end + #end +#end + +#macro ( copyright ) + #if ( $project ) + #set ( $currentYear = ${currentDate.year} + 1900 ) + + #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) ) + ${project.inceptionYear}-${currentYear} + #else + ${currentYear} + #end + + #if ( ${project.organization} && ${project.organization.name} ) + ${project.organization.name} + #end + #end +#end + +#macro ( publishDate $position $publishDate $version ) + #if ( $publishDate && $publishDate.format ) + #set ( $format = $publishDate.format ) + #else + #set ( $format = "yyyy-MM-dd" ) + #end + + $dateFormat.applyPattern( $format ) + + #set ( $dateToday = $dateFormat.format( $currentDate ) ) + + #if ( $publishDate && $publishDate.position ) + #set ( $datePosition = $publishDate.position ) + #else + #set ( $datePosition = "left" ) + #end + + #if ( $version ) + #if ( $version.position ) + #set ( $versionPosition = $version.position ) + #else + #set ( $versionPosition = "left" ) + #end + #else + #set ( $version = "" ) + #set ( $versionPosition = "left" ) + #end + + #set ( $breadcrumbs = $decoration.body.breadcrumbs ) + #set ( $links = $decoration.body.links ) + + #if ( $datePosition.equalsIgnoreCase( "right" ) && $links && $links.size() > 0 ) + #set ( $prefix = " |" ) + #else + #set ( $prefix = "" ) + #end + + #if ( $datePosition.equalsIgnoreCase( $position ) ) + #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) ) + $prefix $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday + #if ( $versionPosition.equalsIgnoreCase( $position ) ) + | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + #end + #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) ) + <div id="lastPublished"> + $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday + #if ( $versionPosition.equalsIgnoreCase( $position ) ) + | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + #end + </div> + #elseif ( $datePosition.equalsIgnoreCase("left") ) + <div class="xleft"> + $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday + #if ( $versionPosition.equalsIgnoreCase( $position ) ) + | $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + #end + #if ( $breadcrumbs && $breadcrumbs.size() > 0 ) + | #breadcrumbs( $breadcrumbs ) + #end + </div> + #end + #elseif ( $versionPosition.equalsIgnoreCase( $position ) ) + #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) ) + $prefix $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) ) + <div id="lastPublished"> + $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + </div> + #elseif ( $versionPosition.equalsIgnoreCase("left") ) + <div class="xleft"> + $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version} + #if ( $breadcrumbs && $breadcrumbs.size() > 0 ) + | #breadcrumbs( $breadcrumbs ) + #end + </div> + #end + #elseif ( $position.equalsIgnoreCase( "left" ) ) + #if ( $breadcrumbs && $breadcrumbs.size() > 0 ) + <div class="xleft"> + #breadcrumbs( $breadcrumbs ) + </div> + #end + #end +#end + +#macro ( poweredByLogo $poweredBy ) + #if( $poweredBy ) + #foreach ($item in $poweredBy) + #if( $item.href ) + #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) ) + #set ( $href = $href.replaceAll( "\\", "/" ) ) + #else + #set ( $href="http://maven.apache.org/" ) + #end + + #if( $item.name ) + #set ( $name = $item.name ) + #else + #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" ) ) + #set ( $name = "${name} Maven" ) + #end + + #if( $item.img ) + #set ( $img = $item.img ) + #else + #set ( $img = "images/logos/maven-feather.png" ) + #end + + <a href="$href" title="$name" class="poweredBy"> + #set ( $img = $PathTool.calculateLink( $img, $relativePath ) ) + #set ( $img = $img.replaceAll( "\\", "/" ) ) + <img class="poweredBy" + alt="$name" + src="$img" + width="90" + height="30" + /> + </a> + #end + #if( $poweredBy.isEmpty() ) + <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy"> + <img class="poweredBy" + alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" + src="$relativePath/images/logos/maven-feather.png" + width="90" + height="30" + border="1" /> + </a> + #end + #else + <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy"> + <img class="poweredBy" + alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" + src="$relativePath/images/logos/maven-feather.png" + width="90" + height="30" + border="1" + /> + </a> + #end +#end + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>$title</title> + <style type="text/css" media="all"> + @import url("$relativePath/css/maven-base.css"); + @import url("$relativePath/css/maven-theme.css"); + @import url("$relativePath/css/lutin.css"); + @import url("$relativePath/css/site.css"); + </style> + <link rel="stylesheet" href="$relativePath/css/print.css" type="text/css" media="print" /> + #foreach( $author in $authors ) + <meta name="author" content="$author" /> + #end + <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" /> + #if ( $decoration.body.head ) + #foreach( $item in $decoration.body.head.getChildren() ) + ## Workaround for DOXIA-150 due to a non-desired behaviour in p-u + ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toString() + ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toUnescapedString() + #set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" ) + #set ( $documentHeader = $documentHeader.replaceAll( "\\", "" ) ) + #if ( $item.name == "script" ) + $StringUtils.replace( $item.toUnescapedString(), $documentHeader, "" ) + #else + $StringUtils.replace( $item.toString(), $documentHeader, "" ) + #end + #end + #end + </head> + <body class="composite"> + <div id="banner"> + #banner( $decoration.bannerLeft "bannerLeft" ) + #banner( $decoration.bannerRight "bannerRight" ) + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + #publishDate( "left" $decoration.publishDate $decoration.version ) + <div class="xright">#links( $decoration.body.links )#publishDate( "right" $decoration.publishDate $decoration.version )</div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="leftColumn"> + <div id="navcolumn"> + #publishDate( "navigation-top" $decoration.publishDate $decoration.version ) + #mainMenu( $decoration.body.menus ) + ##poweredByLogo( $decoration.poweredBy ) + #publishDate( "navigation-bottom" $decoration.publishDate $decoration.version ) + </div> + + + <!-- Search Google --> + <div id="Google-search"> + <form method="get" action="http://www.google.fr/custom" target="_top"> + <input type="hidden" name="client" value="pub-5067547915349883"></input> + <input type="hidden" name="forid" value="1"></input> + <input type="hidden" name="ie" value="ISO-8859-15"></input> + <input type="hidden" name="oe" value="ISO-8859-15"></input> + <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:210;L:http://www.codelutin.com/images/ + <input type="hidden" name="hl" value="fr"></input> + <table bgcolor="#eeeeee"> + <tr> + <td valign="top" align="right"> + <label for="sbi" style="display: none">Entrez les termes que vous recherchez.</label> + <input type="text" name="q" size="10" maxlength="255" value="" id="sbi"></input> + <label for="sbb" style="display: none">Envoyer un formulaire de recherche</label> + </td> + </tr> + <tr> + <td valign="top" align="right"> + <input type="submit" name="sa" value="Google" id="sbb"></input> + </td> + </tr> + </table> + </form> + </div> + <!-- Search Google --> + + <!-- paypal --> + <div id="paypal"> + <!-- + | FIXME probleme de recherche de lutin-site-skin_XX.properties, dans doute pas dans le classpath :(, mais ou mettre la dependance :( - test dans le plugin declaration, dans dep du projet, marche pas + | <a href=" # $ i18n.getString( "maven-lutin-skin", $locale, "whymakedonate.url" )"> $ i18n.getString( "maven-lutin-skin", $locale, "whymakedonate" )</a> + +--> + <a href="http://www.codelutin.com/whymakedonate/en">Why make donate</a> + <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> + <input type="hidden" name="cmd" value="_xclick"/> + <input type="hidden" name="business" value="paypal@codelutin.com"/> + <input type="hidden" name="item_name" value="$project.artifactId"/> + <input type="hidden" name="item_number" value="Don"/> + <input type="hidden" name="no_shipping" value="2"/> + <input type="hidden" name="no_note" value="1"/> + <input type="hidden" name="currency_code" value="EUR"/> + <input type="hidden" name="tax" value="0"/> + <input type="hidden" name="lc" value="FR"/> + <input type="hidden" name="bn" value="PP-DonationsBF"/> + <input type="image" src="images/paypal.gif" border="0" name="submit" alt="Effectuez vos dons via PayPal"/> + </form> + </div> + <div id="Google-AdSense"> + <script type="text/javascript"> + <!-- + google_ad_client = "pub-5067547915349883"; + google_ad_width = 120; + google_ad_height = 240; + google_ad_format = "120x240_as"; + google_ad_type = "text"; + google_ad_channel = ""; + //--> + </script> + <script type="text/javascript" + src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> + </script> + + <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> + </script> + <script type="text/javascript"> + <!-- + _uacct = "UA-1064192-2"; + _udn="labs.libre-entreprise.org"; + urchinTracker(); + // --> + </script> + <div id="googleAnalytics"> + <a class="tiny" href="http://www.codelutin.com/google">google analytics</a> + </div> + </div> + </div> + <div id="bodyColumn"> + <div id="contentBox"> + $bodyContent + </div> + </div> + <div id="poweredBy"> + #poweredByLogo( $decoration.poweredBy ) + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright"> + ©#copyright()#publishDate( "bottom" $decoration.publishDate $decoration.version ) + </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> Deleted: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/lutin.css =================================================================== --- maven-lutin-skin/trunk/src/main/resources/css/lutin.css 2008-10-01 16:08:30 UTC (rev 197) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/lutin.css 2008-10-13 07:56:00 UTC (rev 211) @@ -1,77 +0,0 @@ -#bannerLeft { - float: left; - width: 20%; -} - -#bannerRight { - float: right; - width: 20%; -} - -#banner img { -// height: 60px; -} - -#bodyColumn { - min-height: 300px; -} - -#leftColumn { - border: none; - background-color: transparent; -} - -#navcolumn { - border: 1px solid #999; - background-color: #eee; -} - -#Google-search { - margin-top: 3px; - margin-bottom: 3px; - padding: 4px; - text-align: center; - border: 1px solid #999; - background-color: #eee; -} - -#paypal { - margin-top: 3px; - margin-bottom: 3px; - padding: 4px; - text-align: center; - border: 1px solid #999; - background-color: #eee; -} - -#poweredBy img { - display: inline; - margin: 3px; - width: auto; - height: auto; -} - -.tiny { - font-size: 50%; -} - -.field_list { - display: table; - border-spacing: 4pt; - border: 5px solid white; -} -.field { - display: table-row; -} -.field_name { - display: table-cell; - font-weight: bold ; - text-align: left ; - white-space: nowrap; - color: white; - background-color: #bbb; -} -.field_body { - display: table-cell; - background-color: #ddd; -} Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/lutin.css (from rev 206, maven-lutin-skin/trunk/src/main/resources/css/lutin.css) =================================================================== --- maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/lutin.css (rev 0) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/lutin.css 2008-10-13 07:56:00 UTC (rev 211) @@ -0,0 +1,79 @@ +/*#bannerLeft { + float: left; + width: 20%; +} + +#bannerRight { + float: right; + width: 20%; +} + +#banner img { + height: 60px; +}*/ + +#bodyColumn { + min-height: 300px; +} + +#leftColumn { + border: none; + background-color: transparent; +} + +#navcolumn { + border: 1px solid #999; + background-color: #eee; +} + +#Google-search { + margin-top: 3px; + margin-bottom: 3px; + padding: 4px; + text-align: center; + border: 1px solid #999; + background-color: #eee; +} + +#paypal { + margin-top: 3px; + margin-bottom: 3px; + padding: 4px; + text-align: center; + border: 1px solid #999; + background-color: #eee; +} + +#poweredBy img { + display: inline; + margin: 3px; + width: auto; + height: auto; +} + +.tiny { + font-size: 40%; +} + +/* unused ? + +.field_list { + display: table; + border-spacing: 4pt; + border: 5px solid white; +} +.field { + display: table-row; +} +.field_name { + display: table-cell; + font-weight: bold ; + text-align: left ; + white-space: nowrap; + color: white; + background-color: #bbb; +} +.field_body { + display: table-cell; + background-color: #ddd; +}*/ Deleted: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-base.css =================================================================== --- maven-lutin-skin/trunk/src/main/resources/css/maven-base.css 2008-10-01 16:08:30 UTC (rev 197) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-base.css 2008-10-13 07:56:00 UTC (rev 211) @@ -1,148 +0,0 @@ -body { - margin: 0px; - padding: 0px; -} -img { - border:none; -} -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -acronym { - cursor: help; - border-bottom: 1px dotted #feb; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; - text-shadow: #7CFC00; -} -.xright, #bannerRight img { - float:right; - text-shadow: #7CFC00; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; - border: 1px solid black; - width: 90px; - height: 30px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -.section { - padding: 4px; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -.source pre { - margin: 0px; - padding: 0px; -} Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-base.css (from rev 206, maven-lutin-skin/trunk/src/main/resources/css/maven-base.css) =================================================================== --- maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-base.css (rev 0) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-base.css 2008-10-13 07:56:00 UTC (rev 211) @@ -0,0 +1,143 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} Deleted: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-theme.css =================================================================== --- maven-lutin-skin/trunk/src/main/resources/css/maven-theme.css 2008-10-01 16:08:30 UTC (rev 197) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-theme.css 2008-10-13 07:56:00 UTC (rev 211) @@ -1,141 +0,0 @@ -body { - padding: 0px 0px 10px 0px; -} -body, td, select, input, li{ - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -a { - text-decoration: none; -} -a:link { - color:#36a; -} -a:visited { - color:#47a; -} -a:active, a:hover { - color:#69c; -} -#legend li.externalLink { - background: url(../images/external.png) left top no-repeat; - padding-left: 18px; -} -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: url(../images/external.png) right center no-repeat; - padding-right: 18px; -} -#legend li.newWindow { - background: url(../images/newwindow.png) left top no-repeat; - padding-left: 18px; -} -a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { - background: url(../images/newwindow.png) right center no-repeat; - padding-right: 18px; -} -h2 { - padding: 4px 4px 4px 6px; - border: 1px solid #999; - color: #900; - background-color: #ddd; - font-weight:900; - font-size: x-large; -} -h3 { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - color: #900; - background-color: #eee; - font-weight: normal; - font-size: large; -} -h4 { - padding: 4px 4px 4px 6px; - border: 1px solid #bbb; - color: #900; - background-color: #fff; - font-weight: normal; - font-size: large; -} -h5 { - padding: 4px 4px 4px 6px; - color: #900; - font-size: normal; -} -p { - line-height: 1.3em; - font-size: small; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #ccc; -} -#leftColumn { - margin: 10px 0 0 5px; - border: 1px solid #999; - background-color: #eee; -} -#navcolumn h5 { - font-size: smaller; - border-bottom: 1px solid #aaaaaa; - padding-top: 2px; - color: #000; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th, table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; -} -dl { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - background-color: #ffc; -} -dt { - color: #900; -} -#organizationLogo img, #projectLogo img, #projectLogo span{ - margin: 8px; -} -#banner { - border-bottom: 1px solid #fff; -} -.errormark, .warningmark, .donemark, .infomark { - background: url(../images/icon_error_sml.gif) no-repeat; -} - -.warningmark { - background-image: url(../images/icon_warning_sml.gif); -} - -.donemark { - background-image: url(../images/icon_success_sml.gif); -} - -.infomark { - background-image: url(../images/icon_info_sml.gif); -} - Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-theme.css (from rev 206, maven-lutin-skin/trunk/src/main/resources/css/maven-theme.css) =================================================================== --- maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-theme.css (rev 0) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/maven-theme.css 2008-10-13 07:56:00 UTC (rev 211) @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} Deleted: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/print.css =================================================================== --- maven-lutin-skin/trunk/src/main/resources/css/print.css 2008-10-01 16:08:30 UTC (rev 197) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/print.css 2008-10-13 07:56:00 UTC (rev 211) @@ -1,7 +0,0 @@ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #rightColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/print.css (from rev 206, maven-lutin-skin/trunk/src/main/resources/css/print.css) =================================================================== --- maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/print.css (rev 0) +++ maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/css/print.css 2008-10-13 07:56:00 UTC (rev 211) @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/build-by-maven-black.png (from rev 206, maven-lutin-skin/trunk/src/main/resources/images/logos/build-by-maven-black.png) =================================================================== (Binary files differ) Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/build-by-maven-white.png (from rev 206, maven-lutin-skin/trunk/src/main/resources/images/logos/build-by-maven-white.png) =================================================================== (Binary files differ) Deleted: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/maven-feather.png =================================================================== (Binary files differ) Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/logos/maven-feather.png (from rev 206, maven-lutin-skin/trunk/src/main/resources/images/logos/maven-feather.png) =================================================================== (Binary files differ) Copied: maven-lutin-skin/tags/maven-lutin-skin-0.2.1/src/main/resources/images/paypal_en.gif (from rev 206, maven-lutin-skin/trunk/src/main/resources/images/paypal_en.gif) =================================================================== (Binary files differ)
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org