]> git.p6c8.net - devedit.git/blobdiff - templates/confirm_replace.htm
Began to implement the possibility to control the output using template files
[devedit.git] / templates / confirm_replace.htm
diff --git a/templates/confirm_replace.htm b/templates/confirm_replace.htm
new file mode 100644 (file)
index 0000000..52450f5
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head>
+<title>Replace exisiting 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>Replace exisiting file</h1>
+
+<p>A file called '{FILE}' already exists. Do you want to replace it?</p>
+
+<form action="{SCRIPT}" method="get">
+<input type="hidden" name="command" value="{COMMAND}">
+<input type="hidden" name="file" value="{FILE}">
+<input type="hidden" name="newfile" value="{NEW_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