]> git.p6c8.net - devedit.git/blobdiff - templates/rmmulti.htm
Added a feature for removing multiple files from a directory.
[devedit.git] / templates / rmmulti.htm
diff --git a/templates/rmmulti.htm b/templates/rmmulti.htm
new file mode 100644 (file)
index 0000000..aee0464
--- /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>Remove files</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 files</h1>{IF success}
+
+<p>The following files have been removed successfully:</p>
+
+<ul>{LOOP SUCCESS}
+<li>{SUCCESS.FILE_PATH}</li>{ENDLOOP}
+</ul>{ENDIF}{IF failed}
+
+<p>The following could not be removed:</p>
+
+<ul>{LOOP FAILED}
+<li>{FAILED.FILE_PATH}</li>{ENDLOOP}
+</ul>{ENDIF}
+
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
+</body>
+</html>
\ No newline at end of file

patrick-canterino.de