BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

toc.twig 1.1KB

1234567891011121314151617181920
  1. <tr class="row{{ cycle(['a', 'b'], loop.index0) }}">
  2. <td class="td_read {{ icon_class }} {{ tooltip }}" title="{{ icon_class|replace({'_': ' '})|ucfirstall }}"></td>
  3. <td class="td_latest">
  4. <span style="float: left;" class="last_topic">
  5. <strong>
  6. <a href="forums.php?action=viewthread&amp;threadid={{ id }}" class="tooltip" data-title-plain="{{ title }}"{%
  7. if title != cut_title %} title="{{ title }}"{% endif %}>{{ cut_title }}</a>
  8. </strong>
  9. {{ page_links|raw }}
  10. </span>
  11. {% if is_read %}
  12. <span style="float: left;" class="{{ tooltip }} last_read" title="Jump to last read">
  13. <a href="forums.php?action=viewthread&amp;threadid={{ id }}&amp;page={{ last_read_page }}#post{{ last_read_post }}"></a>
  14. </span>
  15. {% endif %}
  16. <span style="float: right;" class="last_poster">by {{ last_post_user|raw }} {{ last_post_diff|raw }}</span>
  17. </td>
  18. <td class="td_replies number_column m_td_right">{{ replies|number_format }}</td>
  19. <td class="td_author">{{ author|raw }}</td>
  20. </tr>