Recent changes is now page-based, making it work much faster when
[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="::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>Restore page</h1>
11
12 <form method="post" action="/_bin/restore.cmo">
13 <input type="hidden" name="version" value="::version::"/>
14 <input type="hidden" name="page" value="::page_html_tag::"/>
15 <p>
16 Are you sure you want to restore this old version?  Please
17 check the differences below to see the changes which you will
18 be deleting.
19 <input type="submit" name="yes" value="Restore"/>
20 <input type="submit" name="no" value="Cancel"/>
21 </p>
22 </form>
23
24 <pre>
25 ::diff_html::
26 </pre>
27
28 <ul id="topmenu" class="menu">
29 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
30 <li> <a href="/_sitemap">Sitemap</a> </li>
31 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
32 </ul>
33
34 <div id="menu_div">
35 <ul id="bottommenu" class="menu">
36 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
37 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
38 ::end::
39 <li> <a href="/_sitemap">Sitemap</a> </li>
40 </ul>
41 </div>
42
43 <div id="footer_div">
44 <hr/>
45
46 <ul id="footer" class="menu">
47 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
48 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
49 </ul>
50 </div>
51
52 </body>
53 </html>