Commit 3857f0593ef6a010e3258194bf608a74b07e559c
1 parent
cc7f6432
评论审核底部增加按钮
Showing
1 changed file
with
61 additions
and
30 deletions
src/main/resources/templates/page/comment.html
| ... | ... | @@ -60,9 +60,9 @@ |
| 60 | 60 | |
| 61 | 61 | <div class="btn-group margin-bottom pull-right"> |
| 62 | 62 | <div class="btn-group margin-bottom"> |
| 63 | - <button type="button" class="btn btn-success btn-sm margin-r-5 filter " | |
| 64 | - th:onclick="'javascript:daochu()'" value="" id="excel">导出excel | |
| 65 | - </button> | |
| 63 | + <button type="button" class="btn btn-success btn-sm margin-r-5 filter " | |
| 64 | + th:onclick="'javascript:daochu()'" value="" id="excel">导出excel | |
| 65 | + </button> | |
| 66 | 66 | <button type="button" id="quanbu" |
| 67 | 67 | class="btn btn-sm margin-r-5 action_bottom" |
| 68 | 68 | th:onclick="'javascript:quanbu()'">全部 |
| ... | ... | @@ -90,7 +90,6 @@ |
| 90 | 90 | |
| 91 | 91 | <div class="form-horizontal form-group-sm" id="forms" style="display: none;"> |
| 92 | 92 | <form id="commentForm"> |
| 93 | -<!-- <input th:value="${param.state}"/> --> | |
| 94 | 93 | <div class="btn-group margin-bottom col-md-6" style="padding: 0;"> |
| 95 | 94 | <div class="col-md-4" style="padding: 0"> |
| 96 | 95 | <label for="activity_id" class="control-label cb-toolbar">活动id:</label> |
| ... | ... | @@ -102,8 +101,7 @@ |
| 102 | 101 | <div class="col-md-5" style="padding: 0"> |
| 103 | 102 | <label for="content" class="control-label cb-toolbar">内容:</label> |
| 104 | 103 | <div class="col-sm-9" style="padding: 0;"> |
| 105 | - <input class="form-control" name="content" type="text" id="content" | |
| 106 | - > | |
| 104 | + <input class="form-control" name="content" type="text" id="content"> | |
| 107 | 105 | </div> |
| 108 | 106 | </div> |
| 109 | 107 | <div class="col-md-3" style="padding: 0"> |
| ... | ... | @@ -117,28 +115,27 @@ |
| 117 | 115 | </select> |
| 118 | 116 | </div> |
| 119 | 117 | </div> |
| 120 | - | |
| 121 | 118 | </div> |
| 122 | 119 | |
| 123 | 120 | <div class="btn-group margin-bottom col-md-6 pull-right" style="padding: 0"> |
| 124 | - <div class="col-md-3" style="padding: 0"> | |
| 125 | - <label for="state" class="control-label cb-toolbar">类型:</label> | |
| 126 | - <div class="col-sm-8" style="padding: 0;"> | |
| 127 | - <select class="form-control col-sm-2" id="topic" name="topic"> | |
| 128 | - <option value="">全部</option> | |
| 129 | - <option value="0" >话题</option> | |
| 130 | - <option value="1" >其他</option> | |
| 131 | - </select> | |
| 132 | - </div> | |
| 133 | - </div> | |
| 134 | - <div class="col-md-5" style="padding: 0;"> | |
| 135 | - <label for="start_date" class="control-label cb-toolbar">时间:</label> | |
| 121 | + <div class="col-md-3" style="padding: 0"> | |
| 122 | + <label for="state" class="control-label cb-toolbar">类型:</label> | |
| 123 | + <div class="col-sm-8" style="padding: 0;"> | |
| 124 | + <select class="form-control col-sm-2" id="topic" name="topic"> | |
| 125 | + <option value="">全部</option> | |
| 126 | + <option value="0" >话题</option> | |
| 127 | + <option value="1" >其他</option> | |
| 128 | + </select> | |
| 129 | + </div> | |
| 130 | + </div> | |
| 131 | + <div class="col-md-5" style="padding: 0;"> | |
| 132 | + <label for="start_date" class="control-label cb-toolbar">时间:</label> | |
| 136 | 133 | <div class="input-group col-md-9 date"> |
| 137 | 134 | <input class="form-control date" name="start_date" type="text" |
| 138 | 135 | id="start_date" > |
| 139 | 136 | <span class="input-group-addon"> |
| 140 | - <span class="glyphicon glyphicon-calendar"></span> | |
| 141 | - </span> | |
| 137 | + <span class="glyphicon glyphicon-calendar"></span> | |
| 138 | + </span> | |
| 142 | 139 | </div> |
| 143 | 140 | </div> |
| 144 | 141 | <div class="col-md-4" style="padding: 0;"> |
| ... | ... | @@ -147,18 +144,12 @@ |
| 147 | 144 | <input class="form-control date" name="end_date" type="text" |
| 148 | 145 | id="end_date" > |
| 149 | 146 | <span class="input-group-addon"> |
| 150 | - <span class="glyphicon glyphicon-calendar"></span> | |
| 151 | - </span> | |
| 147 | + <span class="glyphicon glyphicon-calendar"></span> | |
| 148 | + </span> | |
| 152 | 149 | </div> |
| 153 | 150 | </div> |
| 154 | -<!-- <div class="col-md-4" style="padding: 0;width: 2%;"> --> | |
| 155 | -<!-- <button type="button" class="btn btn-info btn-sm" id="comments_query" --> | |
| 156 | -<!-- onclick="javascript:$('#commentForm').submit();">查 询 --> | |
| 157 | -<!-- </button> --> | |
| 158 | -<!-- </div> --> | |
| 159 | 151 | </div> |
| 160 | 152 | </form> |
| 161 | - | |
| 162 | 153 | </div> |
| 163 | 154 | |
| 164 | 155 | <div class="bootstrap-table"> |
| ... | ... | @@ -336,9 +327,12 @@ |
| 336 | 327 | <!-- </a> --> |
| 337 | 328 | </td> |
| 338 | 329 | </tr> |
| 330 | + | |
| 339 | 331 | </tbody> |
| 340 | 332 | </table> |
| 341 | 333 | </div> |
| 334 | + | |
| 335 | + | |
| 342 | 336 | <div class="fixed-table-footer" style="display: none;"> |
| 343 | 337 | <table> |
| 344 | 338 | <tbody> |
| ... | ... | @@ -396,9 +390,46 @@ |
| 396 | 390 | </div> |
| 397 | 391 | </div> |
| 398 | 392 | </div> |
| 399 | - <div class="clearfix"></div> | |
| 393 | + <div class="clearfix"> | |
| 394 | + </div> | |
| 395 | + | |
| 396 | + <div class="clearfix" style="text-indent:20em;"> | |
| 397 | + <div class="btn-group margin-bottom pull-left"> | |
| 398 | + <div class="btn-group margin-bottom hide" id="hide_select_area1"> | |
| 399 | + <button type="button" class="btn btn-success btn-sm margin-r-5 action_bottom" | |
| 400 | + id="more_pass1">批量通过 | |
| 401 | + </button> | |
| 402 | + <button type="button" class="btn btn-danger btn-sm margin-r-5 action_bottom" | |
| 403 | + id="more_reject1">批量拒绝 | |
| 404 | + </button> | |
| 405 | + </div> | |
| 406 | + | |
| 407 | + <div class="btn-group margin-bottom" id="receive_select1"> | |
| 408 | + <button type="button" class="btn btn-success btn-sm margin-r-5 action_bottom" | |
| 409 | + onclick="receive(0);">认领 | |
| 410 | + </button> | |
| 411 | + <button type="button" class="btn btn-success btn-sm margin-r-5 action_bottom" | |
| 412 | + onclick="receive(10);">认领10条 | |
| 413 | + </button> | |
| 414 | + <button type="button" class="btn btn-success btn-sm margin-r-5 action_bottom" | |
| 415 | + onclick="receive(100);">认领100条 | |
| 416 | + </button> | |
| 417 | + <button type="button" class="btn btn-warning btn-sm margin-r-5 action_bottom" | |
| 418 | + onclick="retReceive();">退领 | |
| 419 | + </button> | |
| 420 | + <button type="button" class="btn btn-danger btn-sm margin-r-5 action claim" | |
| 421 | + value="2" data="claim1000" id="claim10001" data-toggle="modal" | |
| 422 | + data-target="#modal" onclick="repulse();">拒绝 | |
| 423 | + </button> | |
| 424 | + <button type="button" class="btn btn-success btn-sm margin-r-5 action_bottom" | |
| 425 | + id="morePass1" onclick="morePass();">批量通过 | |
| 426 | + </button> | |
| 427 | + </div> | |
| 428 | + </div> | |
| 429 | + </div> | |
| 400 | 430 | |
| 401 | 431 | </div> |
| 432 | + | |
| 402 | 433 | </div> |
| 403 | 434 | </div> |
| 404 | 435 | </div> | ... | ... |