Move the menus into the footer.
[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 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 </head><body>
9
10 <h1>Restore image</h1>
11
12 <form method="post" action="/_bin/undelete_image.cmo">
13 <input type="hidden" name="id" value="::id::"/>
14 <p>
15 Are you sure you want to restore this image?
16 <input type="submit" name="yes" value="Restore it"/>
17 <input type="submit" name="no" value="Cancel"/>
18 </p>
19 </form>
20
21 <img src="/_image/::name_html_tag::?version=::id::"
22      width="::width::" height="::height::" alt="::alt_html_tag::"/>
23
24 ::include(footer.html)::
25 </body>
26 </html>