--- a/debian/changelog Thu Aug 03 21:11:06 2006 +0000
+++ b/debian/changelog Tue Aug 15 07:23:56 2006 +0000
@@ -1,3 +1,9 @@
+havp-templates (0.2-1) stable; urgency=low
+
+ * invalid
+
+ -- Heiko Schlittermann <hs@schlittermann.de> Tue, 15 Aug 2006 08:54:18 +0200
+
havp-templates (0.1-1) stable; urgency=low
* Initial Release.
--- a/ius/Makefile Thu Aug 03 21:11:06 2006 +0000
+++ b/ius/Makefile Tue Aug 15 07:23:56 2006 +0000
@@ -1,6 +1,6 @@
WML = $(wildcard *.wml)
-HTML = virus.html dns.html
+HTML = virus.html dns.html invalid.html
DEPS = $(HTML:.html=.d)
.PHONY: all clean depend export install
--- a/ius/invalid.html Thu Aug 03 21:11:06 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-<html>
-
-<head>
-<title>HAVP - Server Data Invalid</title>
-<style type="text/css">
-<!--
-.style1 {
- color: #00FFFF;
- font-weight: bold;
-}
--->
-</style>
-</head>
-
-<body bgcolor=#FFFFFF>
-
-<table width=700 height=540 border=0 align="center" cellpadding=2 cellspacing=0>
-<tr bgcolor="#CCCCCC">
- <td height=100 colspan=2 align=center>
- <font face=arial,helvetica size=6><strong>HAVP</strong></font></td>
-</tr>
-<tr>
- <td align=center valign=bottom width=150 bgcolor=#000066> </td>
- <td width=550 bgcolor=#FFFFFF align=center valign=center>
- <font face=arial,helvetica size=4>
- HAVP<br>
- <br>
- <br>
- The server data is invalid:<br>
- <font color=red>
- <b><!--message--></b>
- </font>
- <font color=black>
- <br>
- </font></font><br>
- <br>
- </td>
-</tr>
-<tr>
- <td align=center valign=middle bgcolor=#000066><span class="style1"><font face=arial,helvetica size=2> Your
- Company Here</font></span></td>
- <td bgcolor=#FFFFFF align=center valign=middle><font face=arial,helvetica size=2> Powered by <a href="http://www.server-side.de" target="_blank">HAVP</a> </font> </td>
-</tr>
-</table>
-
-</body>
-
-</html>
-
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ius/invalid.wml Tue Aug 15 07:23:56 2006 +0000
@@ -0,0 +1,13 @@
+#!wml -o %BASE.html@a+r
+#use wml::myTags
+<:$VERSION = '$Id$ / $URL$':>
+<myPage info=meta title="HAVP - Server Data invalid">
+
+<message bg="#CCCCCC">
+ <p> Die vom Server gelieferten Daten sind ungültig:
+ <font color=red><!--message--></font>
+
+ <p>
+ Bitte fragen Sie Ihren Systemadministrator.
+</message>
+</myPage>