Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 19-Jul-2006 09:36 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 30 lines
Inserts formatted or unformatted page contents.
----
!Usage
<wiki:InsertPage page="<page name>" mode="plain|html" />
!Parameters
;__page__: The name of the page to insert. If not set, inserts the current page.
;__mode__: If set to "plain", inserts the actual WikiMarkup (for example, for an editor). If "html", will insert rendered HTML snippet. Default is to insert HTML.
!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|WikiTemplates] for JSPWiki, which basically just displays the page name in a h1-type heading, and then inserts the renderd page contents.
Version Date Modified Size Author Changes ... Change note
19-Jul-2006 09:36 0.886 kB UnknownAuthor
« This page (revision-) was last changed on 19-Jul-2006 09:36 by UnknownAuthor