Author: sdumitriu Date: 2008-02-14 01:27:44 +0100 (Thu, 14 Feb 2008) New Revision: 7717
Removed: xwiki-platform/web/trunk/standard/src/main/webapp/templates/basefooter.vm xwiki-platform/web/trunk/standard/src/main/webapp/templates/baseheader.vm Modified: xwiki-platform/web/trunk/standard/src/main/webapp/templates/analytics.vm xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesall.vm Log: XWIKI-2114: Upgrade the default templates Modified: xwiki-platform/web/trunk/standard/src/main/webapp/templates/analytics.vm =================================================================== --- xwiki-platform/web/trunk/standard/src/main/webapp/templates/analytics.vm 2008-02-14 00:22:36 UTC (rev 7716) +++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/analytics.vm 2008-02-14 00:27:44 UTC (rev 7717) @@ -1,10 +1,10 @@ -#* place holder for an statistics script *# -#* example for google analytics *# -#* -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> -</script> -<script type="text/javascript"> -_uacct = "UA-XXXXX-Y"; -urchinTracker(); -</script> +## place holder for an statistics script +## example for google analytics +#* +<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> +</script> +<script type="text/javascript"> +_uacct = "UA-XXXXX-Y"; +urchinTracker(); +</script> *# \ No newline at end of file Deleted: xwiki-platform/web/trunk/standard/src/main/webapp/templates/basefooter.vm =================================================================== --- xwiki-platform/web/trunk/standard/src/main/webapp/templates/basefooter.vm 2008-02-14 00:22:36 UTC (rev 7716) +++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/basefooter.vm 2008-02-14 00:27:44 UTC (rev 7717) @@ -1 +0,0 @@ -<div class="xwiki${xwikimode}a" id="xwikinav_footer"></div> Deleted: xwiki-platform/web/trunk/standard/src/main/webapp/templates/baseheader.vm =================================================================== --- xwiki-platform/web/trunk/standard/src/main/webapp/templates/baseheader.vm 2008-02-14 00:22:36 UTC (rev 7716) +++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/baseheader.vm 2008-02-14 00:27:44 UTC (rev 7717) @@ -1,2 +0,0 @@ -<div class="xwiki${xwikimode}a" id="xwikinav_header"> -</div> Modified: xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesall.vm =================================================================== --- xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesall.vm 2008-02-14 00:22:36 UTC (rev 7716) +++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesall.vm 2008-02-14 00:27:44 UTC (rev 7717) @@ -1,8 +1,9 @@ -#template("xwiki.vm") -#template("httpheader.vm") -#template("header.vm") -#template("viewheader.vm") -<div id="xwikicontent"> +### +### Document already exists message +### +### +#template("startpage.vm") +<div class="main layoutsubsection"> #if($request.get("type")) #set($type= $request.get("type")) #else @@ -33,6 +34,6 @@ #set($newdoc = $origdoc) #set($origdoc = $xwiki.getDocument($tdoc,"1.0")) #template("changesdoc.vm") +<div class="clearfloats"></div> </div> -#template("basefooter.vm") -#template("footer.vm") +#template("endpage.vm") _______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
