Author: sdumitriu
Date: 2008-02-13 19:50:51 +0100 (Wed, 13 Feb 2008)
New Revision: 7683
Added:
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docextra.vm
Removed:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docextra.vm
Log:
XWIKI-2114: Upgrade the default templates
XSALBATROSS-13: Move Albatross templates files to the XWiki Core templates
directory to share them with other skins
Deleted:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docextra.vm
===================================================================
---
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docextra.vm
2008-02-13 18:49:24 UTC (rev 7682)
+++
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docextra.vm
2008-02-13 18:50:51 UTC (rev 7683)
@@ -1,26 +0,0 @@
-##
-##
-## Extra data: comments, attachments ...
-##
-<div id="xwikidata" class="layoutsubsection">
-#set($inline = true)
-#set($show = $!request.getParameter("show"))
-#if(!$show || ($show != "comments" && $show != "attachments" && $show !=
"history" && $show != "attributes"))
-#set($show = "comments")
-#end
-<h3 class="hidden">$msg.get("docdata")</h3>
-<div id="xwikidatacontents">
-#if(!$showcomments)
-#set($showcomments = $xwiki.getWebPreference("showcomments"))
-#end
-#if($showcomments!="no")
-#template("commentsinline.vm")
-#end
-#if(!$showattachments)
-#set($showattachments = $xwiki.getWebPreference("showattachments"))
-#end
-#if($showattachments!="no")
-#template("attachmentsinline.vm")
-#end
-</div> ## xwikidatacontents
-</div> ## xwikidata
Copied: xwiki-platform/web/trunk/standard/src/main/webapp/templates/docextra.vm
(from rev 7682,
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docextra.vm)
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/docextra.vm
(rev 0)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/docextra.vm
2008-02-13 18:50:51 UTC (rev 7683)
@@ -0,0 +1,26 @@
+##
+##
+## Extra data: comments, attachments ...
+##
+<div id="xwikidata" class="layoutsubsection">
+#set($inline = true)
+#set($show = $!request.getParameter("show"))
+#if(!$show || ($show != "comments" && $show != "attachments" && $show !=
"history" && $show != "attributes"))
+#set($show = "comments")
+#end
+<h3 class="hidden">$msg.get("docdata")</h3>
+<div id="xwikidatacontents">
+#if(!$showcomments)
+#set($showcomments = $xwiki.getWebPreference("showcomments"))
+#end
+#if($showcomments!="no")
+#template("commentsinline.vm")
+#end
+#if(!$showattachments)
+#set($showattachments = $xwiki.getWebPreference("showattachments"))
+#end
+#if($showattachments!="no")
+#template("attachmentsinline.vm")
+#end
+</div> ## xwikidatacontents
+</div> ## xwikidata
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications