Added 'broken links' script.
[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://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 </head><body>
8
9 <h1>What links to ::title_html::</h1>
10
11 <p>
12 List of pages which link directly to
13 <a href="/::page_html_tag::">::title_html::</a>:
14 </p>
15
16 ::if(pages_empty)::
17 <p><em>(No pages directly link here.)</em></p>
18 ::else::
19 <ul>
20 ::table(pages)::
21 <li> <a href="/::page_html_tag::">::title_html::</a> </li>
22 ::end::
23 </ul>
24 ::end::
25
26 ::if(in_sitemenu)::
27 <p>
28 In addition, this page is in the site-wide menu, which
29 effectively means that every page links to it.
30 </p>
31 ::end::
32
33 <ul id="topmenu" class="menu">
34 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
35 <li> <a href="/_sitemap">Sitemap</a> </li>
36 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
37 </ul>
38
39 <div id="menu_div">
40 <ul id="bottommenu" class="menu">
41 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
42 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
43 ::end::
44 <li> <a href="/_sitemap">Sitemap</a> </li>
45 </ul>
46 </div>
47
48 <div id="footer_div">
49 <hr/>
50
51 <ul id="footer" class="menu">
52 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
53 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
54 </ul>
55 </div>
56
57 </body>
58 </html>