Menu_index.html 630 B

1234567891011121314151617181920
  1. <form id="myform" name="myform" action="{:U('Menu/listorder')}" method="post">
  2. <div class="table-list">
  3. <table width="100%" cellspacing="0">
  4. <thead>
  5. <tr>
  6. <th width="40">{:L('listorder')}</th>
  7. <th width="20">id</th>
  8. <th>{:L('menu_name')}</th>
  9. <th width="40">{:L('status')}</th>
  10. <th width="170">{:L('manage')}</th>
  11. </tr>
  12. </thead>
  13. <tbody>
  14. <?php echo $select_categorys;?>
  15. </tbody>
  16. </table>
  17. <div class="btn"><input type="submit" class="button" name="dosubmit" value="<?php echo L('listorder')?>" /></div> </div>
  18. </div>
  19. </form></div>