Correct link to central admin.
[cocanwiki.git] / templates / undelete_image_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 image</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 </head><body>
8
9 <h1>Restore image</h1>
10
11 <form method="post" action="/_bin/undelete_image.cmo">
12 <input type="hidden" name="id" value="::id::"/>
13 <p>
14 Are you sure you want to restore this image?
15 <input type="submit" name="yes" value="Restore it"/>
16 <input type="submit" name="no" value="Cancel"/>
17 </p>
18 </form>
19
20 <img src="/_image/::name_html_tag::?version=::id::"
21      width="::width::" height="::height::" alt="::alt_html_tag::"/>
22
23 <ul id="topmenu" class="menu">
24 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
25 <li> <a href="/_sitemap">Sitemap</a> </li>
26 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
27 </ul>
28
29 <ul id="bottommenu" class="menu">
30 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
31 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
32 ::end::
33 <li> <a href="/_sitemap">Sitemap</a> </li>
34 </ul>
35
36 <hr/>
37
38 <ul id="footer" class="menu">
39 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
40 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
41 </ul>
42
43 </body>
44 </html>