Ideas - A Welcom Message for the Main Page#
-- Heinz Josef Lücking - 18.06.04 --Put it into file "PageContent.jsp" rigth above <wiki:InsertPage />
Sample can be seen here http://www.giswiki.de.
<% String strStart = ((com.ecyrd.jspwiki.WikiContext)pageContext.getAttribute ("jspwiki.context", PageContext.REQUEST_SCOPE)).getPage().getName(); if(strStart.equals("Main")) { %> <wiki:UserCheck exists="true"> <h2><a>Welcome <wiki:Translate>[<wiki:UserName />]</wiki:Translate>!</a></h2> </wiki:UserCheck> <wiki:UserCheck exists="false"> <h2><a>Welcome!</a></h2> Set your name in<BR> <wiki:LinkTo page="UserPreferences">UserPreferences</wiki:LinkTo><br><br> </wiki:UserCheck> <% } %>
Export functions to forrest

Categorie#
Add new attachment
Only authorized users are allowed to upload new attachments.