+csv dep for PG'OCaml.
[cocanwiki.git] / templates / broken_links.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>Broken links</title>
5 <meta name="author" content="http://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 <link rel="stylesheet" href="/_css/broken_links.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1><span>Broken links</span></h1>
12
13 <table class="top_table">
14 <tr>
15   <th> Broken link </th>
16   <th> Referenced from </th>
17 </tr>
18 ::table(links)::
19 <tr>
20   <td> ::url_html:: </td>
21   <td>
22     <ul class="broken_link_refs">
23       ::table(references)::<li> <a href="/::page_html_tag::">::title_html::</a> </li>::end::
24     </ul>
25   </td>
26 </tr>
27 ::end::
28 </table>
29
30 ::include(footer.html)::
31 </body>
32 </html>