Recent changes is now page-based, making it work much faster when
[cocanwiki.git] / templates / largest_pages.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>Largest 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>Largest pages</h1>
11
12 <table class="top_table">
13 <tr>
14 <th> Page </th>
15 <th> Size<sup>1</sup> </th>
16 <th> Typical download time<sup>2</sup> </th>
17 </tr>
18 ::table(pages)::
19 <tr>
20 <td> <a href="/::page_html_tag::">::title_html::</a> </td>
21 <td class="number"> ::size_html:: </td>
22 <td class="number"> ::download_time_html:: </td>
23 </tr>
24 ::end::
25 </table>
26
27 <p>
28 <sup>1</sup> Size does not include images.
29 </p>
30
31 <p>
32 <sup>2</sup> Typical download time based on a 56 kbps modem
33 user and includes the overhead of opening a connection and
34 rendering the page.
35 </p>
36
37 <ul id="topmenu" class="menu">
38 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
39 <li> <a href="/_sitemap">Sitemap</a> </li>
40 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
41 </ul>
42
43 <div id="menu_div">
44 <ul id="bottommenu" class="menu">
45 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
46 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
47 ::end::
48 <li> <a href="/_sitemap">Sitemap</a> </li>
49 </ul>
50 </div>
51
52 <div id="footer_div">
53 <hr/>
54
55 <ul id="footer" class="menu">
56 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
57 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
58 </ul>
59 </div>
60
61 </body>
62 </html>