Oppaitime'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.

better.php 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?
  2. //Include the header
  3. View::show_header('Better');
  4. ?>
  5. <div class="thin">
  6. <h3 id="general">Pursuit of Perfection</h3>
  7. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  8. <p>Here at <?=SITE_NAME?>, we believe that there's always room for improvement. To aid our effort in the pursuit of perfection, we've put together a few simple lists that can help you build ratio and help us improve our overall quality. Most lists feature 100 torrents at a time and update every 15 minutes.</p>
  9. </div>
  10. <h3 id="lists">Lists</h3>
  11. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  12. <table width="100%">
  13. <tr class="colhead">
  14. <td style="width: 150px;">Method</td>
  15. <td style="width: 400px;">Additional Information</td>
  16. </tr>
  17. <tr class="row">
  18. <td class="nobr">
  19. <a href="better.php?method=screenshots">Screenshots</a>
  20. </td>
  21. <td class="nobr">
  22. When a torrent doesn't have enough screenshots
  23. </td>
  24. </tr>
  25. <tr class="row">
  26. <td class="nobr">
  27. <a href="better.php?method=encode">Encode</a>
  28. </td>
  29. <td class="nobr">
  30. When a high quality BD or ISO is available and we don't have any encodes of it
  31. </td>
  32. </tr>
  33. <tr class="row">
  34. <td class="nobr">
  35. <a href="better.php?method=snatch">Snatch</a>
  36. </td>
  37. <td class="nobr">
  38. Torrents you've already downloaded that can be encoded.
  39. </td>
  40. </tr>
  41. <tr class="row">
  42. <td class="nobr">
  43. <a href="better.php?method=upload">Upload</a>
  44. </td>
  45. <td class="nobr">
  46. Torrents you've uploaded that could be improved.
  47. </td>
  48. </tr>
  49. <tr class="row">
  50. <td class="nobr">
  51. <a href="better.php?method=tags&amp;filter=all">Tags</a>
  52. </td>
  53. <td class="nobr">
  54. Torrents that have been marked as having "Very bad tags" or "No tags at all".
  55. </td>
  56. </tr>
  57. <tr class="row">
  58. <td class="nobr">
  59. <a href="better.php?method=folders">Folder names</a>
  60. </td>
  61. <td class="nobr">
  62. Torrents that have been marked as having "Very bad folder names" or "No folder names at all".
  63. </td>
  64. </tr>
  65. <tr class="row">
  66. <td class="nobr">
  67. <a href="better.php?method=files">File names</a>
  68. </td>
  69. <td class="nobr">
  70. Torrents that have been marked as having "Bad File Names".
  71. </td>
  72. </tr>
  73. </table>
  74. </div>
  75. </div>
  76. <? View::show_footer(); ?>