Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / member / member_reflinks_row.tpl
1 <tr>
2         <td align="center" class="member_refbanner switch_sw$content[sw]">
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>$content[counter]</strong>&nbsp;{--REF_VIEWS--} /
8                         <strong>$content[clicks]</strong>&nbsp;{--REF_CLIX--}
9                 </div>
10         </td>
11 </tr>
12 <tr>
13         <td align="center" class="member_refbanner switch_sw$content[sw]">
14         <div class="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;</div>
17         </td>
18 </tr>