Category_index.html 668 B

12345678910111213141516171819202122232425
  1. <form name="myform" action="{:U('Category/listorder')}" method="post">
  2. <div class="pad-lr-10">
  3. <div class="table-list">
  4. <table width="100%" cellspacing="0">
  5. <thead>
  6. <tr>
  7. <th width="40">{:L('listorder')}</th>
  8. <th width="40">catid</th>
  9. <th>{:L('catname')}</th>
  10. <th width="80">{:L('use_module')}</th>
  11. <th width="30">{:L('fangwen')}</th>
  12. <th width="260">{:L('manage')}</th>
  13. </tr>
  14. </thead>
  15. <tbody>
  16. {$categorys}
  17. </tbody>
  18. </table>
  19. <div class="btn"><input type="submit" class="button" name="dosubmit" value="{:L('listorder')}" /></div></div>
  20. </div>
  21. </div>
  22. </form></div>