Logging in and logging out.
[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="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
7 </head><body>
8
9 <h1>Delete file</h1>
10
11 <form method="post" action="/_bin/delete_file.cmo">
12 <input type="hidden" name="id" value="::id::"/>
13 <p>
14 Are you sure you want to delete this file?
15 <input type="submit" name="yes" value="Delete it"/>
16 <input type="submit" name="no" value="Cancel"/>
17 </p>
18 </form>
19
20 <p>
21 <img src="/_graphics/file.png" border="0" width="20" height="22" alt="File icon"/>
22 Name: <strong>::name_html::</strong>
23 </p>
24
25 <ul id="topmenu" class="menu">
26 <li> <a href="/">Home&nbsp;page</a> | </li>
27 <li> <a href="/_sitemap">Sitemap</a> | </li>
28 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
29 </ul>
30
31 <ul id="bottommenu" class="menu">
32 <li> <a href="/">Home&nbsp;page</a> | </li>
33 <li> <a href="/_sitemap">Sitemap</a> | </li>
34 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
35 </ul>
36
37 <hr/>
38
39 <ul id="footer" class="menu">
40 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
41 </ul>
42
43 </body>
44 </html>