• 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-INFjspxxxxxxTest.jsp
Download as .zip file
File name
Commit message
Commit date
src/main
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
.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
사용자 메뉴 관리자와 동기화 / 풋터 오류 수정
01-21
resources
5648 관리자 메인비주얼관리 수정
01-26
webapp
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
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
가이드 파일 및 title 수정
01-22
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
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
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
first commit
2025-12-11
cnt
first commit
2025-12-11
cntsource
first commit
2025-12-11
com
first commit
2025-12-11
cop
first commit
2025-12-11
egovframework/com/uss/ion/bnr
first commit
2025-12-11
layout
first commit
2025-12-11
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
5648 관리자 메인비주얼관리 수정
01-26
uat
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
user
first commit
2025-12-11
uss
5648 관리자 메인비주얼관리 수정
01-26
web
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-26
xxx
first commit
2025-12-11
blank.jsp
first commit
2025-12-11
File name
Commit message
Commit date
ozReceipt01.jsp
first commit
2025-12-11
ozReceipt02.jsp
first commit
2025-12-11
ozReceipt03.jsp
first commit
2025-12-11
ozReceipt04.jsp
first commit
2025-12-11
ozReceipt05.jsp
first commit
2025-12-11
ozReceipt06.jsp
first commit
2025-12-11
ozReport.jsp
first commit
2025-12-11
ozReportDecision.jsp
first commit
2025-12-11
ozReportOdi.jsp
first commit
2025-12-11
ozReportReqPrint.jsp
first commit
2025-12-11
xxxTest.jsp
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 675a3ed first commit UNIX
Raw Open in browser Change history
<%-- 업무시스템(관리자) Class Name : xxxTest.jsp Description : xxx 테스트 페이지 Modification Information 수정일 수정자 수정내용 ------- -------- --------------------------- 2024.08.12 이준호 내용 author : 이준호 since : 2024.08.12 --%> <%-- 공통 JS 함수 임포트 : /jsp/layout/adminLayout.jsp --%> <%@ 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="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <!DOCTYPE html> <html lang="ko"> <head> <title>xxx 테스트</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <script type="text/javaScript" language="javascript"> $( document ).ready(function(){ }); </script> </head> <body> <!-- 아래 목록의 양식은 퍼블리싱 페이지와 다름 검색, 줄수 표시, 항목정렬버튼, 번호항목, 첨부파일, 페이징 부분만 참고 --> <div class="contWrap"> <div class="pageCont"> <div class="listSerch"> 제목 : <!-- 검색 --> <input id="searchKeyword" name="searchKeyword" class="recentSearch" type="text" value="<c:out value='${xxxVO.searchKeyword}'/>" size="25" title="검색" maxlength="100" /> <input type="button" class="btnType1" value="검색" onclick="linkPage(1); return false;"> </div> <div class="listTop"> <p class="tType5">게시판 수 :<span class="tType4 c_456ded fwBold"><c:out value="${paginationInfo.totalRecordCount}"/></span>건</p> <div class="rightWrap"> <input type="button" class="printBtn"> <!-- 줄수 표시 --> <select name="pageUnit" id="pageUnit" class="select" title="검색조건선택" onchange="linkPage(1);"> <option value='10' <c:if test="${xxxVO.pageUnit == '10' or xxxVO.pageUnit == ''}">selected</c:if>>10줄</option> <option value='20' <c:if test="${xxxVO.pageUnit == '20'}">selected</c:if>>20줄</option> <option value='30' <c:if test="${xxxVO.pageUnit == '30'}">selected</c:if>>30줄</option> </select> </div> </div> <div class="tableWrap"> <table class="tbType1"> <colgroup> <col style="width: 20%"> <col style="width: 20%"> <col style="width: 20%"> <col style="width: 20%"> <col style="width: 20%"> </colgroup> <thead> <tr> <!-- 항목정렬 버튼 사용자 -> web_common.js, 관리자 -> ncms_common.js에서 처리 id를 'sort_'+'xxxVO 변수명'으로 명명--> <th><input type="checkbox" name="checkAll" id="checkAll" class="check2" value="1" onClick="fnCheckAll();"></th> <th>번호<input type="button" class="sort sortBtn" id="sort_xxxId"></th> <th>휴대폰번호<input type="button" class="sort sortBtn" id="sort_xxxPhone"></th> <th>내용<input type="button" class="sort sortBtn" id="sort_xxxContent"></th> <th>일시<input type="button" class="sort sortBtn" id="sort_xxxPnttm"></th> </tr> </thead> <tbody> <c:if test="${empty xxxList}"> <tr><td colspan="8"><spring:message code="common.nodata.msg" /></td></tr> </c:if> </tbody> </table> </div> <div class="btnWrap"> <input type="button" class="btnType2" value="삭제" onclick="fn_xxx_delete(); return false;"> <input type="button" class="btnType1" value="등록" onclick="fn_xxx_regist(); return false;"> </div> </div> </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