refactor:의견등록 화면
This commit is contained in:
parent
78d717adae
commit
859b59db72
@ -148,8 +148,6 @@
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr>
|
||||
<th scope="row" class="" colspan="2">
|
||||
<p>조정부</p>
|
||||
@ -297,6 +295,35 @@
|
||||
</c:forEach>
|
||||
</div>
|
||||
|
||||
<div class="tb_list01">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 300px;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 12%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">일자</th>
|
||||
<th scope="col">내용</th>
|
||||
<th scope="col">조정위원</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<%-- <c:if test="${empty list}"> --%>
|
||||
<tr><td colspan="3">등록된 의견이 없습니다.</td></tr>
|
||||
<%-- </c:if> --%>
|
||||
<tr>
|
||||
<td>의견</td>
|
||||
<td><textarea name="cn"> </textarea></td>
|
||||
<td>
|
||||
<button type="button" class="btnType11 btn_list" onclick="fncGoDetail(); return false;">사건정보</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<%--의견등록--%>
|
||||
<div id="commentArea" style="margin-bottom: 20px;"></div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user