]> git.p6c8.net - devedit.git/blobdiff - templates/error.htm
Began to implement the possibility to control the output using template files
[devedit.git] / templates / error.htm
diff --git a/templates/error.htm b/templates/error.htm
new file mode 100644 (file)
index 0000000..4cbd60a
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+<head>
+<title>Error</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>Error</h1>
+
+<p>{ERROR}</p>{IF dir}
+
+<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>{ENDIF}
+</body>
+</html>
\ No newline at end of file

patrick-canterino.de