Find orphan pages.
[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><span>Largest pages</span></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 ::include(footer.html)::
38 </body>
39 </html>