]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_header.tpl
Reverted last commit
[mailer.git] / templates / de / html / guest / guest_header.tpl
1 <!-- Gast-Tabelle - Anfang //-->
2 <div id="floater">
3         {%template,MessageFloater%}
4 </div>
5
6 <table border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
7         <tr>
8                 <td colspan="3" align="center" valign="top" class="table_header">
9                         <a name="TOP"></a>
10                         <!-- Ab hier Kopf! //-->
11                         <strong><big>-&nbsp;-&nbsp;-<a title="{?MAIN_TITLE?}"
12                         style="cursor: default; background: none; text-decoration: none"
13                         class="guest_header">{?MAIN_TITLE?}</a>&nbsp;-&nbsp;-&nbsp;-</big></strong>
14                 <table border="0" cellspacing="0" cellpadding="0" width="100%">
15                         <tr>
16                                 <td width="200"><div class="guest_header">Hallo {%pipe,getUsername%}!</div></td>
17                                 <td align="center"><div class="guest_header">{?SLOGAN?}</div></td>
18                                 <td width="200" align="right"><div class="guest_header">$content[date_time]</div></td>
19                         </tr>
20                 </table>
21                 <!-- Bis hier Kopf! //--></td>
22         </tr>