Editable site menu.
[cocanwiki.git] / templates / restore_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>Restore page</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>Restore page</h1>
10
11 <form method="post" action="/_bin/restore.cmo">
12 <input type="hidden" name="version" value="::version::"/>
13 <input type="hidden" name="page" value="::page_html_tag::"/>
14 <p>
15 Are you sure you want to restore this old version?  Please
16 check the differences below to see the changes which you will
17 be deleting.
18 <input type="submit" name="yes" value="Restore"/>
19 <input type="submit" name="no" value="Cancel"/>
20 </p>
21 </form>
22
23 <pre>
24 ::diff_html::
25 </pre>
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 <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
39 <hr/>
40
41 <ul id="footer" class="menu">
42 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
43 </ul>
44
45 </body>
46 </html>