PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/phpBB/adm/style/acp_prune_forums.html

https://github.com/naderman/phpbb-orchestra
HTML | 108 lines | 76 code | 23 blank | 9 comment | 0 complexity | 5fdb4cbe03e3fa9fc8aed470a484a57c MD5 | raw file
  1. <!-- INCLUDE overall_header.html -->
  2. <a name="maincontent"></a>
  3. <!-- IF S_PRUNED -->
  4. <h1>{L_FORUM_PRUNE}</h1>
  5. <p>{L_PRUNE_SUCCESS}</p>
  6. <table cellspacing="1">
  7. <thead>
  8. <tr>
  9. <th>{L_FORUM}</th>
  10. <th>{L_TOPICS_PRUNED}</th>
  11. <th>{L_POSTS_PRUNED}</th>
  12. </tr>
  13. </thead>
  14. <tbody>
  15. <!-- BEGIN pruned -->
  16. <!-- IF pruned.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
  17. <td style="text-align: center;">{pruned.FORUM_NAME}</td>
  18. <td style="text-align: center;">{pruned.NUM_TOPICS}</td>
  19. <td style="text-align: center;">{pruned.NUM_POSTS}</td>
  20. </tr>
  21. <!-- BEGINELSE -->
  22. <tr>
  23. <td colspan="3" class="row3" style="text-align: center;">{L_NO_PRUNE}</td>
  24. </tr>
  25. <!-- END pruned -->
  26. </tbody>
  27. </table>
  28. <!-- ELSEIF S_SELECT_FORUM -->
  29. <h1>{L_ACP_PRUNE_FORUMS}</h1>
  30. <p>{L_ACP_PRUNE_FORUMS_EXPLAIN}</p>
  31. <form id="acp_prune" method="post" action="{U_ACTION}">
  32. <fieldset>
  33. <legend>{L_SELECT_FORUM}</legend>
  34. <p>{L_LOOK_UP_FORUMS_EXPLAIN}</p>
  35. <dl>
  36. <dt><label for="forum">{L_LOOK_UP_FORUM}:</label></dt>
  37. <dd><select id="forum" name="f[]" multiple="multiple" size="10">{S_FORUM_OPTIONS}</select></dd>
  38. <dd><label><input type="checkbox" class="radio" name="all_forums" value="1" /> {L_ALL_FORUMS}</label></dd>
  39. </dl>
  40. <p class="quick">
  41. <input class="button1" type="submit" value="{L_LOOK_UP_FORUM}" />
  42. </p>
  43. </fieldset>
  44. </form>
  45. <!-- ELSE -->
  46. <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">&laquo; {L_BACK}</a>
  47. <h1>{L_ACP_PRUNE_FORUMS}</h1>
  48. <p>{L_ACP_PRUNE_FORUMS_EXPLAIN}</p>
  49. <h2>{L_FORUM}</h2>
  50. <p>{L_SELECTED_FORUMS}: {FORUM_LIST}</p>
  51. <form id="acp_prune" method="post" action="{U_ACTION}">
  52. <fieldset>
  53. <legend>{L_FORUM_PRUNE}</legend>
  54. <dl>
  55. <dt><label for="prune_days">{L_PRUNE_NOT_POSTED}:</label></dt>
  56. <dd><input type="text" id="prune_days" name="prune_days" /></dd>
  57. </dl>
  58. <dl>
  59. <dt><label for="prune_vieweddays">{L_PRUNE_NOT_VIEWED}:</label></dt>
  60. <dd><input type="text" id="prune_vieweddays" name="prune_vieweddays" /></dd>
  61. </dl>
  62. <dl>
  63. <dt><label for="polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt>
  64. <dd><label><input type="radio" class="radio" name="prune_old_polls" value="1" /> {L_YES}</label>
  65. <label><input type="radio" class="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</label></dd>
  66. </dl>
  67. <dl>
  68. <dt><label for="announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt>
  69. <dd><label><input type="radio" class="radio" name="prune_announce" value="1" /> {L_YES}</label>
  70. <label><input type="radio" class="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</label></dd>
  71. </dl>
  72. <dl>
  73. <dt><label for="sticky">{L_PRUNE_STICKY}:</label></dt>
  74. <dd><label><input type="radio" class="radio" name="prune_sticky" value="1" /> {L_YES}</label>
  75. <label><input type="radio" class="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</label></dd>
  76. </dl>
  77. <p class="quick">
  78. {S_HIDDEN_FIELDS}
  79. {S_FORM_TOKEN}
  80. <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
  81. </p>
  82. </fieldset>
  83. </form>
  84. <!-- ENDIF -->
  85. <!-- INCLUDE overall_footer.html -->