Mail2wiki - hairy, slow, but working.
[cocanwiki.git] / templates / edit_page_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 stylesheet for this page</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 stylesheet for this page</h1>
11
12 <form method="post" action="/_bin/edit_page_css.cmo">
13 <input type="hidden" name="page" value="::page_html_tag::"/>
14 <p>
15 Editing the stylesheet for <a href="/::page_html_tag::">::page_html::</a>:
16 </p>
17
18 <p>
19 <textarea name="css" cols="80" rows="30">::css_html_textarea::</textarea>
20 </p>
21
22 <p>
23 <input type="submit" value="Save changes"/>
24 </p>
25 </form>
26
27 <ul id="topmenu" class="menu">
28 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
29 <li> <a href="/_sitemap">Sitemap</a> </li>
30 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
31 </ul>
32
33 <div id="menu_div">
34 <ul id="bottommenu" class="menu">
35 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
36 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
37 ::end::
38 <li> <a href="/_sitemap">Sitemap</a> </li>
39 </ul>
40 </div>
41
42 <div id="footer_div">
43 <hr/>
44
45 <ul id="footer" class="menu">
46 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
47 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
48 </ul>
49 </div>
50
51 </body>
52 </html>