Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / beg / beg_link.tpl
index a24ff16de63ad62666b32a2bbbe57361a70e61af..17850721a29aebfb5639b2b2d165788e3bb15813 100644 (file)
@@ -1,34 +1,41 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
-       style="height: 100%">
-       <TR>
-               <TD height="10%" align="center">
-               <P align="center">{--__BEG_BANNER--}</P>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="80%" align="center">
-               <TABLE border="0" cellspacing="0" cellpadding="0"
-                       class="beg_table dashed" width="620">
-                       <TR>
-                               <TD align="center" height="50" class="bottom2"><FONT
-                                       class="big">{--BEG_LINK_BY_1--}<STRONG>{!MAIN_TITLE!}</STRONG>{--BEG_LINK_BY_2--}</FONT><br />
-                               {--BEG_LINK_USERID_1--}<U>{!__BEG_UID!}</U>{--BEG_LINK_USERID_2--}</TD>
-                       </TR>
-                       <TR>
-                               <TD align="center" height="120" class="beg_msg bottom2">
-                               {--__BEG_MSG--}</TD>
-                       </TR>
-                       <TR>
-                               <TD align="center" height="30"><A
-                                       href="{!URL!}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</A>
-                               </TD>
-                       </TR>
-               </TABLE>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="10%" align="center">
-               <P align="center">{--__BEG_BANNER--}</P>
-               </TD>
-       </TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
+       <tr>
+               <td height="10%" align="center">
+                       <div align="center">$content[banner]</div>
+               </td>
+       </tr>
+       <tr>
+               <td height="80%" align="center">
+               <table border="0" cellspacing="0" cellpadding="0" class="beg_table dashed">
+                       <tr>
+                               <td align="center" height="50" class="bottom">
+                                       <div class="para big">
+                                               {--BEG_LINK_BY--}
+                                       </div>
+
+                                       <div class="para">
+                                               {%message,BEG_LINK_USERID=$content[userid]%}
+                                       </div>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td align="center" height="120" class="beg_msg bottom">
+                                       $content[message]
+                               </td>
+                       </tr>
+                       <tr>
+                               <td align="center">
+                                       <a href="{%url=ref.php?refid=$content[userid]%}">{--BEG_CONTINUE_REGISTER--}</a>
+                               </td>
+                       </tr>
+               </table>
+               </td>
+       </tr>
+       <tr>
+               <td height="10%" align="center">
+                       <div align="center">$content[banner]</div>
+               </td>
+       </tr>
+</table>
+</div>