HTML->XHTML preparation (still *A LOT* to convert
[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>