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 Creation</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" action = "docreateFreewayProject.action?key=$generalUtil.urlEncode($space.key)">
- #bodytag( "TextField" "label='Project Name'" "name='name'" "size=40" )
- #param ("labelwidth" "100")
- #param ("tdcolor" "f0f0f0")
- #end
- #bodytag( "TextField" "label='Customer Reference'" "name='customerReference'" "size=40" )
- #param ("labelwidth" "100")
- #param ("tdcolor" "f0f0f0")
- #end
- #bodytag( "TextField" "label='PO Reference'" "name='poReference'" "size=40" )
- #param ("labelwidth" "100")
- #param ("tdcolor" "f0f0f0")
- #end
- #bodytag( "Component" "label='Special Instructions'" "name='specialInstructions'" "template='wiki-textarea.vm'" )
- #param ("labelwidth" "100")
- #param ("tdcolor" "f0f0f0")
- #param ("rows" 6)
- #param ("cols" 50)
- #end
- <tr>
- <td colspan="2" align="center">
- #tag( "Submit" "name='confirm'" "value='update.name'" "theme='notable'" )
- #tag( "Submit" "name='cancel'" "value='cancel.name'" "theme='notable'" )
- </td>
- </tr>
- </form>
- </table>
- </div>
- #end
- #end
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement