init
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -2,6 +2,12 @@ | ... | @@ -2,6 +2,12 @@ |
| 2 | 2 | ||
| 3 | <body> | 3 | <body> |
| 4 | <div class="page-container"> | 4 | <div class="page-container"> |
| 5 | <form class="" onreset="resetHandler()"> | ||
| 6 | <?php $this->load->view('work/search'); ?> | ||
| 7 | <div> | ||
| 8 | <input class="btn btn-warning radius" type="reset" value="重置"> | ||
| 9 | </div> | ||
| 10 | </form> | ||
| 5 | <div class="body mt-20"> | 11 | <div class="body mt-20"> |
| 6 | <table class="table table-border table-bordered table-bg" id="table"> | 12 | <table class="table table-border table-bordered table-bg" id="table"> |
| 7 | <thead class="text-c"> | 13 | <thead class="text-c"> | ... | ... |
-
Please register or sign in to post a comment