Isolate all footers into footer.html, so we can more easily change it.
[cocanwiki.git] / templates / delete_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>Delete 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>Delete image</h1>
11
12 <form method="post" action="/_bin/delete_image.cmo">
13 <input type="hidden" name="id" value="::id::"/>
14 <p>
15 Are you sure you want to delete this image?
16 <input type="submit" name="yes" value="Delete it"/>
17 <input type="submit" name="no" value="Cancel"/>
18 </p>
19 </form>
20
21 <img src="/_image/::name_html_tag::"
22      width="::width::" height="::height::" alt="::alt_html_tag::"/>
23
24 <ul id="topmenu" class="menu">
25 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
26 <li> <a href="/_sitemap">Sitemap</a> </li>
27 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
28 </ul>
29
30 <div id="menu_div">
31 <ul id="bottommenu" class="menu">
32 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
33 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
34 ::end::
35 <li> <a href="/_sitemap">Sitemap</a> </li>
36 </ul>
37 </div>
38
39 ::include(footer.html)::
40 </body>
41 </html>