Find orphan pages.
[cocanwiki.git] / templates / admin / 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 for this wiki</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
7 </head><body>
8
9 <h1>Edit global stylesheet for this wiki</h1>
10
11 <form method="post" action="edit_host_css.cmo">
12 <input type="hidden" name="hostid" value="::id::"/>
13 <p>
14 Editing the global stylesheet for this wiki:
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 <ul id="bottommenu" class="menu">
33 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
34 <li> <a href="/_sitemap">Sitemap</a> </li>
35 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
36 </ul>
37
38 <hr/>
39
40 <ul id="footer" class="menu">
41 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
42 </ul>
43
44 </body>
45 </html>