Logging in and logging out.
[cocanwiki.git] / templates / history.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>Versions of this page</title>
5 <meta name="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Versions of this page</h1>
11
12 <ul id="history">
13 ::table(history)::
14 <li>
15 <span class="date">::last_modified_date_html::</span>
16 (<a href="/::url_html_tag::/diff?version=::version::">diff</a>)
17 ::if(is_live)::<a href="/::url_html_tag::">::title_html::</a> (live)::else::<a href="/::url_html_tag::?version=::version::">::title_html::</a>::end::
18 ::if(has_logged_ip)::(from ::logged_ip_html::)::end::
19 </li>
20 ::end::
21 </ul>
22
23 <ul id="topmenu" class="menu">
24 <li> <a href="/">Home&nbsp;page</a> | </li>
25 <li> <a href="/_sitemap">Sitemap</a> | </li>
26 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
27 </ul>
28
29 <ul id="bottommenu" class="menu">
30 <li> <a href="/">Home&nbsp;page</a> | </li>
31 <li> <a href="/_sitemap">Sitemap</a> | </li>
32 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
33 </ul>
34
35 <hr/>
36
37 <ul id="footer" class="menu">
38 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
39 </ul>
40
41 </body>
42 </html>