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.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 or something and help us improve our overall quality. Most lists feature 20 random torrents selected upon page load.</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 group doesn't have enough screenshots
  23. </td>
  24. </tr>
  25. <tr class="row">
  26. <td class="nobr">
  27. <a href="better.php?method=covers&filter=all">Covers</a>
  28. </td>
  29. <td class="nobr">
  30. When a torrent group doesn't have a cover
  31. </td>
  32. </tr>
  33. <!--
  34. <tr class="row">
  35. <td class="nobr">
  36. <s><a href="better.php?method=encode">Encode</a></s>
  37. </td>
  38. <td class="nobr">
  39. When a high quality BD or ISO is available and we don't have any encodes of it
  40. </td>
  41. </tr>
  42. <tr class="row">
  43. <td class="nobr">
  44. <s><a href="better.php?method=snatch">Snatch</a></s>
  45. </td>
  46. <td class="nobr">
  47. Torrents you've already downloaded that can be encoded.
  48. </td>
  49. </tr>
  50. <tr class="row">
  51. <td class="nobr">
  52. <s><a href="better.php?method=upload">Upload</a></s>
  53. </td>
  54. <td class="nobr">
  55. Torrents you've uploaded that could be improved.
  56. </td>
  57. </tr>
  58. <tr class="row">
  59. <td class="nobr">
  60. <a href="better.php?method=tags&amp;filter=all">Tags</a>
  61. </td>
  62. <td class="nobr">
  63. Torrents that have been marked as having "Very bad tags" or "No tags at all".
  64. </td>
  65. </tr>
  66. <tr class="row">
  67. <td class="nobr">
  68. <a href="better.php?method=folders">Folder names</a>
  69. </td>
  70. <td class="nobr">
  71. Torrents that have been marked as having "Very bad folder names" or "No folder names at all".
  72. </td>
  73. </tr>
  74. <tr class="row">
  75. <td class="nobr">
  76. <s><a href="better.php?method=files">File names</a></s>
  77. </td>
  78. <td class="nobr">
  79. Torrents that have been marked as having "Bad File Names".
  80. </td>
  81. </tr>
  82. -->
  83. </table>
  84. </div>
  85. </div>
  86. <? View::show_footer(); ?>