| | |
| | | <link href="https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap" |
| | | rel="stylesheet"> |
| | | <style> |
| | | body { |
| | | margin: 0px; |
| | | width: 100%; |
| | | min-width: 1500px; |
| | | max-width: 100%; |
| | | height: 100%; |
| | | background-color: #F0F0F0; |
| | | } |
| | | |
| | | #head { |
| | | background-color: #FFFF00; |
| | | width: 100%; |
| | | height: 100px; |
| | | } |
| | | |
| | | #center { |
| | | background-color: #00FFFF; |
| | | width: 100%; |
| | | min-height: 100%; |
| | | } |
| | | |
| | | #foot { |
| | | background-color: #FF00FF; |
| | | width: 100%; |
| | | height: 100px; |
| | | } |
| | | |
| | | .panel-head { |
| | | font-size: 1rem; |
| | | color: rgba(255, 255, 255, .7); |
| | |
| | | </div> |
| | | <!-- END LOADER --> |
| | | <div class="border-left" |
| | | style="opacity:0.4;float:left;position:absolute;z-index:1;left:120px;height:20px;"> |
| | | style="opacity: 0.4; float: left; position: absolute; z-index: 1; left: 120px; height: 20px;"> |
| | | <img alt="" src="/hxzkoa/resources/images/border.png" class="img-left"> |
| | | </div> |
| | | <div class="border-right" style="opacity:0.4;float:right;position:absolute;z-index:2;right:120px;"> |
| | | <div class="border-right" |
| | | style="opacity: 0.4; float: right; position: absolute; z-index: 2; right: 120px;"> |
| | | <img alt="" src="/hxzkoa/resources/images/border2.png" class="img-right"> |
| | | </div> |
| | | <!-- BEGIN NAVBAR --> |
| | |
| | | <!-- BEGIN MODAL --> |
| | | <div class="modal fade addNew" tabindex="-1" role="dialog" aria-labelledby="myExtraLargeModalLabel" |
| | | aria-hidden="true"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width:25%;"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width: 25%;"> |
| | | <div class="modal-content"> |
| | | <div class="modal-header"> |
| | | <h5 class="modal-title" id="myExtraLargeModalLabel">新增</h5> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">标签ID:</label> |
| | | style="font-size: 12px;">标签ID:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="tag_id_a" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">绑定对象:</label> |
| | | style="font-size: 12px;">绑定对象:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="state_a" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">佩戴高度:</label> |
| | | style="font-size: 12px;">佩戴高度:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="gaodu_a" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">速度限制:</label> |
| | | style="font-size: 12px;">速度限制:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="sudu_a" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">定位频率:</label> |
| | | style="font-size: 12px;">定位频率:</label> |
| | | <div class="col-sm-10"> |
| | | <select class="form-control form-control-lg" id="pinglv_a"> |
| | | <option value="1">1</option> |
| | |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <div class="modal-footer" style="margin-top:10%; margin-left:10%;float:left;"> |
| | | <div class="modal-footer" |
| | | style="margin-top: 10%; margin-left: 10%; float: left;"> |
| | | <button type="button" class="btn btn-primary add">保存</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="28"> </c:forEach> |
| | | </a> |
| | | <button class="btn" data-dismiss="modal"><i |
| | | class="flaticon-cancel-12"></i>取消</button> |
| | | <button class="btn" data-dismiss="modal"> |
| | | <i class="flaticon-cancel-12"></i>取消 |
| | | </button> |
| | | </div> |
| | | </form> |
| | | </div> |
| | |
| | | </div> |
| | | <div class="modal fade modifyNew" tabindex="-1" role="dialog" |
| | | aria-labelledby="myExtraLargeModalLabel" aria-hidden="true"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width:25%;"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width: 25%;"> |
| | | <div class="modal-content"> |
| | | <div class="modal-header"> |
| | | <h5 class="modal-title" id="myExtraLargeModalLabel">修改</h5> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">标签ID:</label> |
| | | style="font-size: 12px;">标签ID:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="tag_id_m" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">绑定对象:</label> |
| | | style="font-size: 12px;">绑定对象:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="state_m" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">佩戴高度:</label> |
| | | style="font-size: 12px;">佩戴高度:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="gaodu_m" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">速度限制:</label> |
| | | style="font-size: 12px;">速度限制:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="sudu_m" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">定位频率:</label> |
| | | style="font-size: 12px;">定位频率:</label> |
| | | <div class="col-sm-10"> |
| | | <select class="form-control form-control-lg" id="pinglv_m"> |
| | | <option value="1">1</option> |
| | |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <div class="modal-footer" style="margin-top:10%; margin-left:10%;float:left;"> |
| | | <div class="modal-footer" |
| | | style="margin-top: 10%; margin-left: 10%; float: left;"> |
| | | <button type="button" class="btn btn-primary modify">保存</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="28"> </c:forEach> |
| | |
| | | </div> |
| | | <div class="modal fade modifyAllNew" tabindex="-1" role="dialog" |
| | | aria-labelledby="myExtraLargeModalLabel" aria-hidden="true"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width:25%;"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width: 25%;"> |
| | | <div class="modal-content"> |
| | | <div class="modal-header"> |
| | | <h5 class="modal-title" id="myExtraLargeModalLabel">全部修改</h5> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">标签ID:</label> |
| | | style="font-size: 12px;">标签ID:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" value="修改全部标签" |
| | | disabled="disabled" /> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">绑定对象:</label> |
| | | style="font-size: 12px;">绑定对象:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" value="修改全部标签" |
| | | disabled="disabled" /> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">佩戴高度:</label> |
| | | style="font-size: 12px;">佩戴高度:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="gaodu_ma" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">速度限制:</label> |
| | | style="font-size: 12px;">速度限制:</label> |
| | | <div class="col-sm-10"> |
| | | <input class="form-control" type="text" id="sudu_ma" /> |
| | | </div> |
| | |
| | | <div class="form-group row mb-4"> |
| | | <label for="colFormLabelSm" |
| | | class="col-sm-2 col-form-label col-form-label-sm" |
| | | style="font-size:12px;">定位频率:</label> |
| | | style="font-size: 12px;">定位频率:</label> |
| | | <div class="col-sm-10"> |
| | | <select class="form-control form-control-lg" id="pinglv_ma"> |
| | | <option value="1">1</option> |
| | |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <div class="modal-footer" style="margin-top:10%; margin-left:10%;float:left;"> |
| | | <div class="modal-footer" |
| | | style="margin-top: 10%; margin-left: 10%; float: left;"> |
| | | <button type="button" class="btn btn-primary modifyAll">保存</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="28"> </c:forEach> |
| | |
| | | </div> |
| | | <div class="modal fade importLable" tabindex="-1" role="dialog" |
| | | aria-labelledby="myExtraLargeModalLabel" aria-hidden="true"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width:25%;"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width: 25%;"> |
| | | <div class="modal-content"> |
| | | <div class="modal-header"> |
| | | <h5 class="modal-title" id="myExtraLargeModalLabel">导入标签</h5> |
| | |
| | | <div class="modal-body"> |
| | | <form action="/hxzkoa/uploadLabel.do" method="post" enctype="multipart/form-data"> |
| | | <div class="form-group mb-4 mt-3" |
| | | style="width:50%; margin-left:25%; overflow:auto; _display:inline-block;"> |
| | | style="width: 50%; margin-left: 25%; overflow: auto; _display: inline-block;"> |
| | | <input type="file" class="form-control-file" name="file" id="importXls"> |
| | | </div> |
| | | <input class="form-control" type="hidden" id="resultList" |
| | | value="${resultList}" /> |
| | | <div class="modal-footer" style="margin-top:10%; margin-left:10%;float:left;"> |
| | | <div class="modal-footer" |
| | | style="margin-top: 10%; margin-left: 10%; float: left;"> |
| | | <button type="submit" class="btn btn-primary">保存</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="28"> </c:forEach> |
| | |
| | | </div> |
| | | <div class="modal fade moreSetting" tabindex="-1" role="dialog" |
| | | aria-labelledby="myExtraLargeModalLabel" aria-hidden="true"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width:35%;"> |
| | | <div class="modal-dialog modal-xl" role="document" style="width: 35%;"> |
| | | <div class="modal-content"> |
| | | <div class="modal-header"> |
| | | <h5 class="modal-title" id="myExtraLargeModalLabel">更多设置</h5> |
| | |
| | | </div> |
| | | <div class="modal-body"> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;margin-top:2%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; margin-top: 2%; float: left;"> |
| | | <label for="tagId_ms" |
| | | style="float:left;width:20%;line-height:37px;">选择标签:</label> |
| | | style="float: left; width: 20%; line-height: 37px;">选择标签:</label> |
| | | <select class="form-control form-control-lg" id="tagId_ms" |
| | | style="float:left;width:60%;"> |
| | | style="float: left; width: 60%;"> |
| | | <option value="ALL">所有标签</option> |
| | | <option value="1048">1048</option> |
| | | <option value="1099">1099</option> |
| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;margin-top:2%;float:left;"> |
| | | <input type="checkbox" name="sAdn" checked='checked' id="xiumian_ms"> |
| | | <label for="xiumian">开启/关闭休眠</label> |
| | | <a> |
| | | <div style="width: 60%; margin-left: 20%; margin-top: 2%; float: left;"> |
| | | <input type="checkbox" name="sAdn" checked='checked' id="xiumian_ms"> <label |
| | | for="xiumian">开启/关闭休眠</label> <a> |
| | | <c:forEach var="i" begin="1" end="5"> </c:forEach> |
| | | </a> |
| | | <button type="button" class="btn btn-primary" style="margin-left:13%;" |
| | | <button type="button" class="btn btn-primary" style="margin-left: 13%;" |
| | | onclick="sendTag('1')">开关休眠</button> |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;margin-top:2%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; margin-top: 2%; float: left;"> |
| | | <label for="xiumianT_ms" |
| | | style="float:left;width:20%;line-height:37px;">休眠时间:</label> |
| | | style="float: left; width: 20%; line-height: 37px;">休眠时间:</label> |
| | | <input class="form-control" type="text" id="xiumianT_ms" |
| | | style="float:left;width:40%;" /> |
| | | style="float: left; width: 40%;" /> |
| | | <button type="button" class="btn btn-primary" |
| | | style="float:left;margin-left:5px;" onclick="sendTag('2')">确定修改</button> |
| | | style="float: left; margin-left: 5px;" |
| | | onclick="sendTag('2')">确定修改</button> |
| | | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; float: left;"> |
| | | <label for="gonglv_ms" |
| | | style="float:left;width:20%;line-height:37px;">标签功率:</label> |
| | | style="float: left; width: 20%; line-height: 37px;">标签功率:</label> |
| | | |
| | | <input class="form-control" type="text" id="gonglv_ms" |
| | | style="float:left;width:40%;" /> |
| | | style="float: left; width: 40%;" /> |
| | | <button type="button" class="btn btn-primary" |
| | | style="float:left;margin-left:5px;" onclick="sendTag('3')">修改功率</button> |
| | | style="float: left; margin-left: 5px;" |
| | | onclick="sendTag('3')">修改功率</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="5"> </c:forEach> |
| | | </a> |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; float: left;"> |
| | | <label for="zhendongT_ms" |
| | | style="float:left;width:20%;line-height:37px;">振动时间:</label> |
| | | style="float: left; width: 20%; line-height: 37px;">振动时间:</label> |
| | | |
| | | <input class="form-control" type="text" id="zhendongT_ms" |
| | | style="float:left;width:40%;" /> |
| | | style="float: left; width: 40%;" /> |
| | | <button type="button" class="btn btn-primary" |
| | | style="float:left;margin-left:5px;" onclick="sendTag('4')">下发振动</button> |
| | | style="float: left; margin-left: 5px;" |
| | | onclick="sendTag('4')">下发振动</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="5"> </c:forEach> |
| | | </a> |
| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; float: left;"> |
| | | <label for="pinglv_ms" |
| | | style="float:left;width:20%;line-height:37px;">选择频率:</label> |
| | | style="float: left; width: 20%; line-height: 37px;">选择频率:</label> |
| | | |
| | | <select class="form-control form-control-lg" id="pinglv_ms" |
| | | style="float:left;width:40%;"> |
| | | style="float: left; width: 40%;"> |
| | | <option value="1">1</option> |
| | | <option value="2">2</option> |
| | | <option value="5">5</option> |
| | |
| | | <option value="20">20</option> |
| | | </select> |
| | | <button type="button" class="btn btn-primary" |
| | | style="float:left;margin-left:5px;" onclick="sendTag('5')">修改频率</button> |
| | | style="float: left; margin-left: 5px;" |
| | | onclick="sendTag('5')">修改频率</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="5"> </c:forEach> |
| | | </a> |
| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; float: left;"> |
| | | <label for="jiasu_ms" |
| | | style="float:left;width:20%;line-height:37px;">加速计值:</label> |
| | | style="float: left; width: 20%; line-height: 37px;">加速计值:</label> |
| | | |
| | | <input class="form-control" type="text" id="jiasu_ms" |
| | | style="float:left;width:40%;" /> |
| | | style="float: left; width: 40%;" /> |
| | | <button type="button" class="btn btn-primary" |
| | | style="float:left;margin-left:5px;" onclick="sendTag('6')">修改阈值</button> |
| | | style="float: left; margin-left: 5px;" |
| | | onclick="sendTag('6')">修改阈值</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="5"> </c:forEach> |
| | | </a> |
| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; float: left;"> |
| | | <label for="jignzhiT_ms" |
| | | style="float:left;width:20%;line-height:37px;">静止时间:</label> |
| | | style="float: left; width: 20%; line-height: 37px;">静止时间:</label> |
| | | |
| | | <input class="form-control" type="text" id="jignzhiT_ms" |
| | | style="float:left;width:40%;" /> |
| | | style="float: left; width: 40%;" /> |
| | | <button type="button" class="btn btn-primary" |
| | | style="float:left;margin-left:5px;" onclick="sendTag('7')">确定修改</button> |
| | | style="float: left; margin-left: 5px;" |
| | | onclick="sendTag('7')">确定修改</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="5"> </c:forEach> |
| | | </a> |
| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div style="width:60%; margin-left:20%;float:left;"> |
| | | <div style="width: 60%; margin-left: 20%; float: left;"> |
| | | <input type="checkbox" name="sAdn" checked='checked' id="zhendong_ms" |
| | | style="float:left;margin-top:12px;"> |
| | | style="float: left; margin-top: 12px;"> |
| | | <label for="zhendong_ms" |
| | | style="float:left;width:40%;line-height:37px;margin-left:5px;">开启/关闭振动</label> |
| | | style="float: left; width: 40%; line-height: 37px; margin-left: 5px;">开启/关闭振动</label> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="5"> </c:forEach> |
| | | </a> |
| | | <button type="button" class="btn btn-primary" |
| | | style="float:left;margin-left:5px;" onclick="sendTag('8')">确定修改</button> |
| | | style="float: left; margin-left: 5px;" |
| | | onclick="sendTag('8')">确定修改</button> |
| | | </div> |
| | | </div> |
| | | <div class="modal-footer" style="margin-top:5%; margin-left:10%;float:left;"> |
| | | <div class="modal-footer" style="margin-top: 5%; margin-left: 10%; float: left;"> |
| | | <button type="button" class="btn btn-primary moreSettingSave">保存</button> |
| | | <a> |
| | | <c:forEach var="i" begin="1" end="40"> </c:forEach> |
| | |
| | | <div class="col-xl-12 col-lg-12 col-sm-12 layout-spacing"> |
| | | <div class="widget-content widget-content-area br-6"> |
| | | <div class="table-responsive mb-4 mt-4"> |
| | | <table id="html5-extension" class="table table-hover" style="width:100%"> |
| | | <table id="html5-extension" class="table table-hover" style="width: 100%"> |
| | | <div> |
| | | <div class="search-input-group-style input-group mb-3" |
| | | style="width:15%;float:left;margin-left:15px;margin-right:15px;"> |
| | | style="width: 15%; float: left; margin-left: 15px; margin-right: 15px;"> |
| | | <div class="input-group-prepend"> |
| | | <span class="input-group-text search" id="basic-addon1" |
| | | style="height:37px;"><svg |
| | | style="height: 37px;"><svg |
| | | xmlns="http://www.w3.org/2000/svg" width="24" |
| | | height="24" viewBox="0 0 24 24" fill="none" |
| | | stroke="currentColor" stroke-width="2" |
| | |
| | | type="hidden" class="custom-control-input" |
| | | value="${list.tag_id}" name="tagids"><label |
| | | class="custom-control-label" for="${list.id}" |
| | | style="position:raletive;left:20px;bottom:2px"></label> |
| | | style="position: raletive; left: 20px; bottom: 2px"></label> |
| | | </td> |
| | | <td class="noExl"> |
| | | <c:choose> |
| | |
| | | </div> |
| | | <!-- END CONTENT PART --> |
| | | </div> |
| | | <% String superuser=(String)session.getAttribute("superuser"); String |
| | | deleteq=(String)session.getAttribute("deleteq"); String |
| | | alertq=(String)session.getAttribute("alertq"); String |
| | | deleteall=(String)session.getAttribute("deleteall"); |
| | | String username=(String)session.getAttribute("username"); |
| | | if(username==null || username.equals("")){ |
| | | request.getRequestDispatcher("/hxzk/login.jsp").forward(request,response); |
| | | return; |
| | | } |
| | | %> |
| | | <input type="hidden" name="superuser" id="superuser" value="<%=superuser%>"> |
| | | <input type="hidden" name="deleteq" id="deleteq" value="<%=deleteq%>"> |
| | | <input type="hidden" name="alertq" id="alertq" value="<%=alertq%>"> |
| | | <input type="hidden" name="deleteall" id="deleteall" value="<%=deleteall%>"> |
| | | <% String superuser=(String) session.getAttribute("superuser"); String deleteq=(String) |
| | | session.getAttribute("deleteq"); String alertq=(String) session.getAttribute("alertq"); String |
| | | deleteall=(String) session.getAttribute("deleteall"); String username=(String) |
| | | session.getAttribute("username"); if (username==null || username.equals("")) { |
| | | request.getRequestDispatcher("/hxzk/login.jsp").forward(request, response); return; } %> |
| | | <input type="hidden" name="superuser" id="superuser" value="<%=superuser%>"> <input |
| | | type="hidden" name="deleteq" id="deleteq" value="<%=deleteq%>"> <input type="hidden" |
| | | name="alertq" id="alertq" value="<%=alertq%>"> <input type="hidden" name="deleteall" |
| | | id="deleteall" value="<%=deleteall%>"> |
| | | <!-- END MAIN CONTAINER --> |
| | | <script> |
| | | // 页面初始化 |
| | | $(document).ready(function () { |
| | | App.init(); $.ajax({ async: false, type: "POST", url: "/hxzkoa/getSysSetting_list.do", data: {}, dataType: "json", success: function (data) {/* title = data[0].title; document.title = title; */}, }); |
| | | App.init(); $.ajax({ async: false, type: "POST", url: "/hxzkoa/getSysSetting_list.do", data: {}, dataType: "json", success: function (data) {/* title = data[0].title; document.title = title; */ }, }); |
| | | $("#page_1").addClass("active"); |
| | | var superuser = document.getElementById("superuser").value; |
| | | var deleteq = document.getElementById("deleteq").value; |
| | |
| | | 'error' |
| | | ) |
| | | return false; |
| | | } |
| | | } |
| | | var state = $("#state_a").val(); |
| | | var gaodu = $("#gaodu_a").val(); |
| | | var sudu = $("#sudu_a").val(); |
| | |
| | | }); |
| | | // 导入标签 |
| | | $(document).ready(function () { |
| | | return false; |
| | | //return false; |
| | | var resultList = $("#resultList").val(); |
| | | //console.log(resultList) |
| | | if (resultList == '1') { |