A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[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">
6       {--GUEST_SPONSOR_WANT_BECOME_HEADER--}
7     </div>
8     <br />
9     {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
10   </td>
11 </tr>
12 <tr>
13   <td align="center" class="bottom2" style="padding-top:15px; padding-bottom: 15px">
14     {--GUEST_SPONSOR_PRICING_HEADER--}<br />
15     <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
16 $content[paytypes]
17     <tr><td colspan="2" class="guest_title2 seperator" height="29">&nbsp;</td></tr>
18     </table>
19   </td>
20 </tr>
21 <tr>
22   <td align="center" style="padding-top: 15px; padding-bottom: 15px">
23     <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
24     <tr>
25       <td colspan="2" align="center" class="guest_title2 bottom2" height="30">
26         <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
27       </td>
28     </tr>
29 $content[actions]
30     <tr><td colspan="2" class="guest_title2 seperator" height="29">&nbsp;</td></tr>
31     </table>
32   </td>
33 </tr>
34 </table>
35 </div>