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