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.

header.twig 1.8KB

1234567891011121314151617181920212223242526272829303132333435
  1. <div class="thin">
  2. <div class="header">
  3. <h2>{{ heading }}</h2>
  4. </div>
  5. <table width="100%" class="layout">
  6. <tr class="colhead"><td id="sorting_head">Sorting</td></tr>
  7. <tr>
  8. <td id="drag_drop_textnote">
  9. <ul>
  10. <li>Click on the headings to organize columns automatically.</li>
  11. <li>Sort multiple columns simultaneously by holding down the shift key and clicking other column headers.</li>
  12. <li>Click and drag any row to change its order.</li>
  13. <li>Double-click on a row to check it.</li>
  14. </ul>
  15. </td>
  16. </tr>
  17. </table>
  18. <form action="bookmarks.php" method="post" id="drag_drop_collage_form">
  19. <div class="drag_drop_save">
  20. <input type="submit" name="update" value="Update ranking" title="Save your rank" class="tooltip save_sortable_collage" />
  21. <input type="submit" name="delete" value="Delete checked" title="Remove items" class="tooltip save_sortable_collage" />
  22. </div>
  23. <table id="manage_collage_table">
  24. <thead>
  25. <tr class="colhead">
  26. <th style="width: 7%;" data-sorter="false">Order</th>
  27. <th style="width: 1%;"><span><abbr class="tooltip" title="Current order">#</abbr></span></th>
  28. <th style="width: 1%;"><span>Year</span></th>
  29. <th style="width: 15%;" data-sorter="ignoreArticles"><span>Artist</span></th>
  30. <th data-sorter="ignoreArticles"><span>Torrent</span></th>
  31. <th style="width: 5%;" data-sorter="relativeTime"><span>Bookmarked</span></th>
  32. <th style="width: 1%;" id="check_all" data-sorter="false"><span>Remove</span></th>
  33. </tr>
  34. </thead>
  35. <tbody>