General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
WikiCode
▼
:
Document Index
»
Page:
SetWikiTemplateCode
Search
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Wiki Manager
»
Space WikiCode
»
SetWikiTemplateCode
Wiki source code of
SetWikiTemplateCode
Last modified by
Administrator
on 2012/03/21 17:41
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
#if($action && $action == "settemplate") #set($result = $WikiManager.setIsWikiTemplate($wikiname, $wikitemplate)) #if ($result == $Exception.ERROR_NOERROR) #info($msg.get("wikimanager.successsettemplate", [$wikiname, $wikitemplate])) #elseif ($result == $Exception.ERROR_XWIKI_ACCESS_DENIED) #error($msg.get("notallowed")) #else #error($msg.get("wikimanager.errorsettemplate", [$wikiname, $xcontext.lastexception])) #end #end