Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
Inserts formatted or unformatted page contents. UsageParameters
Example
<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>
<html>
<head>
<title><wiki:PageName /></title>
</head>
<body>
<h1><wiki:PageName /></h1>
<wiki:InsertPage />
<hr /><br />
<wiki:EditLink>Edit this page</wiki:EditLink>
</body>
</html>
This is an extraordinarily minimal template for JSPWiki, which basically just displays the page name in a h1-type heading, and then inserts the renderd page contents.
|
||||||