Large code cleanups:
[mailer.git] / templates / de / html / member / member_list_reflinks_row.tpl
1 <tr>
2         <td align="center" class="member_refbanner {%template,ColorSwitch%}">
3                 <div>
4                         <img src="$content[url]" alt="$content[alternate]" title="$content[alternate]" border="0" />
5                 </div>
6                 <div class="tiny">{--REFBANNER_TOTALS--}:
7                         <strong>{%pipe,translateComma=$content[counter]%}</strong> {--REFERRAL_VIEWS--} /
8                         <strong>{%pipe,translateComma=$content[clicks]%}</strong> {--REFERRAL_CLICKS--}
9                 </div>
10         </td>
11 </tr>
12 <tr>
13         <td align="center" class="member_refbanner {%template,ColorSwitch%}">
14                 <pre>&lt;a href=&quot;{?URL?}/click.php?user=$content[userid]&amp;banner=$content[id]&quot;
15  target=&quot;_blank&quot;&gt;&lt;img src=&quot;{?URL?}/view.php?user=$content[userid]&amp;banner=$content[id]&quot;
16  alt=&quot;$content[alternate]&quot; title=&quot;$content[alternate]&quot; border=&quot;0&quot;&nbsp;/&gt;&lt;/a&gt;</pre>
17         </td>
18 </tr>