Allow username field to be prepopulated.
[cocanwiki.git] / templates / dead_ends.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Dead end pages</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 </head><body>
8
9 <h1>Dead end pages</h1>
10
11 <ul>
12 ::table(pages)::
13 <li> <a href="/::page_html_tag::">::title_html::</a> </li>
14 ::end::
15 </ul>
16
17 <ul id="topmenu" class="menu">
18 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
19 <li> <a href="/_sitemap">Sitemap</a> </li>
20 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
21 </ul>
22
23 <div id="menu_div">
24 <ul id="bottommenu" class="menu">
25 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
26 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
27 ::end::
28 <li> <a href="/_sitemap">Sitemap</a> </li>
29 </ul>
30 </div>
31
32 <div id="footer_div">
33 <hr/>
34
35 <ul id="footer" class="menu">
36 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
37 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
38 </ul>
39 </div>
40
41 </body>
42 </html>