Find orphan pages.
[cocanwiki.git] / templates / recently_visited.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>Recently visited 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 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 </head><body>
9
10 <h1><span>Recently visited pages</span></h1>
11
12 <p>
13 List of pages which you have recently visited:
14 </p>
15
16 <ul>
17 ::table(recently_visited)::
18 <li> <a href="/::page::">::title_html::</a> </li>
19 ::end::
20 </ul>
21
22 ::include(footer.html)::
23 </body>
24 </html>