f3d22dd45c5860c4627f0e822f33191d729efe7c
[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="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>What links to ::title_html::</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 <ul id="topmenu" class="menu">
35 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
36 <li> <a href="/_sitemap">Sitemap</a> </li>
37 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
38 </ul>
39
40 <div id="menu_div">
41 <ul id="bottommenu" class="menu">
42 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
43 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
44 ::end::
45 <li> <a href="/_sitemap">Sitemap</a> </li>
46 </ul>
47 </div>
48
49 <div id="footer_div">
50 <hr/>
51
52 <ul id="footer" class="menu">
53 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
54 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
55 </ul>
56 </div>
57
58 </body>
59 </html>