toptable.tpl 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <table border="0" cellpadding="1">
  2. <tr align="right">
  3. <th><?-- "Nr" --?><?slang id="340"/?></th>
  4. <th align="center"><?-- "User" --?><?slang id="341"/?></th>
  5. <th align="left"><?-- "Info" --?><?slang id="342"/?></th>
  6. <?topstats?>
  7. <th><a href="../<?type/?>/"><?type slang="yes"/?></a></th>
  8. <?/topstats?>
  9. </tr>
  10. <?init_colorfade steps="toplist"/?>
  11. <?toplist?>
  12. <tr align="right" bgcolor="<?fcolor/?>">
  13. <td><?place/?></td>
  14. <td>
  15. <a href="../../../users/<?user encode="no"/?>/"><?user/?></a>
  16. </td>
  17. <td>
  18. <?if_icqnr?><img src="http://wwp.icq.com/scripts/online.dll?icq=<?icqnr/?>&amp;img=5" alt="<?icqnr/?>" width="18" height="18"><?/if_icqnr?>
  19. <?if_binary?>
  20. <?if_homepage?><a href="<?homepage/?>"><img src="<?binary_url/?>/homepage.gif" height="15" width="15" alt="[URL]" border="0"></a><?/if_homepage?>
  21. <?if_email?><a href="mailto:<?email/?>"><img src="<?binary_url/?>/email.gif" height="15" width="15" alt="[eMail]" border="0"></a><?/if_email?>
  22. <?/if_binary?>
  23. </td>
  24. <?topstats?>
  25. <td><?value/?></td>
  26. <?/topstats?>
  27. </tr>
  28. <?fade_color/?>
  29. <?/toplist?>
  30. </table>