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
Hide line numbers
1: 2: #if($request.create) 3: $response.sendRedirect($xwiki.getURL("XWiki.${request.getParameter('name')}", "inline", "parent=XWiki.XWikiGroups&template=XWiki.XWikiGroupTemplate")) 4: #else 5: 1 Create a new group: 6: 7: <form action="$doc.getURL("view", "create=1&xpage=plain")" method="post"> 8: <div> 9: <input type="text" name="name" value="" /> 10: <input type="submit" value="Create Group" /> 11: </div> 12: </form> 13: 1 Current XWiki Groups 14: 15: #set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.XWikiGroups'") 16: #foreach ($item in $xwiki.searchDocuments($sql)) 17: * [$item] 18: #end 19: 20: 1 Admin 21: 22: * [XWikiGroupTemplate] 23: * [XWikiGroupSheet] 24: #end