3f6ea7ecd85aeffc96f9add87bdb9e560b07a75d
[mailer.git] / templates / de / html / member / member_stats_row.tpl
1 <TR>
2         <TD class="switch_mem$content[sw] top2 right" width="46%" colspan="2"
3                 align="center">{--EMAIL_SUBJECT--}:<br />
4         <STRONG>$content[subj]</STRONG></TD>
5         <TD class="switch_mem$content[sw] top2" width="54%" align="center">
6         {--EMAIL_TIMESTAMP--}:<br />
7         <STRONG>$content[stamp]</STRONG></TD>
8 </TR>
9 <TR>
10         <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
11         {--EMAIL_PAYMENT--}:<br />
12         <STRONG>$content[pay]</STRONG></TD>
13         <TD align="center" class="switch_mem$content[sw] top">
14         {--EMAIL_CATEGORY--}:<br />
15         <STRONG>$content[cat]</STRONG></TD>
16 </TR>
17 <TR>
18         <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
19         {--EMAIL_URL--}:<br />
20         <STRONG><A href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</A></STRONG>
21         </TD>
22         <TD align="center" class="switch_mem$content[sw] top">
23         {--EMAIL_END_SEND--}:<br />
24         <STRONG>$content[sent]</STRONG></TD>
25 </TR>
26 <TR>
27         <TD align="center" class="switch_mem$content[sw] top right" width="23%">
28         {--EMAIL_RECEIVERS--}:<br />
29         <STRONG>$content[recs]</STRONG></TD>
30         <TD align="center" class="switch_mem$content[sw] top right" width="23%">
31         {--EMAIL_CONFIRMED--}:<br />
32         <STRONG>$content[clix]</STRONG></TD>
33         <TD align="center" class="switch_mem$content[sw] top">
34         {--EMAIL_PERCENT--}:<br />
35         <STRONG>$content[perc]</STRONG></TD>
36 </TR>