|
From: Michael K. <ko...@us...> - 2006-11-17 13:40:21
|
Update of /cvsroot/cobricks/cobricks2/web/ADMIN/org.cobricks.discussion In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25956/org.cobricks.discussion Modified Files: index.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/cobricks/cobricks2/web/ADMIN/org.cobricks.discussion/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.html 2 Jun 2006 12:04:46 -0000 1.3 +++ index.html 17 Nov 2006 13:40:08 -0000 1.4 @@ -1,35 +1,14 @@ -$portalPresenter.parse("$!contextPath/ADMIN/pageheader.html.en",$portalRequest) - -#if ($returnCode == 1005) - <p><div class="success">Item annotation added.</div></p> -#elseif ($returnCode == 1006) - <p><div class="success">Item annotation removed.</div></p> -#elseif ($returnCode == 1007) - <p><div class="success">Item attachment added.</div></p> - -#end +#parse ( "/ADMIN/pageheader.html" ) -<em><a href="$contextPath/ADMIN/index.html">Admin</a> - -<a href="$contextPath/ADMIN/org.cobricks.discussion/index.html">Discussion Component</a></em> +<em><a href="/ADMIN/index.html">Admin</a> - +<a href="/ADMIN/org.cobricks.discussion/index.html">Discussion Component</a></em> <h1>Discussion Component</h1> <h3>Version: $discussionManager.getComponentVersion()</h3> -<h3>Properties</h3> -<form action="/DISCUSSION" method="post"> -<input type="hidden" name="cmd" value="saveProperties"/> -<input type="hidden" name="cmd.success" value="/ADMIN/discussion/index.html"/> -<input type="hidden" name="cmd.error" value="/ADMIN/discussion/index.html"/> -<input type="hidden" name="cmd.noaccess" value="/noaccess.html"/> -<table> -#foreach ($table_line in $discussionPresenter.getAdminPropertiesForm()) - $table_line -#end -</table> -</form> -$portalPresenter.parse("$!contextPath/ADMIN/pagefooter.html.en",$portalRequest) +#parse ( "/ADMIN/pagefooter.html" ) |