General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
XAppCode
▼
:
Document Index
»
Page:
ImportAppCode
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Applications manager
»
Space XAppCode
»
ImportAppCode
Wiki source code of
ImportAppCode
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 == "import") #set($result = $AppManager.importApplication($packagename)) #if ($result == $Exception.ERROR_NOERROR) #info($msg.get("xapp.successimportapp", [$packagename])) #elseif ($result == $Exception.ERROR_XWIKI_ACCESS_DENIED) #error($msg.get("notallowed")) #else #error($msg.get("xapp.errorimportapp", [$packagename, $result])) #end #end