|
|
@ -19,6 +19,7 @@
|
|
|
|
<form name="frmSearch">
|
|
|
|
<form name="frmSearch">
|
|
|
|
<div class="container-search">
|
|
|
|
<div class="container-search">
|
|
|
|
<div class="row g-1">
|
|
|
|
<div class="row g-1">
|
|
|
|
|
|
|
|
<c:if test="${isPublicOfficer}">
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="col-12">
|
|
|
|
<label is="name-label" for="cntnSeCd"
|
|
|
|
<label is="name-label" for="cntnSeCd"
|
|
|
|
class="form-label fw-bold form-search-title">접속구분</label>
|
|
|
|
class="form-label fw-bold form-search-title">접속구분</label>
|
|
|
@ -38,6 +39,7 @@
|
|
|
|
</c:forEach>
|
|
|
|
</c:forEach>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</c:if>
|
|
|
|
<div class="col-12">
|
|
|
|
<div class="col-12">
|
|
|
|
<select is="id-select" name="by" class="form-select">
|
|
|
|
<select is="id-select" name="by" class="form-select">
|
|
|
|
<option value="NTC_TTL">제목</option>
|
|
|
|
<option value="NTC_TTL">제목</option>
|
|
|
@ -75,8 +77,10 @@
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<thead class="sticky-thead">
|
|
|
|
<tr name="ntcThead">
|
|
|
|
<tr name="ntcThead">
|
|
|
|
<th style="width: 80px;" class="cmn">No.</th>
|
|
|
|
<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: 180px;">시군구명</th>
|
|
|
|
<th style="width: 180px;">시군구명</th>
|
|
|
|
|
|
|
|
</c:if>
|
|
|
|
<th style="width: 800px;">제목</th>
|
|
|
|
<th style="width: 800px;">제목</th>
|
|
|
|
<th style="width: 180px;">작성일시</th>
|
|
|
|
<th style="width: 180px;">작성일시</th>
|
|
|
|
<th class="dummy-th"></th>
|
|
|
|
<th class="dummy-th"></th>
|
|
|
@ -87,8 +91,10 @@
|
|
|
|
<template is="curly-brackets" name="ntcRow">
|
|
|
|
<template is="curly-brackets" name="ntcRow">
|
|
|
|
<tr data-index="DATA-INDEX">
|
|
|
|
<tr data-index="DATA-INDEX">
|
|
|
|
<td onclick ondblclick class="text-end">ROW_NUM</td>
|
|
|
|
<td onclick ondblclick class="text-end">ROW_NUM</td>
|
|
|
|
|
|
|
|
<c:if test="${isPublicOfficer}">
|
|
|
|
<td onclick ondblclick class="text-start">CNTN_SE_NM</td>
|
|
|
|
<td onclick ondblclick class="text-start">CNTN_SE_NM</td>
|
|
|
|
<td onclick ondblclick class="text-start">SGG_NM</td>
|
|
|
|
<td onclick ondblclick class="text-start">SGG_NM</td>
|
|
|
|
|
|
|
|
</c:if>
|
|
|
|
<td onclick ondblclick class="text-start">NTC_TTL</td>
|
|
|
|
<td onclick ondblclick class="text-start">NTC_TTL</td>
|
|
|
|
<td onclick ondblclick class="text-center">REG_DT</td>
|
|
|
|
<td onclick ondblclick class="text-center">REG_DT</td>
|
|
|
|
<td class="dummy-td"></td>
|
|
|
|
<td class="dummy-td"></td>
|
|
|
@ -96,7 +102,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template name="ntcNotFound">
|
|
|
|
<template name="ntcNotFound">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td valign="top" colspan="6" class="dataTables_empty text-center">
|
|
|
|
<td valign="top" colspan="${isPublicOfficer ? 6 : 4}" class="dataTables_empty text-center">
|
|
|
|
공지사항 정보를 찾지 못했습니다.
|
|
|
|
공지사항 정보를 찾지 못했습니다.
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
@ -319,7 +325,7 @@ $(document).ready(function(){
|
|
|
|
$P.fnReset();
|
|
|
|
$P.fnReset();
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked")); //보안모드
|
|
|
|
fn_securityModeToggle($("#securityMode--top").is(":checked")); //보안모드
|
|
|
|
|
|
|
|
|
|
|
|
if(MY_INFO.info.isAdmin != true){
|
|
|
|
if(!MY_INFO.info.isAdmin){
|
|
|
|
$P.$findn("btnAdd").attr("hidden","hidden");
|
|
|
|
$P.$findn("btnAdd").attr("hidden","hidden");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|