Commit 9286fd1b3c6ab207f260959192883b10ab4bdd33
1 parent
96a0e3d8
青浦时刻表上传代码依赖
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/resources/static/pages/trafficManage/timeTempletUpload.html
| @@ -16,6 +16,9 @@ | @@ -16,6 +16,9 @@ | ||
| 16 | <span class="item-label" style="width: 80px;">模板名称(关键字): </span> | 16 | <span class="item-label" style="width: 80px;">模板名称(关键字): </span> |
| 17 | <input class="form-control" type="text" id="tempName" name="name_like" style="width: 180px;"/> | 17 | <input class="form-control" type="text" id="tempName" name="name_like" style="width: 180px;"/> |
| 18 | </div> | 18 | </div> |
| 19 | + <div style="display: inline-block;margin-left: 15px;" class="param"> | ||
| 20 | + <input type="checkbox" class="group-checkable icheck" name="isEnableDisTemplate_eq" value="true" checked> 是否启用 | ||
| 21 | + </div> | ||
| 19 | <div class="form-group" style="display: inline-block;margin-left: 15px;"> | 22 | <div class="form-group" style="display: inline-block;margin-left: 15px;"> |
| 20 | <input class="btn btn-default" type="button" id="search" value="查询"/> | 23 | <input class="btn btn-default" type="button" id="search" value="查询"/> |
| 21 | <input class="btn btn-default" type="button" id="upload" value="上传"/> | 24 | <input class="btn btn-default" type="button" id="upload" value="上传"/> |