]> git.p6c8.net - devedit.git/blobdiff - templates/renamefile.htm
Copying and renaming of files is back again!
[devedit.git] / templates / renamefile.htm
diff --git a/templates/renamefile.htm b/templates/renamefile.htm
new file mode 100644 (file)
index 0000000..0d59a07
--- /dev/null
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head>
+<title>Move/Rename 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>Move/Rename file {FILE}</h1>
+
+<p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
+
+<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+
+<form action="{SCRIPT}" method="post">
+<input type="hidden" name="command" value="rename">
+<input type="hidden" name="file" value="{FILE}">
+
+<p>Move/Rename file '{FILE}' to:<br>
+{DIR} <input type="text" name="newfile"></p>
+
+<p><input type="submit" value="Move/Rename file!"></p>  
+</form>
+</body>
+</html>
\ No newline at end of file

patrick-canterino.de