/www/dsp/non-existing-user.dsp

http://github.com/cgay/wiki · Unknown · 29 lines · 27 code · 2 blank · 0 comment · 0 complexity · 25370ee0007a53431a44bfaea6ff4b5b MD5 · raw file

  1. <%dsp:include url="xhtml-start.dsp"/>
  2. <%dsp:taglib name="wiki"/>
  3. <head>
  4. <title>Dylan Wiki: <wiki:show-user-username/></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. <div id="content">
  14. <h2><wiki:show-user-username/></h2>
  15. <dsp:show-page-errors/>
  16. <dsp:show-page-notes/>
  17. <p class="hint">
  18. This user doesn't exist.
  19. <a href="<wiki:base/>/register">Register</a> or
  20. <a href="<wiki:base/>/login?redirect=<wiki:current/>">login</a>
  21. to create it.
  22. </p>
  23. </div>
  24. </div>
  25. <%dsp:include url="footer.dsp"/>
  26. </body>
  27. </html>