Added machine-parsable links database, per-page links and page source.
[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="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
9 <link rel="stylesheet" href="/_css/editor.css" type="text/css" title="Standard"/>
10 </head><body>
11
12 <h1><span>Edit site menu</span></h1>
13
14 <form method="post" action="/_bin/edit_sitemenu.cmo">
15 <input type="hidden" name="inedit" value="1"/>
16
17 <p class="insert">
18 <input class="insert" type="submit" name="action_insert_0" value="Insert"/>
19 </p>
20
21 ::table(contents)::
22 <div class="action">
23 ::if(msie)::
24 <input type="submit" class="action" name="action_moveup_::ordering::" value="Up" title="Move this item up"/>
25 <input type="submit" class="action" name="action_movedn_::ordering::" value="Down" title="Move this item down"/>
26 <input type="submit" class="action" name="action_delete_::ordering::" value="Delete" title="Delete this item"/>
27 <a href="/_static/markup.html" target="_blank" class="help_link">(Editing&nbsp;help)</a>
28 ::else::
29 <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>
30 <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>
31 <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>
32 ::end::
33 </div>
34 <input name="label_::ordering::" value="::label_html_tag::" size="12"/>
35 -&gt;
36 <select name="url_::ordering::">
37 ::table(urls)::<option value="::url_html_tag::" ::if(selected)::selected="selected"::end::>::title_html::</option>::end::
38 </select>
39
40 <p class="insert">
41 <input class="insert" type="submit" name="action_insert_::ordering::" value="Insert"/>
42 </p>
43 ::end::
44
45 <input type="submit" class="action" name="save" value="Save" title="Save menu"/>
46 <input type="submit" class="action" name="cancel" value="Cancel" title="Cancel all edits"/>
47
48 </form>
49
50 ::include(footer.html)::
51 </body>
52 </html>