Leveraging the links table:
[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="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Dead end pages</h1>
11
12 <ul>
13 ::table(pages)::
14 <li> <a href="/::page_html_tag::">::title_html::</a> </li>
15 ::end::
16 </ul>
17
18 <ul id="topmenu" class="menu">
19 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
20 <li> <a href="/_sitemap">Sitemap</a> </li>
21 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
22 </ul>
23
24 <div id="menu_div">
25 <ul id="bottommenu" class="menu">
26 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
27 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
28 ::end::
29 <li> <a href="/_sitemap">Sitemap</a> </li>
30 </ul>
31 </div>
32
33 <div id="footer_div">
34 <hr/>
35
36 <ul id="footer" class="menu">
37 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
38 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
39 </ul>
40 </div>
41
42 </body>
43 </html>