/upload/templates/default/report_module_edit_body.tpl

http://torrentpier2.googlecode.com/ · Smarty Template · 96 lines · 96 code · 0 blank · 0 comment · 0 complexity · 59453ac213b5e961a7d59559d7edd4b3 MD5 · raw file

  1. <form action="{S_REPORT_ACTION}" method="post">
  2. <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
  3. <tr>
  4. <th class="thHead" colspan="2">{L_EDIT_REPORT_MODULE}</th>
  5. </tr>
  6. <tr>
  7. <td class="row1" width="40%" valign="top"><span class="gen">{L_REPORT_MODULE}:</span></td>
  8. <td class="row2">
  9. <span class="gen">{MODULE_TITLE}</span><br />
  10. <span class="gensmall">{MODULE_EXPLAIN}</span>
  11. </td>
  12. </tr>
  13. <tr>
  14. <td class="row1"><span class="gen">{L_REPORT_NOTIFY}:</span></td>
  15. <td class="row2">
  16. <label for="report_module_notify_1">
  17. <input type="radio" name="report_module_notify" id="report_module_notify_1" value="1"{MODULE_NOTIFY_ON} />{L_ENABLED}
  18. </label>
  19. &nbsp;
  20. <label for="report_module_notify_0">
  21. <input type="radio" name="report_module_notify" id="report_module_notify_0" value="0"{MODULE_NOTIFY_OFF} />{L_DISABLED}
  22. </label>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td class="row1">
  27. <label for="report_module_prune" class="gen">{L_REPORT_PRUNE}</label>:<br />
  28. <span class="gensmall">{L_REPORT_PRUNE_EXPLAIN}</span>
  29. </td>
  30. <td class="row2">
  31. <input type="text" class="post" name="report_module_prune" id="report_module_prune" size="3" maxlength="3" value="{MODULE_PRUNE}" />
  32. {L_DAYS}
  33. </td>
  34. </tr>
  35. <tr>
  36. <th class="thSides" colspan="2">{L_REPORT_PERMISSIONS}</th>
  37. </tr>
  38. <tr>
  39. <td class="row1">
  40. <label for="auth_write" class="gen">{L_WRITE}</label>:
  41. </td>
  42. <td class="row2">
  43. <select name="auth_write" id="auth_write">
  44. <!-- BEGIN auth_write -->
  45. <option value="{auth_write.VALUE}"{auth_write.SELECTED}>{auth_write.TITLE}</option>
  46. <!-- END auth_write -->
  47. </select>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td class="row1">
  52. <label for="auth_view" class="gen">{L_VIEW}</label>:
  53. </td>
  54. <td class="row2">
  55. <select name="auth_view" id="auth_view">
  56. <!-- BEGIN auth_view -->
  57. <option value="{auth_view.VALUE}"{auth_view.SELECTED}>{auth_view.TITLE}</option>
  58. <!-- END auth_view -->
  59. </select>
  60. </td>
  61. </tr>
  62. <tr>
  63. <td class="row1">
  64. <label for="auth_notify" class="gen">{L_REPORT_NOTIFY}</label>:<br />
  65. <span class="gensmall">{L_REPORT_AUTH_NOTIFY_EXPLAIN}</span>
  66. </td>
  67. <td class="row2">
  68. <select name="auth_notify" id="auth_notify">
  69. <!-- BEGIN auth_notify -->
  70. <option value="{auth_notify.VALUE}"{auth_notify.SELECTED}>{auth_notify.TITLE}</option>
  71. <!-- END auth_notify -->
  72. </select>
  73. </td>
  74. </tr>
  75. <tr>
  76. <td class="row1">
  77. <label for="auth_delete" class="gen">{L_DELETE}</label>:<br />
  78. <span class="gensmall">{L_REPORT_AUTH_DELETE_EXPLAIN}</span>
  79. </td>
  80. <td class="row2">
  81. <select name="auth_delete" id="auth_delete">
  82. <!-- BEGIN auth_delete -->
  83. <option value="{auth_delete.VALUE}"{auth_delete.SELECTED}>{auth_delete.TITLE}</option>
  84. <!-- END auth_delete -->
  85. </select>
  86. </td>
  87. </tr>
  88. <tr>
  89. <td class="catBottom" colspan="2" align="center">
  90. {S_HIDDEN_FIELDS}
  91. <input type="submit" name="submit" class="mainoption" value="{L_SUBMIT}" />
  92. <input type="submit" name="cancel" class="liteoption" value="{L_CANCEL}" />
  93. </td>
  94. </tr>
  95. </table>
  96. </form>