More HTML rewrites #3
[mailer.git] / templates / de / html / guest / guest_header.tpl
index 2dddc769b9effa7a3163454e3f59d78800c97420..1ac60a8310cdc9f290d1e27206e358b2f3196eee 100644 (file)
@@ -1,19 +1,18 @@
 <!-- Gast-Tabelle - Anfang -->
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
-       class="guest">
-       <TR>
-               <TD colspan="3" align="center" valign="top" class="guest_title"><A
-                       name="TOP"></A> <!-- Ab hier Kopf! --> <STRONG><BIG>-&nbsp;-&nbsp;-
-               <A title="{!MAIN_TITLE!}"
+<table border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
+       <tr>
+               <td colspan="3" align="center" valign="top" class="guest_title">
+                       <a name="TOP"></a>
+                       <!-- Ab hier Kopf! -->
+                       <strong><big>-&nbsp;-&nbsp;-<a title="{?MAIN_TITLE?}"
                        style="cursor: default; background: none; text-decoration: none"
-                       class="guest_header">{!MAIN_TITLE!}</A>&nbsp;-&nbsp;-&nbsp;-</BIG></STRONG><br />
-               <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-                       <TR>
-                               <TD width="200"><FONT class="guest_header">&nbsp;&nbsp;Hallo
-                               $username!</FONT></TD>
-                               <TD align="center"><FONT class="guest_header">{!SLOGAN!}</FONT></TD>
-                               <TD width="200" align="right"><FONT class="guest_header">$date_time&nbsp;&nbsp;</FONT></TD>
-                       </TR>
-               </TABLE>
-               <!-- Bis hier Kopf! --></TD>
-       </TR>
\ No newline at end of file
+                       class="guest_header">{?MAIN_TITLE?}</a>&nbsp;-&nbsp;-&nbsp;-</big></strong><br />
+               <table border="0" cellspacing="0" cellpadding="0" width="100%">
+                       <tr>
+                               <td width="200"><div class="guest_header">&nbsp;&nbsp;Hallo $username!</div></td>
+                               <td align="center"><div class="guest_header">{?SLOGAN?}</div></td>
+                               <td width="200" align="right"><div class="guest_header">$content[date_time]&nbsp;&nbsp;</div></td>
+                       </tr>
+               </table>
+               <!-- Bis hier Kopf! --></td>
+       </tr>