日志管理界面样式调整
This commit is contained in:
@@ -87,8 +87,7 @@
|
||||
</div>
|
||||
<sys:message content="${message}" />
|
||||
<div class="table-responsive">
|
||||
<table id="contentTable1"
|
||||
class="table table-striped table-bordered table-condensed">
|
||||
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><spring:message code="function_name" /></th>
|
||||
|
||||
@@ -26,73 +26,56 @@
|
||||
<div class="portlet">
|
||||
<div class="portlet-body">
|
||||
<div class="row">
|
||||
<form:form id="searchForm" action="${ctx}/sys/log" method="post"
|
||||
class="breadcrumb form-search" style="background-color:#fff">
|
||||
<form:form id="searchForm" action="${ctx}/sys/log" method="post" class="breadcrumb form-search" style="background-color:#fff" >
|
||||
<input id="pageNo" name="pageNo" type="hidden"
|
||||
value="${page.pageNo}" />
|
||||
<input id="pageSize" name="pageSize" type="hidden"
|
||||
value="${page.pageSize}" />
|
||||
<div class="col-md-12 filter-action-select-panle"
|
||||
style="background-color: transparent">
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
<div class="col-md-12" >
|
||||
<div class="pull-left">
|
||||
<label><spring:message code="log_menu" />:</label> <input
|
||||
id="title" name="title" type="text" maxlength="50"
|
||||
class="form-control" value="${sysLog.title}" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
<div class="pull-left">
|
||||
<label><spring:message code="user" />:</label> <input
|
||||
id="createBy" name="createBy" type="text" maxlength="50"
|
||||
class="form-control" value="${sysLog.createBy}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
<div class="pull-left">
|
||||
<label><spring:message code="URL" />:</label> <input
|
||||
id="requestUri" name="requestUri" type="text"
|
||||
maxlength="50" class="form-control"
|
||||
value="${sysLog.requestUri}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
<div class="pull-left">
|
||||
<label><spring:message code="log_date" />:</label> <input
|
||||
id="beginDate" name="beginDate" type="text"
|
||||
readonly="readonly" maxlength="20"
|
||||
class="form-control Wdate"
|
||||
value="<fmt:formatDate value="${sysLog.beginDate}" pattern="yyyy-MM-dd"/>"
|
||||
onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
<div class="pull-left">
|
||||
<label><spring:message code="" /> </label> <input
|
||||
id="endDate" name="endDate" type="text" readonly="readonly"
|
||||
maxlength="20" class="form-control Wdate"
|
||||
value="<fmt:formatDate value="${sysLog.endDate}" pattern="yyyy-MM-dd"/>"
|
||||
onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
<div class="form-group">
|
||||
<label for="exception"><input id="exception"
|
||||
name="exception" type="checkbox"
|
||||
${sysLog.exception eq '1'?' checked':''} value="1" /><spring:message code="log_exception" /></label>
|
||||
<div class="pull-left">
|
||||
<label for="exception"><input id="exception" name="exception" type="checkbox" ${sysLog.exception eq '1'?' checked':''} value="1" /><spring:message code="log_exception" /></label>
|
||||
<button type="submit" class="btn blue form-control"><i class="fa fa-search"></i><spring:message code="search" /></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</form:form>
|
||||
</div>
|
||||
<sys:message content="${message}" />
|
||||
<div class="table-responsive">
|
||||
<table id="contentTable1"
|
||||
class="table table-striped table-bordered table-condensed">
|
||||
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><spring:message code="log_menu" /></th>
|
||||
|
||||
Reference in New Issue
Block a user