• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / orgasis star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
orgasissrcmainwebappWEB-INFjspcopcomEgovBoardUseInfInqire.jsp
Download as .zip file
File name
Commit message
Commit date
src/main
포토 getImage.do 컨트롤러 이동
7 days ago
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
포토 getImage.do 컨트롤러 이동
7 days ago
resources
게시판 등록 로직 추가
7 days ago
webapp
파일업로드 테이블 css 수정
7 days ago
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
관리자/사용자 게시판 리스트 수정
7 days ago
ark
first commit
2025-12-11
common
first commit
2025-12-11
css
first commit
2025-12-11
editor
first commit
2025-12-11
font
first commit
2025-12-11
html
first commit
2025-12-11
ico
first commit
2025-12-11
images
first commit
2025-12-11
js
5648 관리자 메인비주얼관리 수정
01-26
publish
파일업로드 테이블 css 수정
7 days ago
index.jsp
first commit
2025-12-11
insp.html
first commit
2025-12-11
tempPrint.html
first commit
2025-12-11
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
config/egovframework/springmvc
first commit
2025-12-11
jsp
관리자/사용자 게시판 리스트 수정
7 days ago
lib
first commit
2025-12-11
tlds
first commit
2025-12-11
decorators.xml
first commit
2025-12-11
sitemesh.xml
first commit
2025-12-11
web.xml
first commit
2025-12-11
File name
Commit message
Commit date
cmm
관리자/사용자 게시판 리스트 수정
7 days ago
cnt
first commit
2025-12-11
cntsource
first commit
2025-12-11
com
first commit
2025-12-11
cop
관리자/사용자 게시판 리스트 수정
7 days ago
egovframework/com/uss/ion/bnr
first commit
2025-12-11
layout
게시판 등록 로직 추가
7 days ago
main
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
manager
first commit
2025-12-11
sec
first commit
2025-12-11
site/case/jsp
first commit
2025-12-11
sts/cst
first commit
2025-12-11
sym
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
uat
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
user
first commit
2025-12-11
uss
5648 관리자 메인비주얼관리 수정
01-26
web
관리자/사용자 게시판 리스트 수정
7 days ago
xxx
first commit
2025-12-11
blank.jsp
first commit
2025-12-11
File name
Commit message
Commit date
bbs
관리자/사용자 게시판 리스트 수정
7 days ago
cmt
관리자/사용자 게시판 리스트 수정
7 days ago
com
first commit
2025-12-11
org
first commit
2025-12-11
resve
first commit
2025-12-11
smt/sim
first commit
2025-12-11
File name
Commit message
Commit date
EgovBoardUseInfInqire.jsp
first commit
2025-12-11
EgovBoardUseInfList.jsp
first commit
2025-12-11
EgovBoardUseInfRegist.jsp
first commit
2025-12-11
EgovModalPopupFrame.jsp
first commit
2025-12-11
EgovTemplateInqirePopup.jsp
first commit
2025-12-11
EgovTemplateList.jsp
first commit
2025-12-11
EgovTemplateRegist.jsp
first commit
2025-12-11
EgovTemplateUpdt.jsp
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 aeea591 first commit UNIX
Raw Open in browser Change history
<%-- Class Name : EgovBoardUseInfInqire.jsp Description : 게시판 사용정보 조회화면 Modification Information 수정일 수정자 수정내용 ------- -------- --------------------------- 2009.04.02 이삼섭 최초 생성 2011.08.31 JJY 경량환경 버전 생성 author : 공통서비스 개발팀 이삼섭 since : 2009.04.02 --%> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Language" content="ko" > <link href="<c:url value='/'/>css/common.css" rel="stylesheet" type="text/css" > <script type="text/javascript" src="<c:url value="/validator.do"/>"></script> <validator:javascript formName="boardUseInf" staticJavascript="false" xhtml="true" cdata="false"/> <script type="text/javascript"> function fn_egov_updt_bbsUseInf(){ if (!validateBoardUseInf(document.boardUseInf)){ return; } document.boardUseInf.action = "<c:url value='/cop/com/updateBBSUseInf.do'/>"; document.boardUseInf.submit(); } function fn_egov_select_bbsUseInfs(){ document.boardUseInf.action = "<c:url value='/cop/com/selectBBSUseInfs.do'/>"; document.boardUseInf.submit(); } </script> <title>게시판 사용정보 상세조회 및 수정</title> <style type="text/css"> h1 {font-size:12px;} caption {visibility:hidden; font-size:0; height:0; margin:0; padding:0; line-height:0;} </style> </head> <body > <noscript>자바스크립트를 지원하지 않는 브라우저에서는 일부 기능을 사용하실 수 없습니다.</noscript> <div id="content"> <div id="cur_loc"> <div id="cur_loc_align"> <ul> <li>HOME</li> <li>&gt;</li> <li>내부서비스관리</li> <li>&gt;</li> <li>내부업무개시판관리</li> <li>&gt;</li> <li><strong>게시판사용관리</strong></li> </ul> </div> </div> <!-- 검색 필드 박스 시작 --> <div id="search_field"> <div id="search_field_loc"><h2><strong>게시판 사용정보 수정</strong></h2></div> </div> <form name="boardUseInf" method="post" action="<c:url value='/cop/com/updateBBSUseInf.do'/>"> <div style="visibility:hidden;display:none;"><input name="iptSubmit" type="submit" value="전송" title="전송"></div> <input type="hidden" name="pageIndex" value="<c:out value='${searchVO.pageIndex}'/>" /> <input type="hidden" name="bbsId" value="<c:out value='${bdUseVO.bbsId}'/>" /> <input type="hidden" name="trgetId" value="<c:out value='${bdUseVO.trgetId}'/>" /> <div class="modify_user" > <table summary="게시판명, 커뮤니티/ 동호회명, 사용여부 입니다"> <tr> <th scope="col" width="20%" height="23" class="" nowrap >게시판명</th> <td width="80%" nowrap colspan="3"> <c:out value="${bdUseVO.bbsNm}" /> </td> </tr> <tr> <th scope="col" width="20%" height="23" class="" nowrap >커뮤니티/ 동호회명</th> <td width="80%" nowrap colspan="3"> <c:choose> <c:when test="${not empty bdUseVO.cmmntyNm}"> <c:out value="${bdUseVO.cmmntyNm}" /> </c:when> <c:when test="${not empty bdUseVO.clbNm}"> <c:out value="${bdUseVO.clbNm}" /> </c:when> <c:otherwise>(시스템 활용)</c:otherwise> </c:choose> </td> </tr> <tr> <th scope="col" width="20%" height="23" class="required_text" nowrap > <label>사용여부</label> <img src="<c:url value='/images/required.gif' />" width="15" height="15" alt="required"/> </th> <td width="80%" nowrap colspan="3"> <spring:message code="button.use" /> : <input type="radio" name="useAt" class="radio2" value="Y" <c:if test="${bdUseVO.useAt == 'Y'}"> checked="checked"</c:if>>&nbsp; <spring:message code="button.notUsed" /> : <input type="radio" name="useAt" class="radio2" value="N" <c:if test="${bdUseVO.useAt == 'N'}"> checked="checked"</c:if>> <br/><form:errors path="useAt" /> </td> </tr> <c:choose> <c:when test="${not empty bdUseVO.provdUrl}"> <tr> <th width="20%" height="23" class="" nowrap >제공 URL</th> <td width="80%" nowrap colspan="3"> <a href="<c:url value="${bdUseVO.provdUrl}" />" target="_blank"> <c:url value="${bdUseVO.provdUrl}" /> </a> </td> </tr> </c:when> </c:choose> </table> </div> <!-- 버튼 시작(상세지정 style로 div에 지정) --> <div class="buttons" style="padding-top:10px;padding-bottom:10px;"> <!-- 목록/저장버튼 --> <table border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> <a href="<c:url value='/cop/com/updateBBSUseInf2.do'/>" onclick="fn_egov_updt_bbsUseInf(); return false;">저장</a> </td> <td width="10"></td> <td><span class="button"> <a href="<c:url value='/cop/com/selectBBSUseInfs.do'/>" onclick="fn_egov_select_bbsUseInfs(); return false;">목록</a> </span></td> </tr> </table> </div> <!-- 버튼 끝 --> </form> </div> </body> </html>

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up