Merge remote-tracking branch 'origin/master'
# Conflicts: # src/main/webapp/WEB-INF/jsp/admin/fieldData.jspmaster
commit
7618895297
|
|
@ -12,16 +12,11 @@
|
|||
display: inline;
|
||||
}
|
||||
</style>
|
||||
|
||||
<%--<div class="section_title">
|
||||
<!-- <p>현장 지원 시스템</p> -->
|
||||
</div>--%>
|
||||
|
||||
<div class="mx-lg-2">
|
||||
<h1 class="h4"><i class="bi bi-flag"></i> 현장수집 데이터</h1>
|
||||
<h1 class="h4 m-3"> 현장수집 데이터(${count})</h1>
|
||||
<form:form commandName="fieldDataSearchVO" name="searchForm" action="/admin/fieldData" method="get">
|
||||
<div class="row justify-content-between">
|
||||
<div class="col-auto row">
|
||||
<div class="row justify-content-between bg-white mx-3 py-2">
|
||||
<div class="col-auto">
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link ${fieldDataSearchVO.status0 eq 1?'active':'disabled'}" href="#">
|
||||
|
|
@ -75,16 +70,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<table class="list-table">
|
||||
<thead >
|
||||
<tr >
|
||||
<th style="text-align: center">Data ID</th>
|
||||
<th style="text-align: center">지역</th>
|
||||
<th style="text-align: center">소속</th>
|
||||
<th style="text-align: center">담당자</th>
|
||||
<th style="text-align: center">수집날짜</th>
|
||||
<th style="text-align: center">상태</th>
|
||||
<div class="row m-3 p-2 bg-white">
|
||||
<table class="table table-hover text-center">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Data ID</th>
|
||||
<th>지역</th>
|
||||
<th>소속</th>
|
||||
<th>담당자</th>
|
||||
<th>수집날짜</th>
|
||||
<th>상태</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -113,13 +108,15 @@
|
|||
</c:if>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="text-page">
|
||||
<form:hidden path="pageIndex" /></form:form>
|
||||
<form:hidden path="pageIndex" />
|
||||
<nav aria-label="Page navigation">
|
||||
<ul class="pagination justify-content-center">
|
||||
<ui:pagination paginationInfo="${paginationInfo}" type="image" jsFunction="fn_link_page" />
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</form:form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<script src="<c:url value='/js/jquery-ui.min.js' />"></script>
|
||||
<script src="<c:url value="/js/bootstrap-5.1.3.min.js"/>"></script>
|
||||
</head>
|
||||
<body class="">
|
||||
<body class="overflow-hidden">
|
||||
<div id="wrap">
|
||||
<tiles:insertAttribute name="header"/>
|
||||
<tiles:insertAttribute name="left"/>
|
||||
|
|
|
|||
|
|
@ -72,11 +72,12 @@ a {
|
|||
.section {
|
||||
margin-top: 90px;
|
||||
margin-left: 200px;
|
||||
padding-bottom: 100px;
|
||||
min-width: 1160px;
|
||||
min-height: 100px;
|
||||
overflow: hidden;
|
||||
padding-top: 20px;
|
||||
height: 100vh;
|
||||
background-color: rgb(247, 247, 247);
|
||||
}
|
||||
|
||||
.loginWrap {
|
||||
|
|
@ -622,7 +623,6 @@ a {
|
|||
border: 1px solid #ccc;
|
||||
background-color: #337ab7;
|
||||
padding: 10px 5px;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue