Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##requireResource("confluence.web.resources:space-admin")
- <html>
- <head>
- <title>Freeway Project Created!</title>
- <meta name="decorator" content="atl.general" />
- </head>
- <content tag="key">$action.space.key</content>
- <body>
- #applyDecorator("root")
- #decoratorParam("helper" $action.helper)
- #decoratorParam("context" "space-administration")
- #decoratorParam("mode" "view-space-administration")
- #applyDecorator ("root")
- #decoratorParam ("context" "spaceadminpanel")
- #decoratorParam ("selection" "add-fpc-label-action-web-ui")
- #decoratorParam ("title" $action.getText("action.name"))
- #decoratorParam ("selectedTab" "admin")
- #decoratorParam("helper" $action.helper)
- <div >
- <table width="95%" border=0 cellspacing=0 cellpadding=5>
- <form name="createFreewayProject" method="POST" >
- #bodytag( "TextField" "label='Project Name'" "name='nametest'" "size=40" )
- #param ("labelwidth" "100")
- #param ("tdcolor" "f0f0f0")
- #end
- </form>
- </table>
- </div>
- #end
- #end
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement