]> git.p6c8.net - devedit.git/blobdiff - templates/confirm_rmfile.htm
Began to implement the possibility to control the output using template files
[devedit.git] / templates / confirm_rmfile.htm
diff --git a/templates/confirm_rmfile.htm b/templates/confirm_rmfile.htm
new file mode 100644 (file)
index 0000000..dc01faa
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head>
+<title>Remove file {FILE}</title>
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
+</head>
+<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
+
+<h1>Remove file {FILE}</h1>
+
+<p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
+
+<p>Do you really want to remove the file '{FILE}'?</p>
+
+<form action="{SCRIPT}" method="get">
+<input type="hidden" name="command" value="remove">
+<input type="hidden" name="file" value="{FILE}">
+<input type="hidden" name="confirmed" value="1">
+
+<p><input type="submit" value="Yes"></p>
+</form>
+
+<form action="{SCRIPT}" method="get">
+<input type="hidden" name="command" value="show">
+<input type="hidden" name="file" value="{DIR}">
+
+<p><input type="submit" value="No"></p>
+</form>
+
+</body>
+</html>
\ No newline at end of file

patrick-canterino.de