+csv dep for PG'OCaml.
[cocanwiki.git] / templates / what_links_here.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>What links to ::title_html::</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 </head><body>
9
10 <h1><span>What links to ::title_html::</span></h1>
11
12 <p>
13 List of pages which link directly to
14 <a href="/::page_html_tag::">::title_html::</a>:
15 </p>
16
17 ::if(pages_empty)::
18 <p><em>(No pages directly link here.)</em></p>
19 ::else::
20 <ul>
21 ::table(pages)::
22 <li> <a href="/::page_html_tag::">::title_html::</a> </li>
23 ::end::
24 </ul>
25 ::end::
26
27 ::if(in_sitemenu)::
28 <p>
29 In addition, this page is in the site-wide menu, which
30 effectively means that every page links to it.
31 </p>
32 ::end::
33
34 ::include(footer.html)::
35 </body>
36 </html>