/upload/templates/default/attach_rules.tpl

http://torrentpier2.googlecode.com/ · Smarty Template · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · 20303ad93a5a78967984eade8082f02b MD5 · raw file

  1. <div class="spacer_8"></div>
  2. <table class="forumline wAuto">
  3. <tr>
  4. <th>{L_ATTACH_RULES_TITLE}</th>
  5. </tr>
  6. <!-- BEGIN switch_nothing -->
  7. <tr>
  8. <td class="row1 tCenter">{L_NOTE_USER_EMPTY_GROUP_PERMISSIONS}</td>
  9. </tr>
  10. <!-- END switch_nothing -->
  11. <!-- BEGIN group_row -->
  12. <tr>
  13. <td class="row1 tCenter">
  14. <h4 class="mrg_6">{group_row.GROUP_RULE_HEADER}</h4>
  15. <p class="mrg_6">
  16. <!-- BEGIN extension_row -->
  17. {group_row.extension_row.EXTENSION}&nbsp;
  18. <!-- END extension_row -->
  19. </p>
  20. </td>
  21. </tr>
  22. <!-- END group_row -->
  23. </table>