Added styling to some pages which previously were "outside" the site
[cocanwiki.git] / templates / sitemap.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>Sitemap</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 <link rel="stylesheet" href="/_css/sitemap.css" type="text/css" title="Standard"/>
8 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
9 ::if(has_host_css)::<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::
10 </head><body>
11
12 <h1><span>Sitemap</span></h1>
13
14 <ul id="sitemap">
15 ::table(sitemap)::<li><a href="/::url_html_tag::">::title_html::</a>
16 <p class="content">::if(has_content)::::content::::else::::description_html::::end::</p>
17 <p class="info"><a href="/::url_html_tag::">::hostname::/::url_html::</a> - ::last_modified_date_html::</p></li>
18 ::end::</ul>
19
20 ::include(footer.html)::
21 </body>
22 </html>