| <%@ page language="java" contentType="text/html; charset=UTF-8" | 
|          pageEncoding="UTF-8" %> | 
| <%@ include file="../../include/core.jsp" %> | 
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 
| <html> | 
| <head> | 
|     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 
|     <title></title> | 
|   | 
|   | 
|     <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 class="modal-content"> | 
|         <div class="modal-header" id="headerName"> | 
|             日志明细 | 
|         </div> | 
|         <div class="container" style="text-align: center; width: 600px"> | 
|             <form class="form-horizontal" id="detailForm" method="post"> | 
|                 <textarea style="width: 95%; margin-top: 8px" rows="10" id="details" readonly></textarea> | 
|             </form> | 
|             <button type="button" class="btn btn-default" onclick="closeModal()" style="margin-bottom: 8px">关闭</button> | 
|         </div> | 
|     </div> | 
| </div> | 
|   | 
| <script type="text/javascript" src="${path }/jsFiles/sapRequestLog.js"></script> | 
| </body> | 
| </html> |