]> git.p6c8.net - devedit.git/blob - templates/confirm_rmfile.htm
- Don't display the file upload link in directory listing if Dev-Editor has no
[devedit.git] / templates / confirm_rmfile.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5 <head>
6 <title>Remove file {FILE}</title>
7 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
8 </head>
9 <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
10
11 <h1>Remove file {FILE}</h1>
12
13 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
14
15 <p>Do you really want to remove the file '{FILE}'?</p>
16
17 <form action="{SCRIPT}" method="get">
18 <input type="hidden" name="command" value="remove">
19 <input type="hidden" name="file" value="{FILE}">
20 <input type="hidden" name="confirmed" value="1">
21
22 <p><input type="submit" value="Yes"></p>
23 </form>
24
25 <form action="{SCRIPT}" method="get">
26 <input type="hidden" name="command" value="show">
27 <input type="hidden" name="file" value="{DIR}">
28
29 <p><input type="submit" value="No"></p>
30 </form>
31
32 </body>
33 </html>

patrick-canterino.de