|
From: Michael K. <ko...@us...> - 2006-01-24 07:15:50
|
Update of /cvsroot/cobricks/cobricks2/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17079 Modified Files: notfound.html.en Log Message: Index: notfound.html.en =================================================================== RCS file: /cvsroot/cobricks/cobricks2/web/notfound.html.en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- notfound.html.en 22 Aug 2005 13:54:29 -0000 1.3 +++ notfound.html.en 24 Jan 2006 07:15:42 -0000 1.4 @@ -12,8 +12,22 @@ <p>The original request was for the following URI: "$portalRequest.getHttpRequestURI()"</p> +#if ($!userLogin != "anonymous") + +<p>If you were trying to create a new Wiki page, then confirm this by +pressing this button to change to the page edit dialog. + +<form action="/portal/createwiki.html" method="post"> +<input type="hidden" name="ppath" value="$portalRequest.getPagePath()"> +<input type="hidden" name="pname" value="$portalRequest.getPageName()"> +<input type="hidden" name="title" value="$portalRequest.getPageName()"> +<input type="submit" value="Create Wiki page"> +</form> + +#end + <p>You might want to try the following (working) entry points to -the user interface: +the Cobricks default user interface: <ul> <li> <a href="$contextPath/index.html">Homepage</a> <li> <a href="$contextPath/admin.html">Admin Homepage</a> |