From tchemit@users.nuiton.org Thu Feb 24 15:38:25 2011 From: tchemit@users.nuiton.org To: maven-nuiton-skin-commits@list.nuiton.org Subject: [Maven-nuiton-skin-commits] r626 - trunk/src/main/resources/META-INF/maven Date: Thu, 24 Feb 2011 15:38:25 +0100 Message-ID: <20110224143825.17FF416BDA@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8990979269312249227==" --===============8990979269312249227== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: tchemit Date: 2011-02-24 15:38:25 +0100 (Thu, 24 Feb 2011) New Revision: 626 Url: http://nuiton.org/repositories/revision/maven-nuiton-skin/626 Log: Anomalie #1361: Google search does not work at all (the extra suffix with * i= s not ok) Anomalie #1364: Google-Ads and Google analytics are in same div which makes n= o senses Evolution #1011: Add a parameter to customize the display (or not) of the don= ate stuff on project. Evolution #1358: Add a parameter to customize the display (or not) of the goo= gle analytics on project. Evolution #1360: Add a parameter to customize the display (or not) of the goo= gle search stuff on project. Evolution #1362: Add a parameter to customize the display (or not) of the goo= gle ads on project. Modified: trunk/src/main/resources/META-INF/maven/site.vm Modified: trunk/src/main/resources/META-INF/maven/site.vm =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/src/main/resources/META-INF/maven/site.vm 2011-02-24 14:22:45 UTC (= rev 625) +++ trunk/src/main/resources/META-INF/maven/site.vm 2011-02-24 14:38:25 UTC (= rev 626) @@ -380,6 +380,7 @@
+ =20
#publishDate( "navigation-top" $decoration.publishDate $decoration.ve= rsion ) @@ -387,81 +388,97 @@ ##poweredByLogo( $decoration.poweredBy ) #publishDate( "navigation-bottom" $decoration.publishDate $decoration= .version )
- =20 - =20 - -
-
-
- #if( $project.groupId =3D=3D "org.nuiton" ) - - #elseif( $project.groupId =3D=3D "org.chorem" ) - - #end =20 - - - #if( $locale =3D=3D "fr" ) - - #elseif( $locale =3D=3D "en" ) - - #end =20 - -
-
- -
- - =20 - -
- +
+
+
+ #if( $project.groupId =3D=3D "org.nuiton" ) + + #elseif( $project.groupId =3D=3D "org.chorem" ) + + #end + + + #if( $locale =3D=3D "fr" ) + + #elseif( $locale =3D=3D "en" ) + + #end + +
+
+ +
+ #end + + #if ( "$payPalEnabled" !=3D "false" ) + +
+ - Why make donat= e -
- - - - - - - - - - - -
-
-
- + +
+ #end + #if ( "$googleAnalyticsEnabled" !=3D "false" ) + - - =20 - -
+ #end
+ =20
$bodyContent --===============8990979269312249227==--