User management started.
[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 ::if(can_edit)::
27 <li> <a href="/_bin/restore_form.cmo?page=::page_url::&version=::old_version::">Restore</a> this version live.</li>
28 ::end::
29 </ul>
30 </div>
31 ::end::
32
33 ::table(sections)::
34 ::if(has_divname)::<div id="::divname_html_tag::">::end::::if(can_edit)::<p class="edit_link">[<a href="/::page_html_tag::/edit#::ordering::" title="Edit this section">edit</a>]</p>::end::<a name="::sectionname_html_tag::"></a><h2>::sectionname_html::</h2>
35 ::content::
36 ::if(has_divname)::</div>::end::::end::
37
38 <ul id="topmenu" class="menu">
39 ::if(can_edit)::
40 <li> <a href="/::page_html_tag::/edit"><strong>Edit&nbsp;this&nbsp;page</strong></a> | </li>
41 ::end::
42 <li> <a href="/">Home&nbsp;page</a> | </li>
43 <li> <a href="/_sitemap">Sitemap</a> | </li>
44 ::if(can_edit)::
45 <li> <a href="/_recent">Recent&nbsp;changes</a> | </li>
46 <li> <a href="/::page_html_tag::/history">Versions&nbsp;of&nbsp;this&nbsp;page</a> </li>
47 ::end::
48 </ul>
49
50 <ul id="bottommenu" class="menu">
51 ::if(can_edit)::
52 <li> <a href="/::page_html_tag::/edit"><strong>Edit&nbsp;this&nbsp;page</strong></a> | </li>
53 ::end::
54 <li> <a href="/">Home&nbsp;page</a> | </li>
55 <li> <a href="/_sitemap">Sitemap</a> | </li>
56 ::if(can_edit)::
57 <li> <a href="/_recent">Recent&nbsp;changes</a> | </li>
58 <li> <a href="/::page_html_tag::/history">Versions&nbsp;of&nbsp;this&nbsp;page</a> | </li>
59 <li> <a href="/_images">Images</a> | </li>
60 <li> <a href="/_files">Files</a> | </li>
61 <li> <a href="/::page_html_tag::/editcss">Edit&nbsp;stylesheet&nbsp;for&nbsp;this&nbsp;page</a> | </li>
62 <li> <a href="/_bin/admin/admin.cmo">Wiki&nbsp;administration</a> | </li>
63 ::end::
64 <li> ::if(user_logged_in):: ::username_html:: <a href="/_logout">(logout)</a> ::else:: <a href="/_login">Create&nbsp;account&nbsp;or&nbsp;log&nbsp;in</a> ::end:: | </li>
65 ::if(can_manage_users)::
66 <li> <a href="/_bin/users.cmo">Manage&nbsp;users</a> </li>
67 ::end::
68 </ul>
69
70 <hr/>
71
72 <ul id="footer" class="menu">
73 <li> Last change: ::last_modified_date_html:: | </li>
74 <li> <a href="/copyright">Copyright &copy; 2004</a> | </li>
75 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
76 </ul>
77
78 </body>
79 </html>