Isolate all footers into footer.html, so we can more easily change it.
[cocanwiki.git] / templates / edit_host_css_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 global stylesheet</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 global stylesheet</h1>
11
12 <form method="post" action="edit_host_css.cmo">
13 <p>
14 Editing the global stylesheet:
15 </p>
16
17 <p>
18 <textarea name="css" cols="80" rows="30">::css_html_textarea::</textarea>
19 </p>
20
21 <p>
22 <input type="submit" value="Save changes"/>
23 </p>
24 </form>
25
26 <ul id="topmenu" class="menu">
27 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
28 <li> <a href="/_sitemap">Sitemap</a> </li>
29 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
30 </ul>
31
32 <div id="menu_div">
33 <ul id="bottommenu" class="menu">
34 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
35 <li> <a href="/_sitemap">Sitemap</a> </li>
36 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
37 </ul>
38 </div>
39
40 ::include(footer.html)::
41 </body>
42 </html>