1
0

page.admin.editRSS.tmpl 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <tmpl_include name="inc.head.tmpl">
  2. <tmpl_include name="inc.titleBar.tmpl">
  3. <div id="content">
  4. <div id="upload">
  5. <div id="uploadLast"></div>
  6. <div id="uploadFirst">
  7. <span class="upload">
  8. Overview
  9. </span>
  10. </div>
  11. </div>
  12. <div class="uploadClass">
  13. <div align="left">
  14. Configure the RSS feeds you want to be included in the 'RSS Torrents' page for torrentflux-b4rt users to browse through.<br/><br/>
  15. <strong>Note:</strong><br/>
  16. RSS feed URLs added here must contain 'direct download' torrent links otherwise users will not be able to download the torrent files directly into torrentflux-b4rt.
  17. </div>
  18. </div>
  19. <div id="uploadBottom"></div>
  20. <div id="uploadBottomEnd"></div>
  21. <form action="admin.php?op=addRSS" method="post">
  22. <div id="upload">
  23. <div id="uploadLast"></div>
  24. <div id="uploadFirst">
  25. <span class="upload">
  26. New RSS Feed
  27. </span>
  28. </div>
  29. </div>
  30. <div class="uploadClass">
  31. <label for="newRSS"><tmpl_var name="_FULLURLLINK">:</label>
  32. <input type="Text" size="50" maxlength="255" name="newRSS" id="newRSS">
  33. <input type="Submit" value="<tmpl_var name="_UPDATE">">
  34. </div>
  35. <div id="uploadBottom"></div>
  36. <div id="uploadBottomEnd"></div>
  37. </form>
  38. <div id="upload">
  39. <div id="uploadLast"></div>
  40. <div id="uploadFirst">
  41. <span class="upload">
  42. Links
  43. </span>
  44. </div>
  45. </div>
  46. <div class="uploadClass">
  47. <table id="statusInfos">
  48. <tmpl_loop name="link_rss">
  49. <tr>
  50. <td class="buttonLinks">
  51. <a href="admin.php?op=deleteRSS&rid=<tmpl_var name="rid">"><img src='themes/<tmpl_var name="theme">/pics/delete.jpg' alt='<tmpl_var name="_DELETE"> <tmpl_var name="rid">'></a>
  52. </td>
  53. <td class="outlinks">
  54. <tmpl_if name="enable_dereferrer">
  55. <a class="outlinks" href="index.php?iid=dereferrer&u=<tmpl_var escape="url" name="link">" target="_blank"><tmpl_var escape="htmlkeepspaces" name="link"></a>
  56. <tmpl_else>
  57. <a class="outlinks" href="<tmpl_var escape="html" name="link">" target="_blank"><tmpl_var escape="htmlkeepspaces" name="link"></a>
  58. </tmpl_if>
  59. </td>
  60. </tr>
  61. </tmpl_loop>
  62. </table>
  63. </div>
  64. <div id="uploadBottom"></div>
  65. <div id="uploadBottomEnd"></div>
  66. <tmpl_include name="inc.subfoot.tmpl">
  67. </div>
  68. </body>
  69. </html>