Die lokalisierten HTML-Vorlagen sollten doch im Repository enthalten sein, weil anson...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 20 Feb 2006 09:17:42 +0000 (09:17 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 20 Feb 2006 09:17:42 +0000 (09:17 +0000)
templates/webpages/generic/error_de.html [new file with mode: 0644]

diff --git a/templates/webpages/generic/error_de.html b/templates/webpages/generic/error_de.html
new file mode 100644 (file)
index 0000000..838c706
--- /dev/null
@@ -0,0 +1,14 @@
+<body>
+ <table width=100%>
+  <tr>
+   <th class=listtop><TMPL_VAR NAME=title DEFAULT="Fehler!"></th>
+  </tr>
+  <tr height="5"></tr>
+
+  <tr><td><TMPL_VAR NAME=label_error></td></tr>
+ </table>
+
+ <TMPL_VAR NAME=DEBUG>
+
+</body>
+</html>