General Actions:
Log-in
Wiki:
L3D's Wiki
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
CreatePage
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Welcome to your wiki
»
Create
Wiki source code of
Create
Last modified by
Administrator
on 2007/01/05 17:09
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
#set($parentdoc = $request.getParameter("parent")) #if((!$request.getParameter("parent")) || ($request.getParameter("parent") == "")) #set($pweb = "Main") #else #set($pweb = $request.getParameter("parent").substring(0, $request.getParameter("parent").indexOf('.'))) #end #set($tocreate = $request.getParameter("tocreate")) #if(!$tocreate || ($tocreate == "") || ($tocreate !="space")) #set($tocreate = "page") #end 1 $msg.get("xe.create.page") <form method="post" action="$doc.getURL("view", "xpage=create")" onsubmit="cancelCancelEdit()"> <div class="plainmessage"> <input type="hidden" name="tocreate" value="$tocreate"/> #if($tocreate=="page") <dl> <dt>$msg.get("spaceandname"):</dt> <dd><input type="text" name="title" value="${pweb}.Title" onfocus="if(this.value=='${pweb}.Title') this.value='${pweb}.'" onblur="if(this.value=='${pweb}.' || this.value=='') this.value='${pweb}.Title'"/></dd> <dt>$msg.get("parent"):</dt> <dd><input type="text" name="parent" value="$!parentdoc"/></dd> </dl> #else $msg.get("xe.create.space.name"): <input type="text" name="title"/> #end <input type="submit" class="button" value="$msg.get("create")"/> </div> </form>
Quick Links
L3D Calendar
Wiki Dashboard
Document Index
Blog
Sandbox