Advertisement
DrupalCustom

dummySuccessPage

Jul 31st, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.16 KB | None | 0 0
  1. ##requireResource("confluence.web.resources:space-admin")
  2. <html>
  3. <head>
  4.    <title>Freeway Project Created!</title>
  5.    <meta name="decorator" content="atl.general" />  
  6.  </head>
  7.  
  8.  <content tag="key">$action.space.key</content>
  9.  
  10. <body>    
  11.  
  12. #applyDecorator("root")
  13.     #decoratorParam("helper" $action.helper)
  14.     #decoratorParam("context" "space-administration")
  15.     #decoratorParam("mode" "view-space-administration")
  16.  
  17.     #applyDecorator ("root")
  18.         #decoratorParam ("context" "spaceadminpanel")
  19.         #decoratorParam ("selection" "add-fpc-label-action-web-ui")
  20.         #decoratorParam ("title" $action.getText("action.name"))
  21.         #decoratorParam ("selectedTab" "admin")
  22.         #decoratorParam("helper" $action.helper)
  23.  
  24.      <div >
  25.              <table width="95%" border=0 cellspacing=0 cellpadding=5>
  26.                <form name="createFreewayProject" method="POST" >
  27.            
  28.             #bodytag( "TextField" "label='Project Name'" "name='nametest'" "size=40" )
  29.             #param ("labelwidth" "100")
  30.             #param ("tdcolor" "f0f0f0")
  31.              #end
  32.  
  33.        
  34.         </form>
  35.     </table>
  36. </div>
  37.  
  38.     #end
  39. #end  
  40.    
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement