--- src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyList.jsp
+++ src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyList.jsp
... | ... | @@ -222,149 +222,143 @@ |
| 222 | 222 |
<input type="hidden" name="searchSortOrd" value="<c:out value="${loginPolicyVO.searchSortOrd}" />" />
|
| 223 | 223 |
<input name="ipGroupId" type="hidden" /> |
| 224 | 224 |
|
| 225 |
- <!-- cont --> |
|
| 226 |
- <div class="cont_wrap"> |
|
| 227 |
- <div class="box"> |
|
| 228 |
- <div class="cont_tit"> |
|
| 229 |
- <h2>관리자접근허용IP</h2> |
|
| 230 |
- <ul class="cont_nav"> |
|
| 231 |
- <li class="home"><a href="/"><i></i></a></li> |
|
| 232 |
- <li><p>운영관리</p></li> |
|
| 233 |
- <li><span class="cur_nav">관리자접근허용IP</span></li> |
|
| 234 |
- </ul> |
|
| 225 |
+ |
|
| 226 |
+ <div class="content_title"> |
|
| 227 |
+ <h3>관리자접근허용IP</h3> |
|
| 228 |
+ <ol class="breadcrumb"> |
|
| 229 |
+ <li><a href="#" class="home" title="메인으로 이동"><i></i></a></li> |
|
| 230 |
+ <li><a href="#">운영관리</a></li> |
|
| 231 |
+ <li><strong class="current_location">관리자접근허용IP</strong></li> |
|
| 232 |
+ </ol> |
|
| 233 |
+ </div> |
|
| 234 |
+ |
|
| 235 |
+ <div class="search_area"> |
|
| 236 |
+ <div class="search_left"> |
|
| 237 |
+ <p class="total_number">총 건수 : <b><c:out value="${paginationInfo.totalRecordCount}" /></b>건</p>
|
|
| 238 |
+ </div> |
|
| 239 |
+ <div class="search_right"> |
|
| 240 |
+ <c:if test="${siteId eq 'super'}">
|
|
| 241 |
+ <select class="search_select" name="searchConditionSite" id="searchConditionSite" title="검색조건2-검색어구분"> |
|
| 242 |
+ <option value="" <c:if test="${empty loginPolicyVO.searchConditionSite }">selected="selected"</c:if> >전체 사이트</option>
|
|
| 243 |
+ <c:forEach var="result" items="${siteManageList}" varStatus="status">
|
|
| 244 |
+ <option value="${result.siteId}" <c:if test="${result.siteId eq loginPolicyVO.searchConditionSite }">selected="selected"</c:if> >${result.siteNm}</option>
|
|
| 245 |
+ </c:forEach> |
|
| 246 |
+ </select> |
|
| 247 |
+ </c:if> |
|
| 248 |
+ <select class="search_select" id="searchCondition" name="searchCondition" title="조회조건"> |
|
| 249 |
+ <option value='' <c:if test="${loginPolicyVO.searchCondition == ''}">selected</c:if> >전체</option>
|
|
| 250 |
+ <option value='1' <c:if test="${loginPolicyVO.searchCondition == '1'}">selected</c:if>>사용그룹</option>
|
|
| 251 |
+ <option value='2' <c:if test="${loginPolicyVO.searchCondition == '2'}">selected</c:if>>아이피</option>
|
|
| 252 |
+ </select> |
|
| 253 |
+ |
|
| 254 |
+ <div class="search_type input_type"> |
|
| 255 |
+ <input type="text" id="searchKeyword" class="input search_input" name="searchKeyword" value="<c:out value='${loginPolicyVO.searchKeyword}'/>" class="search_input" placeholder="검색어를 입력하세요">
|
|
| 256 |
+ <button class="btn btn_search" onclick="fncSelectLoginPolicyList('1'); return false;">검색</button>
|
|
| 235 | 257 |
</div> |
| 236 |
- <!-- cont --> |
|
| 237 |
- <div class="cont"> |
|
| 238 |
- <!-- list_top --> |
|
| 239 |
- <div class="list_top"> |
|
| 240 |
- <p>총 건수 : <span><c:out value="${paginationInfo.totalRecordCount}" /></span>건</p>
|
|
| 241 |
- <div class="list_util"> |
|
| 242 |
- <c:if test="${siteId eq 'super'}">
|
|
| 243 |
- <select name="searchConditionSite" id="searchConditionSite" title="검색조건2-검색어구분"> |
|
| 244 |
- <option value="" <c:if test="${empty loginPolicyVO.searchConditionSite }">selected="selected"</c:if> >전체 사이트</option>
|
|
| 245 |
- <c:forEach var="result" items="${siteManageList}" varStatus="status">
|
|
| 246 |
- <option value="${result.siteId}" <c:if test="${result.siteId eq loginPolicyVO.searchConditionSite }">selected="selected"</c:if> >${result.siteNm}</option>
|
|
| 247 |
- </c:forEach> |
|
| 248 |
- </select> |
|
| 249 |
- </c:if> |
|
| 250 |
- <select class="sel2 searchSel" id="searchCondition" name="searchCondition" title="조회조건"> |
|
| 251 |
- <option value='' <c:if test="${loginPolicyVO.searchCondition == ''}">selected</c:if> >전체</option>
|
|
| 252 |
- <option value='1' <c:if test="${loginPolicyVO.searchCondition == '1'}">selected</c:if>>사용그룹</option>
|
|
| 253 |
- <option value='2' <c:if test="${loginPolicyVO.searchCondition == '2'}">selected</c:if>>아이피</option>
|
|
| 254 |
- </select> |
|
| 255 |
- |
|
| 256 |
- <input type="text" id="searchKeyword" name="searchKeyword" value="<c:out value='${loginPolicyVO.searchKeyword}'/>" class="search_input" placeholder="검색어를 입력하세요">
|
|
| 257 |
- <button class="btn_search" onclick="fncSelectLoginPolicyList('1'); return false;">검색</button>
|
|
| 258 |
- |
|
| 259 |
- <select class="sel2" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px"> |
|
| 260 |
- <option value='10' <c:if test="${loginPolicyVO.pageUnit == '10' or loginPolicyVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
|
| 261 |
- <option value='20' <c:if test="${loginPolicyVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
|
| 262 |
- <option value='30' <c:if test="${loginPolicyVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
|
| 263 |
- </select> |
|
| 264 |
- </div> |
|
| 265 |
- </div> |
|
| 266 |
- <!-- //list_top --> |
|
| 267 |
- |
|
| 268 |
- <!-- list --> |
|
| 269 |
- <div class="list tbType01"> |
|
| 270 |
- <table> |
|
| 271 |
- <colgroup> |
|
| 272 |
- <col style="width: 5%"> |
|
| 273 |
- <col style="width: 8%"> |
|
| 274 |
- <c:if test="${siteId eq 'super'}">
|
|
| 275 |
- <col style="width: 15%"> |
|
| 276 |
- </c:if> |
|
| 277 |
- <col style="width: 20%"> |
|
| 278 |
- <col style="width: 10%"> |
|
| 279 |
- <col style="width: 10%"> |
|
| 280 |
- <col style="width: 20%"> |
|
| 281 |
- <col style="width: 7%"> |
|
| 282 |
- <col style="width: 20%"> |
|
| 283 |
- </colgroup> |
|
| 284 |
- <thead> |
|
| 285 |
- <tr> |
|
| 286 |
- <th><input type="checkbox" name="checkAll" id="checkAll" onclick="fnCheckAll();" /><label for="checkAll"></label></th> |
|
| 287 |
- <th scope="col">번호<button class="sort sortBtn" id="sort_ipGroupId">▲</button></th> |
|
| 288 |
- <c:if test="${siteId eq 'super'}">
|
|
| 289 |
- <th scope="col">사이트<button class="sort sortBtn" id="sort_siteIdTxt">▲</button></th> |
|
| 290 |
- </c:if> |
|
| 291 |
- <th scope="col">사용그룹<button class="sort sortBtn" id="sort_ipDc">▲</button></th> |
|
| 292 |
- <th scope="col">IP정보<button class="sort sortBtn" id="sort_ipInfo">▲</button></th> |
|
| 293 |
- <th scope="col">등록자<button class="sort sortBtn" id="sort_frstRegisterId">▲</button></th> |
|
| 294 |
- <th scope="col">등록일<button class="sort sortBtn" id="sort_frstRegistPnttm">▲</button></th> |
|
| 295 |
- <th scope="col">수정자<button class="sort sortBtn" id="sort_lastUpdusrId">▲</button></th> |
|
| 296 |
- <th scope="col">수정일<button class="sort sortBtn" id="sort_lastUpdtPnttm">▲</button></th> |
|
| 297 |
- </tr> |
|
| 298 |
- </thead> |
|
| 299 |
- <tbody> |
|
| 300 |
- <c:forEach var="loginPolicy" items="${loginPolicyList}" varStatus="status">
|
|
| 301 |
- <tr> |
|
| 302 |
- <td> |
|
| 303 |
- <input type="checkbox" name="del" value="${loginPolicy.ipGroupId}" id="<c:out value="${loginPolicy.ipGroupId}"/>"><label for="<c:out value="${loginPolicy.ipGroupId}"/>"></label>
|
|
| 304 |
- </td> |
|
| 305 |
- <td> |
|
| 306 |
- <c:if test="${loginPolicyVO.searchSortOrd eq 'desc' }">
|
|
| 307 |
- <c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
|
|
| 308 |
- </c:if> |
|
| 309 |
- <c:if test="${loginPolicyVO.searchSortOrd eq 'asc' }">
|
|
| 310 |
- <c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
|
| 311 |
- </c:if> |
|
| 312 |
- </td> |
|
| 313 |
- <c:if test="${siteId eq 'super'}">
|
|
| 314 |
- <td> |
|
| 315 |
- <c:forEach var="siteManageList" items="${siteManageList}" varStatus="status">
|
|
| 316 |
- <c:if test="${loginPolicy.siteId eq siteManageList.siteId}">
|
|
| 317 |
- <a href="#LINK" onclick="fncSelectLoginPolicy('<c:out value="${loginPolicy.ipGroupId}"/>'); return false;" >
|
|
| 318 |
- <c:out value="${siteManageList.siteNm}"/>
|
|
| 319 |
- </a> |
|
| 320 |
- </c:if> |
|
| 321 |
- </c:forEach> |
|
| 322 |
- </td> |
|
| 323 |
- </c:if> |
|
| 324 |
- <td> |
|
| 325 |
- <a href="#LINK" onclick="fncSelectLoginPolicy('<c:out value="${loginPolicy.ipGroupId}"/>'); return false;" >
|
|
| 326 |
- <c:out value="${loginPolicy.ipDc}"/>
|
|
| 327 |
- </a> |
|
| 328 |
- </td> |
|
| 329 |
- <td><p><c:out value="${loginPolicy.ipInfo}"/></p></td>
|
|
| 330 |
- <td><c:out value="${loginPolicy.frstRegisterId}"/></td>
|
|
| 331 |
- <td><c:out value="${loginPolicy.frstRegistPnttm}"/></td>
|
|
| 332 |
- <td><c:out value="${loginPolicy.lastUpdusrId}"/></td>
|
|
| 333 |
- <td><c:out value="${loginPolicy.lastUpdtPnttm}"/></td>
|
|
| 334 |
- </tr> |
|
| 335 |
- </c:forEach> |
|
| 336 |
- <c:if test="${empty loginPolicyList}">
|
|
| 337 |
- <tr><td colspan="9"><spring:message code="common.nodata.msg" /></td></tr> |
|
| 338 |
- </c:if> |
|
| 339 |
- </tbody> |
|
| 340 |
- </table> |
|
| 341 |
- </div> |
|
| 342 |
- <!-- //list --> |
|
| 343 |
- |
|
| 344 |
- <!-- btn_wrap --> |
|
| 345 |
- <div class="btn_wrap btn_layout01"> |
|
| 346 |
- <div class="area_left"> |
|
| 347 |
- <button type="button" class="btnType03" onclick="fncDeleteGroupPolicy(); return false;">삭제</button> |
|
| 348 |
- </div> |
|
| 349 |
- <div class="area_right"> |
|
| 350 |
- <button type="button" class="btnType02" onclick="fncInsertLoginGroupPolicy(); return false;">등록</button> |
|
| 351 |
- </div> |
|
| 352 |
- </div> |
|
| 353 |
- <!-- //btn_wrap --> |
|
| 354 |
- |
|
| 355 |
- <!-- 페이지 네비게이션 시작 --> |
|
| 356 |
- <c:if test="${!empty loginPolicyList}">
|
|
| 357 |
- <div class="page"> |
|
| 358 |
- <ul class="inline"> |
|
| 359 |
- <ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
|
| 360 |
- </ul> |
|
| 361 |
- </div> |
|
| 362 |
- </c:if> |
|
| 363 |
- <!-- //페이지 네비게이션 끝 --> |
|
| 364 |
- </div> |
|
| 258 |
+ |
|
| 259 |
+ |
|
| 260 |
+ <select class="search_select" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px"> |
|
| 261 |
+ <option value='10' <c:if test="${loginPolicyVO.pageUnit == '10' or loginPolicyVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
|
| 262 |
+ <option value='20' <c:if test="${loginPolicyVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
|
| 263 |
+ <option value='30' <c:if test="${loginPolicyVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
|
| 264 |
+ </select> |
|
| 365 | 265 |
</div> |
| 366 | 266 |
</div> |
| 367 |
- <!-- //cont --> |
|
| 267 |
+ |
|
| 268 |
+ <div class="table table_type_cols"> |
|
| 269 |
+ <table> |
|
| 270 |
+ <colgroup> |
|
| 271 |
+ <col style="width: 40px;"> |
|
| 272 |
+ <col style="width: auto;"> |
|
| 273 |
+ <c:if test="${siteId eq 'super'}">
|
|
| 274 |
+ <col style="width: 15%"> |
|
| 275 |
+ </c:if> |
|
| 276 |
+ <col style="width: 20%"> |
|
| 277 |
+ <col style="width: 10%"> |
|
| 278 |
+ <col style="width: 10%"> |
|
| 279 |
+ <col style="width: 20%"> |
|
| 280 |
+ <col style="width: 7%"> |
|
| 281 |
+ <col style="width: 20%"> |
|
| 282 |
+ </colgroup> |
|
| 283 |
+ <thead> |
|
| 284 |
+ <tr> |
|
| 285 |
+ <th><input type="checkbox" name="checkAll" id="checkAll" onclick="fnCheckAll();" /><label for="checkAll"></label></th> |
|
| 286 |
+ <th scope="col">번호<button class="sort sortBtn" id="sort_ipGroupId">▲</button></th> |
|
| 287 |
+ <c:if test="${siteId eq 'super'}">
|
|
| 288 |
+ <th scope="col">사이트<button class="sort sortBtn" id="sort_siteIdTxt">▲</button></th> |
|
| 289 |
+ </c:if> |
|
| 290 |
+ <th scope="col">사용그룹<button class="sort sortBtn" id="sort_ipDc">▲</button></th> |
|
| 291 |
+ <th scope="col">IP정보<button class="sort sortBtn" id="sort_ipInfo">▲</button></th> |
|
| 292 |
+ <th scope="col">등록자<button class="sort sortBtn" id="sort_frstRegisterId">▲</button></th> |
|
| 293 |
+ <th scope="col">등록일<button class="sort sortBtn" id="sort_frstRegistPnttm">▲</button></th> |
|
| 294 |
+ <th scope="col">수정자<button class="sort sortBtn" id="sort_lastUpdusrId">▲</button></th> |
|
| 295 |
+ <th scope="col">수정일<button class="sort sortBtn" id="sort_lastUpdtPnttm">▲</button></th> |
|
| 296 |
+ </tr> |
|
| 297 |
+ </thead> |
|
| 298 |
+ <tbody> |
|
| 299 |
+ <c:forEach var="loginPolicy" items="${loginPolicyList}" varStatus="status">
|
|
| 300 |
+ <tr> |
|
| 301 |
+ <td> |
|
| 302 |
+ <input type="checkbox" name="del" value="${loginPolicy.ipGroupId}" id="<c:out value="${loginPolicy.ipGroupId}"/>"><label for="<c:out value="${loginPolicy.ipGroupId}"/>"></label>
|
|
| 303 |
+ </td> |
|
| 304 |
+ <td> |
|
| 305 |
+ <c:if test="${loginPolicyVO.searchSortOrd eq 'desc' }">
|
|
| 306 |
+ <c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
|
|
| 307 |
+ </c:if> |
|
| 308 |
+ <c:if test="${loginPolicyVO.searchSortOrd eq 'asc' }">
|
|
| 309 |
+ <c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
|
| 310 |
+ </c:if> |
|
| 311 |
+ </td> |
|
| 312 |
+ <c:if test="${siteId eq 'super'}">
|
|
| 313 |
+ <td> |
|
| 314 |
+ <c:forEach var="siteManageList" items="${siteManageList}" varStatus="status">
|
|
| 315 |
+ <c:if test="${loginPolicy.siteId eq siteManageList.siteId}">
|
|
| 316 |
+ <a href="#LINK" onclick="fncSelectLoginPolicy('<c:out value="${loginPolicy.ipGroupId}"/>'); return false;" >
|
|
| 317 |
+ <c:out value="${siteManageList.siteNm}"/>
|
|
| 318 |
+ </a> |
|
| 319 |
+ </c:if> |
|
| 320 |
+ </c:forEach> |
|
| 321 |
+ </td> |
|
| 322 |
+ </c:if> |
|
| 323 |
+ <td> |
|
| 324 |
+ <a href="#LINK" onclick="fncSelectLoginPolicy('<c:out value="${loginPolicy.ipGroupId}"/>'); return false;" >
|
|
| 325 |
+ <c:out value="${loginPolicy.ipDc}"/>
|
|
| 326 |
+ </a> |
|
| 327 |
+ </td> |
|
| 328 |
+ <td><p><c:out value="${loginPolicy.ipInfo}"/></p></td>
|
|
| 329 |
+ <td><c:out value="${loginPolicy.frstRegisterId}"/></td>
|
|
| 330 |
+ <td><c:out value="${loginPolicy.frstRegistPnttm}"/></td>
|
|
| 331 |
+ <td><c:out value="${loginPolicy.lastUpdusrId}"/></td>
|
|
| 332 |
+ <td><c:out value="${loginPolicy.lastUpdtPnttm}"/></td>
|
|
| 333 |
+ </tr> |
|
| 334 |
+ </c:forEach> |
|
| 335 |
+ <c:if test="${empty loginPolicyList}">
|
|
| 336 |
+ <tr><td colspan="9"><spring:message code="common.nodata.msg" /></td></tr> |
|
| 337 |
+ </c:if> |
|
| 338 |
+ </tbody> |
|
| 339 |
+ </table> |
|
| 340 |
+ </div> |
|
| 341 |
+ |
|
| 342 |
+ <div class="btn_wrap"> |
|
| 343 |
+ <div class="left"> |
|
| 344 |
+ <button type="button" class="btn line red xlarge" onclick="fncDeleteGroupPolicy(); return false;">삭제</button> |
|
| 345 |
+ </div> |
|
| 346 |
+ <div class="right"> |
|
| 347 |
+ <button type="button" class="btn fill primary xlarge" onclick="fncInsertLoginGroupPolicy(); return false;">등록</button> |
|
| 348 |
+ </div> |
|
| 349 |
+ </div> |
|
| 350 |
+ |
|
| 351 |
+ <!-- 페이지 네비게이션 시작 --> |
|
| 352 |
+ <c:if test="${!empty loginPolicyList}">
|
|
| 353 |
+ <div class="page"> |
|
| 354 |
+ <ul class="inline"> |
|
| 355 |
+ <ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
|
| 356 |
+ </ul> |
|
| 357 |
+ </div> |
|
| 358 |
+ </c:if> |
|
| 359 |
+ <!-- //페이지 네비게이션 끝 --> |
|
| 360 |
+ |
|
| 361 |
+ |
|
| 368 | 362 |
</form> |
| 369 | 363 |
</body> |
| 370 | 364 |
</html> |
--- src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyRegist.jsp
+++ src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyRegist.jsp
... | ... | @@ -113,69 +113,56 @@ |
| 113 | 113 |
<!-- 검색조건 유지 --> |
| 114 | 114 |
<input type="hidden" name="ipGroupId" value="<c:out value='${loginPolicyVO.ipGroupId}'/>" >
|
| 115 | 115 |
<!-- 검색조건 유지 --> |
| 116 |
- |
|
| 117 |
-<!-- cont --> |
|
| 118 |
-<div class="cont_wrap"> |
|
| 119 |
- <div class="box"> |
|
| 120 |
- |
|
| 121 |
- <!-- cont_tit --> |
|
| 122 |
- <div class="cont_tit"> |
|
| 123 |
- <h2>관리자접근허용IP 등록/수정</h2> |
|
| 124 |
- <ul class="cont_nav"> |
|
| 125 |
- <li class="home"><a href="/"><i></i></a></li> |
|
| 126 |
- <li><p>운영관리</p></li> |
|
| 127 |
- <li><p>관리자접근허용IP</p></li> |
|
| 128 |
- <li><span class="cur_nav">관리자접근허용IP 등록/수정</span></li> |
|
| 129 |
- </ul> |
|
| 130 |
- </div> |
|
| 131 |
- <!-- //cont_tit --> |
|
| 132 |
- |
|
| 133 |
- <div class="cont"> |
|
| 134 |
- <!-- list_상세 --> |
|
| 135 |
- <div class="tbType02"> |
|
| 136 |
- <table> |
|
| 137 |
- <colgroup> |
|
| 138 |
- <col style="width: 20%"> |
|
| 139 |
- <col style="width: 80%"> |
|
| 140 |
- </colgroup> |
|
| 141 |
- |
|
| 142 |
- <tbody> |
|
| 143 |
- <tr> |
|
| 144 |
- <th><span class="reqArea">사용그룹</span></th> |
|
| 145 |
- <td colspan="3"> |
|
| 146 |
- <input name="ipDc" id="ipDc" type="text" value="<c:out value='${loginPolicyVO.ipDc}'/>" maxLength="50" size="50" title="사용그룹" />
|
|
| 147 |
- </td> |
|
| 148 |
- </tr> |
|
| 149 |
- <tr> |
|
| 150 |
- <th><span class="reqArea">IP정보</span></th> |
|
| 151 |
- <td colspan="3"> |
|
| 152 |
- <input name="ipInfo" id="ipInfo" type="text" value="<c:out value='${loginPolicyVO.ipInfo}'/>" maxLength="50" size="50" title="IP정보" />
|
|
| 153 |
- </td> |
|
| 154 |
- </tr> |
|
| 155 |
- </tbody> |
|
| 156 |
- </table> |
|
| 157 |
- </div> |
|
| 158 |
- <!-- //list_상세 --> |
|
| 159 |
- |
|
| 160 |
- <!-- btn_wrap --> |
|
| 161 |
- <div class="btn_wrap btn_layout01"> |
|
| 162 |
- <div class="area_left"> |
|
| 163 |
- <c:if test="${empty loginPolicyVO.ipInfo }">
|
|
| 164 |
- <button class="btnType06" onclick="fncLoginGroupPolicyInsert(); return false;">저 장</button> |
|
| 165 |
- </c:if> |
|
| 166 |
- <c:if test="${!empty loginPolicyVO.ipInfo }">
|
|
| 167 |
- <button class="btnType06" onclick="fncLoginGroupPolicyUpdate(); return false;">수 정</button> |
|
| 168 |
- </c:if> |
|
| 169 |
- </div> |
|
| 170 |
- <div class="area_right"> |
|
| 171 |
- <button class="btnType03" onclick="location.href='<c:url value='/uat/uap/selectLoginGroupPolicyList.do'/>'; return false;">목 록</button> |
|
| 172 |
- </div> |
|
| 173 |
- </div> |
|
| 174 |
- <!-- //btn_wrap --> |
|
| 175 |
- </div> |
|
| 116 |
+ |
|
| 117 |
+ |
|
| 118 |
+ <div class="content_title"> |
|
| 119 |
+ <h3>관리자접근허용IP 등록/수정</h3> |
|
| 120 |
+ <ol class="breadcrumb"> |
|
| 121 |
+ <li><a href="#" class="home" title="메인으로 이동"><i></i></a></li> |
|
| 122 |
+ <li><a href="#">운영관리</a></li> |
|
| 123 |
+ <li><a href="#">관리자접근허용IP</a></li> |
|
| 124 |
+ <li><strong class="current_location">관리자접근허용IP 등록/수정</strong></li> |
|
| 125 |
+ </ol> |
|
| 176 | 126 |
</div> |
| 177 |
-</div> |
|
| 178 |
-<!-- //cont --> |
|
| 127 |
+ |
|
| 128 |
+ <!-- list_상세 --> |
|
| 129 |
+ <div class="table table_type_rows"> |
|
| 130 |
+ <table> |
|
| 131 |
+ <colgroup> |
|
| 132 |
+ <col style="width: 200px;"> |
|
| 133 |
+ <col style="width: auto;"> |
|
| 134 |
+ </colgroup> |
|
| 135 |
+ |
|
| 136 |
+ <tbody> |
|
| 137 |
+ <tr> |
|
| 138 |
+ <th><span class="reqArea">사용그룹</span></th> |
|
| 139 |
+ <td> |
|
| 140 |
+ <input name="ipDc" id="ipDc" class="input w100per" type="text" value="<c:out value='${loginPolicyVO.ipDc}'/>" maxLength="50" size="50" title="사용그룹" />
|
|
| 141 |
+ </td> |
|
| 142 |
+ </tr> |
|
| 143 |
+ <tr> |
|
| 144 |
+ <th><span class="reqArea">IP정보</span></th> |
|
| 145 |
+ <td> |
|
| 146 |
+ <input name="ipInfo" id="ipInfo" class="input w20per" type="text" value="<c:out value='${loginPolicyVO.ipInfo}'/>" maxLength="50" size="50" title="IP정보" />
|
|
| 147 |
+ </td> |
|
| 148 |
+ </tr> |
|
| 149 |
+ </tbody> |
|
| 150 |
+ </table> |
|
| 151 |
+ </div> |
|
| 152 |
+ <!-- //list_상세 --> |
|
| 153 |
+ |
|
| 154 |
+ <!-- btn_wrap --> |
|
| 155 |
+ <div class="btn_wrap right"> |
|
| 156 |
+ <c:if test="${empty loginPolicyVO.ipInfo }">
|
|
| 157 |
+ <button class="btn fill primary xlarge" onclick="fncLoginGroupPolicyInsert(); return false;">저 장</button> |
|
| 158 |
+ </c:if> |
|
| 159 |
+ <c:if test="${!empty loginPolicyVO.ipInfo }">
|
|
| 160 |
+ <button class="btn fill primary xlarge" onclick="fncLoginGroupPolicyUpdate(); return false;">수 정</button> |
|
| 161 |
+ </c:if> |
|
| 162 |
+ <button class="btn fill gray xlarge" onclick="location.href='<c:url value='/uat/uap/selectLoginGroupPolicyList.do'/>'; return false;">목 록</button> |
|
| 163 |
+ </div> |
|
| 164 |
+ <!-- //btn_wrap --> |
|
| 165 |
+ |
|
| 179 | 166 |
</form> |
| 180 | 167 |
</body> |
| 181 | 168 |
</html> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?