| | |
| | | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| | | <title></title> |
| | | |
| | | <script type="text/javascript" src="${path }/jsFiles/sapRequestLog.js"></script> |
| | | |
| | | <style type="text/css"> |
| | | |
| | | </style> |
| | | </head> |
| | | <body> |
| | | |
| | | <%--<div class="panel panel-default">--%> |
| | | <%--<div class="panel-body">--%> |
| | | <%--<form id="conForm" class="form-inline">--%> |
| | | <%----%> |
| | | <%--</form>--%> |
| | | <%--</div>--%> |
| | | <%--</div>--%> |
| | | |
| | | <div class="panel panel-default"> |
| | | <div class="panel-body"> |
| | | <input type="text" class="form-control" style="width:10%; display: inline-block" id="condition" name="condition" |
| | | placeholder="请输入"> |
| | | <button style="display: inline-block" type="button" onclick="onSearch()" class="btn btn-info"> |
| | | <span class="glyphicon glyphicon-search" aria-hidden="true"> 搜索</span></button> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | <div class="table-responsive"> |
| | | <table id="test-table" class="table table-hover table-striped table-condensed table-bordered"></table> |
| | | </div> |
| | | |
| | | <div id="showDetail" class="modal fade" data-backdrop="static"> |
| | | <div> |
| | | |
| | | </div> |
| | | <div class="modal-content"> |
| | | <div class="modal-header" id="headerName"> |
| | | 日志明细 |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <script type="text/javascript" src="${path }/jsFiles/sapRequestLog.js"></script> |
| | | </body> |
| | | </html> |