Advertisement
DrupalCustom

dummyhtml

Jun 15th, 2012
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>$i18n.getText("copyspace.title")</title>
  4.     </head>
  5.     <body>
  6.         #applyDecorator("root")
  7.             #decoratorParam("helper" $i18n.helper)
  8.             #decoratorParam("context" "space-administration")
  9.             #decoratorParam("mode" "view-space-administration")
  10.         #applyDecorator ("root")
  11.             #decoratorParam ("context" "spaceadminpanel")
  12.             #decoratorParam ("selection" "copyspace")
  13.             #decoratorParam ("title" "Copy Space")
  14.             #decoratorParam ("selectedTab" "admin")
  15.             #decoratorParam("helper" $i18n.helper)
  16.         <form class="aui edit-space-details" name="editspace" method="POST" action="docopyspace.action?key=$generalUtil.urlEncode($space.key)">
  17. //  Hello World element
  18.         </form>
  19.         #end
  20.         #end
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement