/www/dsp/non-existing-group.dsp
http://github.com/cgay/wiki · Unknown · 29 lines · 27 code · 2 blank · 0 comment · 0 complexity · 02282429864a34aeb62b4612e4b668f4 MD5 · raw file
- <%dsp:include url="xhtml-start.dsp"/>
- <%dsp:taglib name="wiki"/>
- <head>
- <title>Dylan Wiki: <dsp:get name="group-name"/></title>
- <%dsp:include url="meta.dsp"/>
- </head>
- <body>
- <%dsp:include url="header.dsp"/>
- <div id="midsection">
- <div id="navigation">
- <wiki:include-page title="Wiki Left Nav"/>
- </div>
- <div id="content">
- <h2><dsp:get name="group-name"/></h2>
- <dsp:show-page-errors/>
- <dsp:show-page-notes/>
- <p class="hint">
- This group doesn't exist.
- <a href="<wiki:base/>/register">Register</a> or
- <a href="<wiki:base/>/login?redirect=<wiki:current/>">login</a>
- to create it.
- </p>
- </div>
- </div>
- <%dsp:include url="footer.dsp"/>
- </body>
- </html>