Logging in and logging out.
[cocanwiki.git] / templates / page.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>::title_html::</title>
5 ::if(is_old_version)::<meta name="robots" content="noindex,nofollow"/>::end::
6 <meta name="description" content="::description_html_tag::" />
7 <meta name="author" content="http://www.merjis.com/" />
8 <link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
9 ::if(has_host_css)::<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::
10 ::if(has_page_css)::<link rel="stylesheet" href="/::page_html_tag::/styles.css::if(is_old_version)::?version=::old_version::::end::" type="text/css" title="Standard"/>::end::
11 </head><body>
12
13 <h1>::title_html::</h1>
14
15 ::if(redirected)::
16 <p id="redirected"><em>(Redirected from <a href="/::original_page_html_tag::?no_redirect=1">::original_page_html::</a>)</em></p>
17 ::end::
18
19 ::if(is_old_version)::
20 <div id="old_version">
21 <p>You are seeing an old version of this page.</p>
22 <ul>
23 <li> Go to the <a href="/::page_html_tag::">live version</a> of this page.</li>
24 <li> See other <a href="/::page_html_tag::/history">old versions</a> of this page.</li>
25 <li> See the <a href="/::page_html_tag::/diff?version=::old_version::">differences</a> between this version and the previous version of this page.</li>
26 <li> <a href="/_bin/restore_form.cmo?page=::page_url::&version=::old_version::">Restore</a> this version live.</li>
27 </ul>
28 </div>
29 ::end::
30
31 ::table(sections)::
32 ::if(has_divname)::<div id="::divname_html_tag::">::end::<p class="edit_link">[<a href="/::page_html_tag::/edit#::ordering::" title="Edit this section">edit</a>]</p><a name="::sectionname_html_tag::"></a><h2>::sectionname_html::</h2>
33 ::content::
34 ::if(has_divname)::</div>::end::::end::
35
36 <ul id="topmenu" class="menu">
37 <li> <a href="/::page_html_tag::/edit"><strong>Edit&nbsp;this&nbsp;page</strong></a> | </li>
38 <li> <a href="/">Home&nbsp;page</a> | </li>
39 <li> <a href="/_sitemap">Sitemap</a> | </li>
40 <li> <a href="/_recent">Recent&nbsp;changes</a> | </li>
41 <li> <a href="/::page_html_tag::/history">Versions&nbsp;of&nbsp;this&nbsp;page</a> </li>
42 </ul>
43
44 <ul id="bottommenu" class="menu">
45 <li> <a href="/::page_html_tag::/edit"><strong>Edit&nbsp;this&nbsp;page</strong></a> | </li>
46 <li> <a href="/">Home&nbsp;page</a> | </li>
47 <li> <a href="/_sitemap">Sitemap</a> | </li>
48 <li> <a href="/_recent">Recent&nbsp;changes</a> | </li>
49 <li> <a href="/::page_html_tag::/history">Versions&nbsp;of&nbsp;this&nbsp;page</a> | </li>
50 <li> <a href="/_images">Images</a> | </li>
51 <li> <a href="/_files">Files</a> | </li>
52 <li> <a href="/::page_html_tag::/editcss">Edit&nbsp;stylesheet&nbsp;for&nbsp;this&nbsp;page</a> | </li>
53 <li> <a href="/_bin/admin/admin.cmo">Wiki&nbsp;administration</a> | </li>
54 <li> ::if(user_logged_in):: ::username_html:: <a href="/_logout">(logout)</a> ::else:: <a href="/_login">Create&nbsp;account&nbsp;or&nbsp;login</a> ::end:: </li>
55 </ul>
56
57 <hr/>
58
59 <ul id="footer" class="menu">
60 <li> Last change: ::last_modified_date_html:: | </li>
61 <li> <a href="/copyright">Copyright &copy; 2004</a> | </li>
62 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
63 </ul>
64
65 </body>
66 </html>