Commit bb43f82edfc37d541e9c7950cb88873ee46dc06b
1 parent
63785dd6
all
Showing
1 changed file
with
4 additions
and
3 deletions
src/main/webapp/pages/live/all_live_management.jsp
| ... | ... | @@ -35,7 +35,7 @@ |
| 35 | 35 | <h3 class="box-title"></h3> |
| 36 | 36 | <div class="box-tools"> |
| 37 | 37 | <div class="input-group"> |
| 38 | - <form action="../search/1" method="post"> | |
| 38 | + <form role = "form" action="../search/1" method="get"> | |
| 39 | 39 | <div class="input-group"> |
| 40 | 40 | <input type="text" name="search_user_id" id="search_user_id" |
| 41 | 41 | class="form-control input-sm" style="width: 150px;" |
| ... | ... | @@ -43,10 +43,10 @@ |
| 43 | 43 | <input type="text" name="search_title" id="search_title" |
| 44 | 44 | class="form-control input-sm" style="width: 150px;" |
| 45 | 45 | placeholder="活动名称" /> |
| 46 | - <button id="t_activity_search_btn" type="submit" | |
| 46 | + <button id="t_activity_search_btn" type="submit" | |
| 47 | 47 | class="btn btn-sm btn-default"> |
| 48 | 48 | <i class="fa fa-search"></i>搜索 |
| 49 | - </button> | |
| 49 | + </button> | |
| 50 | 50 | </div> |
| 51 | 51 | </form> |
| 52 | 52 | </div> |
| ... | ... | @@ -104,6 +104,7 @@ |
| 104 | 104 | </div> |
| 105 | 105 | </div> |
| 106 | 106 | </div> |
| 107 | + </section> | |
| 107 | 108 | </div> |
| 108 | 109 | <%@ include file="/pages/common/bottom.jsp"%> |
| 109 | 110 | </div> | ... | ... |