General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
XWikiGroups
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Wiki Home
»
XWiki Space
»
Groups
Wiki source code of
Groups
Last modified by
Administrator
on 2011/11/06 19:40
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
#if($request.create) $response.sendRedirect($xwiki.getURL("XWiki.${request.getParameter('name')}", "inline", "parent=XWiki.XWikiGroups&template=XWiki.XWikiGroupTemplate")) #else 1 Create a new group: <form action="$doc.getURL("view", "create=1&xpage=plain")" method="post"> <div> <input type="text" name="name" value="" /> <input type="submit" value="Create Group" /> </div> </form> 1 Current XWiki Groups #set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.XWikiGroups'") #foreach ($item in $xwiki.searchDocuments($sql)) * [$item] #end 1 Admin * [XWikiGroupTemplate] * [XWikiGroupSheet] #end