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