모달 양식수정1
parent
c5d6356ed9
commit
958b407558
|
|
@ -128,10 +128,10 @@
|
||||||
<table class="detail_table">
|
<table class="detail_table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>작업명</th>
|
<th colspan="2">작업명</th>
|
||||||
<td class="title-td">${useRequestVO.title}</td>
|
<td class="title-td">${useRequestVO.title}</td>
|
||||||
<th style="width:40px;">상태</th>
|
<th colspan="1">상태</th>
|
||||||
<td class="text-center" style="width:40px;">
|
<td colspan="1" class="text-center" >
|
||||||
<c:if test="${useRequestVO.status ne '99' }">
|
<c:if test="${useRequestVO.status ne '99' }">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${useRequestVO.status eq '0' }"><span class="label label-success">
|
<c:when test="${useRequestVO.status eq '0' }"><span class="label label-success">
|
||||||
|
|
@ -143,12 +143,12 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>기간</th>
|
<th colspan="2">기간</th>
|
||||||
<td colspan="3">${useRequestVO.s_date} ~ ${useRequestVO.e_date}</td>
|
<td colspan="3">${useRequestVO.s_date} ~ ${useRequestVO.e_date}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>장소</td>
|
<th rowspan="1" colspan="2">장소</td>
|
||||||
<td colspan="3">
|
<td colspan="4">
|
||||||
<c:forEach var="item" items="${selectArea}" varStatus="status">
|
<c:forEach var="item" items="${selectArea}" varStatus="status">
|
||||||
<div id="addedBlock${status.index}">
|
<div id="addedBlock${status.index}">
|
||||||
${item.name}
|
${item.name}
|
||||||
|
|
@ -157,10 +157,10 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="3">레이어</th>
|
<th rowspan="3" colspan="1">레이어</th>
|
||||||
<td colspan="3">
|
<th><label>지하시설물</label></th>
|
||||||
<label >지하시설물</label>
|
<td colspan="4">
|
||||||
<div class="setting_content2" class="facility">
|
<%-- <div class="setting_content2" class="facility">--%>
|
||||||
<c:forEach var="item" items="${layersVO}" varStatus="status">
|
<c:forEach var="item" items="${layersVO}" varStatus="status">
|
||||||
<c:if test="${item.code eq 'facility'}">
|
<c:if test="${item.code eq 'facility'}">
|
||||||
<c:set var="faciltySize" value="${faciltySize+1}" />
|
<c:set var="faciltySize" value="${faciltySize+1}" />
|
||||||
|
|
@ -177,8 +177,8 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<th>지하구조물</th>
|
||||||
<label>지하구조물</label>
|
<td colspan="4">
|
||||||
<div class="setting_content2" class="structure">
|
<div class="setting_content2" class="structure">
|
||||||
<c:forEach var="item" items="${layersVO}" varStatus="status">
|
<c:forEach var="item" items="${layersVO}" varStatus="status">
|
||||||
<c:if test="${item.code eq 'structure'}">
|
<c:if test="${item.code eq 'structure'}">
|
||||||
|
|
@ -194,8 +194,8 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<th><label>지반</label></th>
|
||||||
<label>지반</label>
|
<td colspan="4">
|
||||||
<div class="setting_content2" class="ground">
|
<div class="setting_content2" class="ground">
|
||||||
<c:forEach var="item" items="${layersVO}" varStatus="status">
|
<c:forEach var="item" items="${layersVO}" varStatus="status">
|
||||||
<c:if test="${item.code eq 'ground'}">
|
<c:if test="${item.code eq 'ground'}">
|
||||||
|
|
@ -212,11 +212,11 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>요청 내용</th>
|
<th>요청 내용</th>
|
||||||
<td colspan="3">${useRequestVO.user_msg}</td>
|
<td colspan="4">${useRequestVO.user_msg}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>전달 메세지</th>
|
<th>전달 메세지</th>
|
||||||
<td colspan="3">${useRequestVO.admin_msg}</td>
|
<td colspan="4">${useRequestVO.admin_msg}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue