Bumped version for release.
[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="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
9 </head><body>
10
11 <h1><span>Versions of this page</span></h1>
12
13 <ul class="menu">
14 <li class="first"> <a href="history.rss">RSS feed of this page</a> </li>
15 </ul>
16
17 <ul id="history">
18 ::table(history)::
19 <li>
20 <span class="date">::last_modified_date_html::</span>
21 (<a href="/::url_html_tag::/diff?version=::version::">diff</a>)
22 ::if(is_live)::<a href="/::url_html_tag::">::title_html::</a> (live)::else::<a href="/::url_html_tag::?version=::version::">::title_html::</a>::end::
23 ::if(has_logged_user)::(by ::logged_user_html::)::else::
24 ::if(has_logged_ip)::(from ::logged_ip_html::)::end::
25 ::end::
26 </li>
27 ::end::
28 </ul>
29
30 ::include(footer.html)::
31 </body>
32 </html>