Scripts updated to use new PG interface.
[cocanwiki.git] / templates / recent.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>Recent changes</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>Recent changes</span></h1>
12
13 <ul class="menu">
14 <li class="first"> Showing changes ::offset:: to ::last:: of ::count:: in total </li>
15 ::if(has_prev)::
16 <li> <a href="?offset=::prev_offset::&limit=::limit::">Show previous ::limit::</a> </li>
17 ::end::
18 ::if(has_next)::
19 <li> <a href="?offset=::next_offset::&limit=::limit::">Show next ::limit::</a> </li>
20 ::end::
21 <li> <a href="_recent.rss">RSS feed of this page</a> </li>
22 </ul>
23
24 <ul id="recent_changes">
25 ::table(recent_changes)::
26 <li>
27 <span class="date">::last_modified_date_html::</span>
28 (<a href="/::url_html_tag::/diff?version=::version::">diff</a>)
29 (<a href="/::url_html_tag::/history">history</a>)
30 ::if(is_live)::<a href="/::url_html_tag::">::title_html::</a> <strong>(live)</strong>::else::<a href="/::url_html_tag::?version=::version::">::title_html::</a>::end::
31 ::if(has_logged_user)::(by ::logged_user_html::)::else::
32 ::if(has_logged_ip)::(from ::logged_ip_html::)::end::
33 ::end::
34 </li>
35 ::end::
36 </ul>
37
38 ::include(footer.html)::
39 </body>
40 </html>