Bumped version for release.
[cocanwiki.git] / templates / delete_file_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 file</title>
5 <meta name="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
9 </head><body>
10
11 <h1><span>Delete file</span></h1>
12
13 <form method="post" action="/_bin/delete_file.cmo">
14 <input type="hidden" name="id" value="::id::"/>
15 <p>
16 Are you sure you want to delete this file?
17 <input type="submit" name="yes" value="Delete it"/>
18 <input type="submit" name="no" value="Cancel"/>
19 </p>
20 </form>
21
22 <p>
23 <img src="/_graphics/file.png" border="0" width="20" height="22" alt="File icon"/>
24 Name: <strong>::name_html::</strong>
25 </p>
26
27 ::include(footer.html)::
28 </body>
29 </html>