template for nice error pages when a user does something wrong.. like forget to add
authormh <mh>
Sun, 3 Feb 2002 11:18:51 +0000 (11:18 +0000)
committermh <mh>
Sun, 3 Feb 2002 11:18:51 +0000 (11:18 +0000)
a title

templates-dist/usererror.template [new file with mode: 0755]

diff --git a/templates-dist/usererror.template b/templates-dist/usererror.template
new file mode 100755 (executable)
index 0000000..3b40888
--- /dev/null
@@ -0,0 +1,37 @@
+<html>
+<head>
+<title>indymedia.de | Fehlerhafte Eingabe</title>
+</head>
+<body>
+<include "head.template">
+<table width="100%" border="0" align="center">
+       <tr bgcolor="#006600">
+               <td>
+                       <div align="center"><h2><font color="Pink">OOPS!</font></h2>
+                       </div>
+               </td>
+       </tr>
+       <tr>
+               <td>
+                       <p> Bei der Eingabe hat es folgende fehler gegeben:
+               </td>
+       </tr>
+       <tr>
+               <td>
+                       <p>
+                       <p align="center"><font size="5" color="Red"><b> ${errorstring}</b></font>
+            <p>
+                       <p> 
+               </td>
+       </tr>
+       <tr>
+               <td>
+                       <p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">Also, bitte druecken sie die zueruck taste und versuchen sie nochmal
+                       </a></font>
+                       <p>
+               </td>
+       </tr>
+</table>
+<include "foot.template">
+</body>
+</html>