]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_sponsor_infos.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / guest / guest_sponsor_infos.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
3 <tr>
4   <td class="guest_title bottom2">
5     <div class="big">{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</STRONG><br />
6     {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
7   </td>
8 </tr>
9 <tr>
10   <td align="center" class="bottom2" style="padding-top:15px; padding-bottom: 15px">
11     {--GUEST_SPONSOR_PRICING_HEADER--}<br />
12     <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
13 {!__SPONSOR_PAYTYPES!}
14     <tr><td colspan="2" class="guest_title2 seperator" height="29">&nbsp;</td></tr>
15     </table>
16   </td>
17 </tr>
18 <tr>
19   <td align="center" style="padding-top: 15px; padding-bottom: 15px">
20     <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
21     <tr>
22       <td colspan="2" align="center" class="guest_title2 bottom2" height="30">
23         <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
24       </td>
25     </tr>
26 {!__SPONSOR_ACTIONS!}
27     <tr><td colspan="2" class="guest_title2 seperator" height="29">&nbsp;</td></tr>
28     </table>
29   </td>
30 </tr>
31 </table>
32 </div>