9133abf3 by yangjianbin

init

1 parent 4fce633c
...@@ -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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!