827a37515075425d377ba8d2e11a5e2d0942fed2
[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 bottom">
5     <div class="big para">
6       {--GUEST_SPONSOR_WANT_BECOME_HEADER--}
7     </div>
8     <div class="para">
9       {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
10     </div>
11   </td>
12 </tr>
13 <tr>
14   <td align="center" class="bottom" style="padding-top:15px; padding-bottom: 15px">
15     <div>
16       {--GUEST_SPONSOR_PRICING_HEADER--}
17     </div>
18     <div>
19     <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
20 $content[paytypes]
21     <tr>
22       <td colspan="2" class="guest_footer">
23         {--GUEST_SPONSOR_PRICING_FOOTER--}
24       </td>
25     </tr>
26     </table>
27     </div>
28   </td>
29 </tr>
30 <tr>
31   <td align="center" style="padding-top: 15px; padding-bottom: 15px">
32     <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
33     <tr>
34       <td colspan="2" align="center" class="guest_title bottom">
35         <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
36       </td>
37     </tr>
38 $content[actions]
39     <tr>
40       <td colspan="2" class="guest_footer">
41         {--GUEST_SPONSOR_ACTIONS_FOOTER--}
42       </td>
43     </tr>
44     </table>
45   </td>
46 </tr>
47 </table>
48 </div>