Author: sdumitriu
Date: 2008-02-13 20:15:11 +0100 (Wed, 13 Feb 2008)
New Revision: 7698

Removed:
   xwiki-platform/web/trunk/standard/src/main/webapp/templates/exception.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/web/trunk/standard/src/main/webapp/templates/exception.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/exception.vm    
2008-02-13 19:14:07 UTC (rev 7697)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/exception.vm    
2008-02-13 19:15:11 UTC (rev 7698)
@@ -1,24 +0,0 @@
-#template("xwiki.vm")
-#template("httpheader.vm")
-#template("header.vm")
-#template("viewheader.vm")
-<div id="xwikicontent">
-    #set($message = $xwiki.parseMessage())
-    #if($message)
-    <center>
-        <h2>$message</h2>
-        <br/><br/>
-    </center>
-    #else
-    $msg.get("problemoccured")
-    #end
-    <br/><br/>
-    #if($exp)
-    $msg.get("detailedinformation"):<br/>
-    <pre>
-        $exp.getFullMessage()
-    </pre>
-    #end
-</div>
-#template("basefooter.vm")
-#template("footer.vm")

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to