Another critical bug fix.
[cocanwiki.git] / templates / edit_page_title_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>Edit page title</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 </head><body>
8
9 <h1>Edit page title</h1>
10
11 <form method="post" action="/_bin/edit_page_title.cmo">
12 <input type="hidden" name="page" value="::page_html_tag::"/>
13 <table class="left_table">
14 <tr>
15 <th> Current&nbsp;title: </th> <td> <strong>::title_html::</strong> </td>
16 </tr>
17
18 <tr>
19 <th> New&nbsp;title: </th>
20 <td> <input name="title" value="::title_html_tag::" size="50" /> </td>
21 </tr>
22
23 ::if(limited_changes)::
24 <tr>
25 <th> Warning: </th>
26 <td>
27 You can only make limited changes to this title, such as
28 changing lowercase to Uppercase.
29 <a target="_blank" href="http://help.merjis.com/title_changes">Why is this?</a>
30 </td>
31 </tr>
32 ::end::
33
34 <tr>
35 <td></td>
36 <td> <input type="submit" value="   Save changes   "/> </td>
37 </tr>
38 </table>
39 </form>
40
41 <ul id="topmenu" class="menu">
42 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
43 <li> <a href="/_sitemap">Sitemap</a> </li>
44 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
45 </ul>
46
47 <div id="menu_div">
48 <ul id="bottommenu" class="menu">
49 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
50 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
51 ::end::
52 <li> <a href="/_sitemap">Sitemap</a> </li>
53 </ul>
54 </div>
55
56 <div id="footer_div">
57 <hr/>
58
59 <ul id="footer" class="menu">
60 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
61 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
62 </ul>
63 </div>
64
65 </body>
66 </html>