|
|
|
|
@ -6,11 +6,11 @@
|
|
|
|
|
<div class="card wrapper-list">
|
|
|
|
|
|
|
|
|
|
<div class="container-page-btn">
|
|
|
|
|
<button type="button" name="btnReset" class="btn btn-outline-dark w-px-120" title="초기화">
|
|
|
|
|
<button type="button" class="btn btn-outline-dark w-px-120" name="btnReset" title="초기화">
|
|
|
|
|
초기화
|
|
|
|
|
</button>
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
<button type="button" name="btnSearch" class="btn btn-search w-px-120" title="검색">
|
|
|
|
|
<button type="button" class="btn btn-search w-px-120" name="btnSearch" title="검색">
|
|
|
|
|
검색
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<label is="name-label" for="cntnSeCd"
|
|
|
|
|
class="form-label fw-bold form-search-title">접속구분</label>
|
|
|
|
|
<select is="id-select" name="cntnSeCd" class="form-select w-px-120">
|
|
|
|
|
<select is="id-select" class="form-select w-px-160" name="cntnSeCd">
|
|
|
|
|
<option value="">전체</option>
|
|
|
|
|
<option value="01">행정망</option>
|
|
|
|
|
<option value="02">인터넷망</option>
|
|
|
|
|
@ -32,7 +32,7 @@
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<label is="name-label" for="sggCd"
|
|
|
|
|
class="form-label fw-bold form-search-title">시군구</label>
|
|
|
|
|
<select is="id-select" name="sggCd" class="form-select w-px-120">
|
|
|
|
|
<select is="id-select" class="form-select w-px-160" name="sggCd">
|
|
|
|
|
<option value="">전체</option>
|
|
|
|
|
<c:forEach items="${sggList}" var="item">
|
|
|
|
|
<option value="${item.SGG_CD}">${item.SGG_NM}</option>
|
|
|
|
|
@ -61,13 +61,11 @@
|
|
|
|
|
|
|
|
|
|
<span class="container-window-btn-right">
|
|
|
|
|
<span>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120"
|
|
|
|
|
name="btnAdd" title="행정망 공지사항 추가">
|
|
|
|
|
행정망 공지사항 추가
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" name="btnAdd" title="행정망 공지사항 추가">
|
|
|
|
|
행정망 공지사항 추가
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120"
|
|
|
|
|
name="btnAdd2" title="인터넷망 공지사항 추가">
|
|
|
|
|
인터넷망 공지사항 추가
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" name="btnAdd2" title="인터넷망 공지사항 추가">
|
|
|
|
|
인터넷망 공지사항 추가
|
|
|
|
|
</button>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
@ -82,8 +80,8 @@
|
|
|
|
|
<tr name="ntcThead">
|
|
|
|
|
<th style="width: 80px;" class="cmn">No.</th>
|
|
|
|
|
<c:if test="${isPublicOfficer}">
|
|
|
|
|
<th style="width: 180px;">접속구분</th>
|
|
|
|
|
<th style="width: 180px;">시군구명</th>
|
|
|
|
|
<th style="width: 160px;">접속구분</th>
|
|
|
|
|
<th style="width: 200px;">시군구명</th>
|
|
|
|
|
</c:if>
|
|
|
|
|
<th style="width: 800px;">제목</th>
|
|
|
|
|
<th style="width: 180px;">작성일시</th>
|
|
|
|
|
|