All new templates. Site menu displays basically everywhere.
[cocanwiki.git] / templates / create_form.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>This page does not exist yet</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 <link rel="stylesheet" href="/_css/create.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1>This page does not exist yet</h1>
12
13 <p>
14 Here you are being asked to create a new page and create some initial
15 content for that page.
16 </p>
17
18 <form><input type="button" value="&lt;&lt; Go Back"
19              onclick="history.go (-1)"></form>
20
21 <hr/>
22
23 <form method="post" action="/_bin/create.cmo">
24 <input type="hidden" name="title" value="::title_html_tag::"/>
25
26 <table id="create">
27 <tr>
28 <th> Page title: </th>
29 <td> ::title_html:: </td>
30 </tr>
31 <tr>
32 <th> Description: </th>
33 <td> <input name="description" value="::title_html_tag::" size="60"/> </td>
34 </tr>
35 <tr>
36 <td></td>
37 <td> <p class="explanation">
38      (Enter a short description of the page here for search engines
39       and directories to use).</p> </td>
40 </tr>
41 <tr>
42 <td></td>
43 <td> <input type="submit" value="Create new page - only do this if you have something to put on this page" /> </td>
44 </tr>
45 </table>
46
47 </form>
48
49 <ul id="topmenu" class="menu">
50 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
51 <li> <a href="/_sitemap">Sitemap</a> </li>
52 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
53 </ul>
54
55 <ul id="bottommenu" class="menu">
56 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
57 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
58 ::end::
59 <li> <a href="/_sitemap">Sitemap</a> </li>
60 </ul>
61
62 <hr/>
63
64 <ul id="footer" class="menu">
65 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
66 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
67 </ul>
68
69 </body>
70 </html>