About to remove the links_to constraint from the links table.
[cocanwiki.git] / templates / edit_sitemenu.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>Edit site menu</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/editor.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1>Edit site menu</h1>
12
13 <form method="post" action="/_bin/edit_sitemenu.cmo">
14 <input type="hidden" name="inedit" value="1"/>
15
16 <p class="insert">
17 <input class="insert" type="submit" name="action_insert_0" value="Insert"/>
18 </p>
19
20 ::table(contents)::
21 <div class="action">
22 ::if(msie)::
23 <input type="submit" class="action" name="action_moveup_::ordering::" value="Up" title="Move this item up"/>
24 <input type="submit" class="action" name="action_movedn_::ordering::" value="Down" title="Move this item down"/>
25 <input type="submit" class="action" name="action_delete_::ordering::" value="Delete" title="Delete this item"/>
26 <a href="/_static/markup.html" target="_blank" class="help_link">(Editing&nbsp;help)</a>
27 ::else::
28 <button type="submit" class="action" name="action_moveup_::ordering::" value="1" title="Move this item up"><img src="/_graphics/arrow-up.png" width="10" height="10" alt=""/> Up</button>
29 <button type="submit" class="action" name="action_movedn_::ordering::" value="1" title="Move this item down"><img src="/_graphics/arrow-down.png" width="10" height="10" alt=""/> Down</button>
30 <button type="submit" class="action" name="action_delete_::ordering::" value="1" title="Delete this item"><img src="/_graphics/cross.png" width="10" height="10" alt=""/> Delete</button>
31 ::end::
32 </div>
33 <input name="label_::ordering::" value="::label_html_tag::" size="12"/>
34 -&gt;
35 <select name="url_::ordering::">
36 ::table(urls)::<option value="::url_html_tag::" ::if(selected)::selected="selected"::end::>::title_html::</option>::end::
37 </select>
38
39 <p class="insert">
40 <input class="insert" type="submit" name="action_insert_::ordering::" value="Insert"/>
41 </p>
42 ::end::
43
44 <input type="submit" class="action" name="save" value="Save" title="Save menu"/>
45 <input type="submit" class="action" name="cancel" value="Cancel" title="Cancel all edits"/>
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 <div id="menu_div">
56 <ul id="bottommenu" class="menu">
57 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
58 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
59 ::end::
60 <li> <a href="/_sitemap">Sitemap</a> </li>
61 </ul>
62 </div>
63
64 <div id="footer_div">
65 <hr/>
66
67 <ul id="footer" class="menu">
68 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
69 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
70 </ul>
71 </div>
72
73 </body>
74 </html>