• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
itnAdmin / itsm_sync star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
itsm_syncsrcmainwebappWEB-INFjspsecramEgovAuthorInsert.jsp
Download as .zip file
File name
Commit message
Commit date
DATABASE
첫번째 커밋
07-30
service/impl
첫번째 커밋
07-30
src/main
첫번째 커밋
07-30
web
첫번째 커밋
07-30
.gitignore
첫번째 커밋
07-30
pom.xml
첫번째 커밋
07-30
searchQuery.sql
첫번째 커밋
07-30
File name
Commit message
Commit date
java/egovframework
첫번째 커밋
07-30
resources
첫번째 커밋
07-30
webapp
첫번째 커밋
07-30
File name
Commit message
Commit date
META-INF
첫번째 커밋
07-30
WEB-INF
첫번째 커밋
07-30
common
첫번째 커밋
07-30
crosseditor/binary/images
첫번째 커밋
07-30
css
첫번째 커밋
07-30
direct
첫번째 커밋
07-30
font-flexslider
첫번째 커밋
07-30
fonts
첫번째 커밋
07-30
html
첫번째 커밋
07-30
images
첫번째 커밋
07-30
img
첫번째 커밋
07-30
js
첫번째 커밋
07-30
passni5
첫번째 커밋
07-30
se2
첫번째 커밋
07-30
sso
첫번째 커밋
07-30
email.txt
첫번째 커밋
07-30
engleftmenu03.html
첫번째 커밋
07-30
engleftmenu04.html
첫번째 커밋
07-30
engleftmenu05.html
첫번째 커밋
07-30
engleftmenu06.html
첫번째 커밋
07-30
index.jsp
첫번째 커밋
07-30
File name
Commit message
Commit date
META-INF
첫번째 커밋
07-30
config/egovframework/springmvc
첫번째 커밋
07-30
jsp
첫번째 커밋
07-30
lib
첫번째 커밋
07-30
decorators.xml
첫번째 커밋
07-30
sitemesh.xml
첫번째 커밋
07-30
web.xml
첫번째 커밋
07-30
web.xml_230221
첫번째 커밋
07-30
web.xml_250726
첫번째 커밋
07-30
weblogic.xml
첫번째 커밋
07-30
File name
Commit message
Commit date
cmm
첫번째 커밋
07-30
cnt
첫번째 커밋
07-30
com/utl/wed
첫번째 커밋
07-30
cop
첫번째 커밋
07-30
egovframework/com/uss/ion/bnr
첫번째 커밋
07-30
kopost/search
첫번째 커밋
07-30
layout
첫번째 커밋
07-30
main
첫번째 커밋
07-30
sec
첫번째 커밋
07-30
sounds/ko/numbers
첫번째 커밋
07-30
sts/cst
첫번째 커밋
07-30
sym
첫번째 커밋
07-30
test/insa
첫번째 커밋
07-30
uat
첫번째 커밋
07-30
uss
첫번째 커밋
07-30
blank.jsp
첫번째 커밋
07-30
blankUserDirect.jsp
첫번째 커밋
07-30
File name
Commit message
Commit date
gmt
첫번째 커밋
07-30
ram
첫번째 커밋
07-30
rgm
첫번째 커밋
07-30
rmt
첫번째 커밋
07-30
accessDenied.jsp
첫번째 커밋
07-30
File name
Commit message
Commit date
EgovAuthorInsert.jsp
첫번째 커밋
07-30
EgovAuthorManage.jsp
첫번째 커밋
07-30
EgovAuthorManage_0826.jsp
첫번째 커밋
07-30
EgovAuthorRoleManage.jsp
첫번째 커밋
07-30
EgovAuthorRoleManage_0827.jsp
첫번째 커밋
07-30
EgovAuthorUpdate.jsp
첫번째 커밋
07-30
rosewiper 07-30 f66105a 첫번째 커밋 UNIX
Raw Open in browser Change history
<%-- Class Name : EgovAuthorInsert.jsp Description : EgovAuthorInsert 화면 Modification Information 수정일 수정자 수정내용 ------- -------- --------------------------- 2009.02.01 lee.m.j 최초 생성 2011.08.31 JJY 경량환경 버전 생성 author : 공통서비스 개발팀 lee.m.j since : 2009.02.01 --%> <%@ page contentType="text/html; charset=utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ 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" %> <%@ taglib prefix="double-submit" uri="http://www.egovframe.go.kr/tags/double-submit/jsp" %> <c:set var="registerFlag" value="${empty authorManageVO.authorCode ? 'INSERT' : 'UPDATE'}"/> <c:set var="registerFlagName" value="${empty authorManageVO.authorCode ? '권한 등록' : '권한 수정'}"/> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Language" content="ko" > <title>권한 등록</title> <link rel="stylesheet" href="/direct/css/font.css"> <link rel="stylesheet" href="/direct/css/reset.css"> <link rel="stylesheet" href="/direct/css/index.css"> <link rel="stylesheet" href="/direct/css/nice-select.css"> <script src="/direct/js/jquery.nice-select.js"></script> <script src="/direct/js/script.js"></script> <script type="text/javascript" src="<c:url value="/validator.do"/>"></script> <validator:javascript formName="authorManage" staticJavascript="false" xhtml="true" cdata="false"/> <script src="<c:url value='/js/jquery.js' />"></script> <script type="text/javaScript" language="javascript"> function fncSelectAuthorList() { document.searchForm.submit(); } function fncAuthorInsert() { var varFrom = document.getElementById("authorManage"); varFrom.action = "<c:url value='/sec/ram/EgovAuthorInsert.do'/>"; if(confirm("저장 하시겠습니까?")){ if(!validateAuthorManage(varFrom)){ return; }else{ varFrom.submit(); } } } function fncAuthorUpdate() { var varFrom = document.getElementById("authorManage"); varFrom.action = "<c:url value='/sec/ram/EgovAuthorUpdate.do'/>"; if(confirm("저장 하시겠습니까?")){ if(!validateAuthorManage(varFrom)){ return; }else{ varFrom.submit(); } } } function fncAuthorDelete() { var varFrom = document.getElementById("authorManage"); varFrom.action = "<c:url value='/sec/ram/EgovAuthorDelete.do'/>"; if(confirm("삭제 하시겠습니까?")){ varFrom.submit(); } } </script> </head> <body> <form:form commandName="authorManage" method="post" > <double-submit:preventer tokenKey="someKey" /> <!-- 검색조건 유지 --> <c:if test="${registerFlag == 'UPDATE'}"> <input type="hidden" name="searchCondition" value="<c:out value='${authorManageVO.searchCondition}'/>"/> <input type="hidden" name="searchKeyword" value="<c:out value='${authorManageVO.searchKeyword}'/>"/> <input type="hidden" name="pageIndex" value="<c:out value='${authorManageVO.pageIndex}'/>"/> </c:if> <div class="cont_area"> <div class="cont_main_title"> <img src="/direct/img/home_icon.png" alt=""><span id="cnt_cate_list"></span> </div> <div class="list_wrap setting_list_wrap"> <table> <tr> <th><span class="star_t"></span>권한 코드</th> <td> <input name="authorCode" id="authorCode" type="text" value="<c:out value='${authorManage.authorCode}'/>" size="40" title="권한코드" /> <form:errors path="authorCode" /> </td> </tr> <tr> <th><span class="star_t"></span>권한 명</th> <td> <input name="authorNm" id="authorNm" type="text" value="<c:out value='${authorManage.authorNm}'/>" maxLength="50" size="40" title="권한명" /> <form:errors path="authorNm" /> </td> </tr> <tr> <th><span class="star_t"></span>설명</th> <td> <input name="authorDc" id="authorDc" type="text" value="<c:out value='${authorManage.authorDc}'/>" maxLength="50" size="50" title="설명" /> </td> </tr> <c:if test="${registerFlag == 'UPDATE'}"> <tr> <th><span class="star_t"></span>등록일자</th> <td> <input name="authorCreatDe" id="authorCreatDe" type="text" value="<c:out value='${authorManage.authorCreatDe}'/>" maxLength="50" size="20" readonly="readonly" title="등록일자"/> </td> </tr> </c:if> </table> </div> <div class="setting_btn"> <input type="button" value="목록" class="list_btn" onclick="fncSelectAuthorList(); return false;"> <c:if test="${registerFlag == 'INSERT'}"> <input type="button" value="저장" class="edit_btn" onclick="fncAuthorInsert(); return false;"> </c:if> <c:if test="${registerFlag == 'UPDATE'}"> <input type="button" value="패스워드 변경" class="password_change_btn" onclick="fncAuthorUpdate(); return false;"> </c:if> </div> </div> </form:form> <form name="searchForm" id="searchForm" method="get" action="<c:url value='/sec/ram/EgovAuthorList.do'/>" ></form> </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