Editable site menu.
[cocanwiki.git] / templates / admin / edit_emails_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 email change notification for ::canonical_hostname_html::</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
7 <link rel="stylesheet" href="/_css/admin.css" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Edit email change notification for ::canonical_hostname_html::</h1>
11
12 <form action="edit_emails.cmo" method="post">
13 <input type="hidden" name="hostid" value="::id::"/>
14 <table id="host">
15 <tr>
16 <th> Email addresses: </th>
17 <td> <textarea name="emails" rows="10" cols="40">::emails_html_textarea::</textarea> </td>
18 </tr>
19 <tr>
20 <td></td>
21 <td>
22 <input type="submit" name="save" value="Save"/>
23 <input type="submit" name="cancel" value="Cancel"/>
24 </td>
25 </tr>
26 </table>
27 </form>
28
29 <ul id="topmenu" class="menu">
30 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
31 <li> <a href="/_sitemap">Sitemap</a> </li>
32 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
33 </ul>
34
35 <ul id="bottommenu" class="menu">
36 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
37 <li> <a href="/_sitemap">Sitemap</a> </li>
38 <li> <a href="/_recent">Recent&nbsp;changes</a></li>
39 </ul>
40
41 <hr/>
42
43 <ul id="footer" class="menu">
44 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
45 </ul>
46
47 </body>
48 </html>