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">
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"/>
10 <h1><span>Edit page title</span></h1>
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">
16 <th> Current title: </th> <td> <strong>::title_html::</strong> </td>
20 <th> New title: </th>
21 <td> <input name="title" value="::title_html_tag::" size="50" /> </td>
24 ::if(limited_changes)::
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>
37 <td> <input type="submit" value=" Save changes "/> </td>
42 ::include(footer.html)::