Non-existant files and images throw 404, instead of 500, errors.
[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 ::include(footer.html)::
27 </body>
28 </html>