4
0

hosts.tpl 382 B

123456789101112131415
  1. <table border="0">
  2. <caption><?-- "Most used" --?><?slang id="850"/?></caption>
  3. <tr>
  4. <th><?-- "ISPs" --?><?slang id="855"/?></th>
  5. <th><?-- "TLDs" --?><?slang id="856"/?></th>
  6. </tr>
  7. <?init_colorfade steps="5"/?>
  8. <?hosts?>
  9. <tr bgcolor="<?fcolor/?>">
  10. <td><?ISP/?> (<?ISPnr/?>)</td>
  11. <td><?TLD/?> (<?TLDnr/?>)</td>
  12. </tr>
  13. <?fade_color/?>
  14. <?/hosts?>
  15. </table>