PageRenderTime 41ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/www/dsp/remove-group.dsp

http://github.com/cgay/wiki
Unknown | 38 lines | 35 code | 3 blank | 0 comment | 0 complexity | 29a06c7eb7cdb12a8daf454d831de550 MD5 | raw file
  1. <%dsp:include url="xhtml-start.dsp"/>
  2. <%dsp:taglib name="wiki"/>
  3. <head>
  4. <title>Dylan Wiki: Remove Group <dsp:get name="group-name"/></title>
  5. <%dsp:include url="meta.dsp"/>
  6. </head>
  7. <body>
  8. <%dsp:include url="header.dsp"/>
  9. <div id="midsection">
  10. <div id="navigation">
  11. <wiki:include-page title="Wiki Left Nav"/>
  12. </div>
  13. <%dsp:include url="group-options-menu.dsp"/>
  14. <div id="content">
  15. <h2>Remove Group <dsp:get name="group-name"/></h2>
  16. <dsp:show-page-errors/>
  17. <dsp:show-page-notes/>
  18. <%dsp:include url="view-group-body.dsp"/>
  19. <form action="<wiki:base/>/group/remove" method="post">
  20. <fieldset>
  21. <ol>
  22. <li id="comment-item">
  23. <label id="comment-label" for="comment-input">Comment:</label>
  24. <input id="comment-input" type="text" name="comment"
  25. value="<dsp:get name='comment' context='request'/>"/>
  26. </li>
  27. </ol>
  28. </fieldset>
  29. <input type="submit" value="Remove Group"/>
  30. </form>
  31. </div>
  32. </div>
  33. <%dsp:include url="footer.dsp"/>
  34. </body>
  35. </html>