Author: sdumitriu
Date: 2008-02-13 16:26:10 +0100 (Wed, 13 Feb 2008)
New Revision: 7590
Added:
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docdoesnotexist.vm
Removed:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docdoesnotexist.vm
Log:
XWIKI-2114: Upgrade the default templates
Deleted:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docdoesnotexist.vm
===================================================================
---
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docdoesnotexist.vm
2008-02-13 15:25:57 UTC (rev 7589)
+++
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docdoesnotexist.vm
2008-02-13 15:26:10 UTC (rev 7590)
@@ -1,21 +0,0 @@
-###
-### Document does not exist message
-###
-###
-$response.setStatus(404)
-#template("startpage.vm")
-<div class="main layoutsubsection">
-#if($xwiki.exists("XWiki.DocumentDoesNotExist"))
- $xwiki.includeForm("XWiki.DocumentDoesNotExist",false)
-#else
-#xwikimessageboxstart($msg.get("notice") $msg.get("thispagedoesnotexist"))
-#if($hasedit)
-#set($url = $doc.getURL("edit", $editparams))
-$xwiki.parseMessage("youcanclicktoedit")
-#end
-#template("recyclebinlist.vm")
-#xwikimessageboxend()
-#end
-<div class="clearfloats"></div>
-</div>
-#template("endpage.vm")
Copied:
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docdoesnotexist.vm
(from rev 7589,
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/docdoesnotexist.vm)
===================================================================
---
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docdoesnotexist.vm
(rev 0)
+++
xwiki-platform/web/trunk/standard/src/main/webapp/templates/docdoesnotexist.vm
2008-02-13 15:26:10 UTC (rev 7590)
@@ -0,0 +1,21 @@
+###
+### Document does not exist message
+###
+###
+$response.setStatus(404)
+#template("startpage.vm")
+<div class="main layoutsubsection">
+#if($xwiki.exists("XWiki.DocumentDoesNotExist"))
+ $xwiki.includeForm("XWiki.DocumentDoesNotExist",false)
+#else
+#xwikimessageboxstart($msg.get("notice") $msg.get("thispagedoesnotexist"))
+#if($hasedit)
+#set($url = $doc.getURL("edit", $editparams))
+$xwiki.parseMessage("youcanclicktoedit")
+#end
+#template("recyclebinlist.vm")
+#xwikimessageboxend()
+#end
+<div class="clearfloats"></div>
+</div>
+#template("endpage.vm")
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications