HTML->XHTML preparation (still *A LOT* to convert
[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" align="center">
3                 {--EMAIL_SUBJECT--}:<br />
4                 <strong>$content[subj]</strong>
5         </TD>
6         <TD class="switch_mem$content[sw] top2" width="54%" align="center">
7                 {--EMAIL_TIMESTAMP--}:<br />
8                 <strong>$content[stamp]</strong>
9         </TD>
10 </TR>
11 <TR>
12         <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
13                 {--EMAIL_PAYMENT--}:<br />
14                 <strong>$content[pay]</strong>
15         </TD>
16         <TD align="center" class="switch_mem$content[sw] top">
17                 {--EMAIL_CATEGORY--}:<br />
18                 <strong>$content[cat]</strong>
19         </TD>
20 </TR>
21 <TR>
22         <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
23                 {--EMAIL_URL--}:<br />
24                 <strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
25         </TD>
26         <TD align="center" class="switch_mem$content[sw] top">
27                 {--EMAIL_END_SEND--}:<br />
28                 <strong>$content[sent]</strong>
29         </TD>
30 </TR>
31 <TR>
32         <TD align="center" class="switch_mem$content[sw] top right" width="30%">
33                 {--EMAIL_RECEIVERS--}:<br />
34                 <strong>$content[recs]</strong>
35         </TD>
36         <TD align="center" class="switch_mem$content[sw] top right" width="16%">
37                 {--EMAIL_CONFIRMED--}:<br />
38                 <strong>$content[clix]</strong>
39         </TD>
40         <TD align="center" class="switch_mem$content[sw] top">
41                 {--EMAIL_PERCENT--}:<br />
42                 <strong>$content[perc]</strong>
43         </TD>
44 </TR>