• 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-INFjspsymprmEgovFileNmSearch.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
12 hours 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
login debug log 추가
12 hours ago
resources
접속통계 게시판 오류 수정
5 days ago
webapp
사용자메뉴별접속통계 select 추가
2 days ago
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
사용자메뉴별접속통계 select 추가
2 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
관리자 접속통계 수정
5 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
사용자메뉴별접속통계 select 추가
2 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
관리자/사용자 게시판 리스트 수정
01-27
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
게시판 등록 로직 추가
01-27
main
관리자 메인 대시보드
6 days ago
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
사용자메뉴별접속통계 select 추가
2 days ago
uat
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
user
first commit
2025-12-11
uss
관리자 팝업
6 days ago
web
팝업 css 수정
5 days ago
xxx
first commit
2025-12-11
blank.jsp
first commit
2025-12-11
File name
Commit message
Commit date
cal
관리자 팝업
6 days ago
lgm
first commit
2025-12-11
log
사용자메뉴별접속통계 select 추가
2 days ago
mnu
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
prm
first commit
2025-12-11
research
first commit
2025-12-11
site
first commit
2025-12-11
File name
Commit message
Commit date
EgovFileNmSearch.jsp
first commit
2025-12-11
EgovProgramListDetailSelectUpdt.jsp
first commit
2025-12-11
EgovProgramListManage.jsp
first commit
2025-12-11
EgovProgramListRegist.jsp
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 127858a first commit UNIX
Raw Open in browser Change history
<%-- Class Name : EgovFileNmSearch.jsp Description : 프로그램파일명 검색 화면 Modification Information 수정일 수정자 수정내용 ------- -------- --------------------------- 2009.03.10 이용 최초 생성 2011.08.31 JJY 경량환경 버전 생성 author : 공통서비스 개발팀 이용 since : 2009.03.10 --%> <%@ page 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"%> <% /* Image Path 설정 */ String imagePath_icon = "/images/egovframework/sym/mpm/icon/"; String imagePath_button = "/images/egovframework/sym/mpm/button/"; %> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <meta http-equiv="content-language" content="ko"> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/post.css?ver=1"> <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> <script language="javascript1.2" type="text/javaScript"> /* ******************************************************** * 페이징 처리 함수 ******************************************************** */ function linkPage(pageNo){ document.progrmManageForm.pageIndex.value = pageNo; document.progrmManageForm.action = "<c:url value='/sym/prm/EgovProgramListSearch.do'/>"; document.progrmManageForm.submit(); } /* ******************************************************** * 조회 처리 함수 ******************************************************** */ function selectProgramListSearch() { document.progrmManageForm.pageIndex.value = 1; document.progrmManageForm.action = "<c:url value='/sym/prm/EgovProgramListSearch.do'/>"; document.progrmManageForm.submit(); } /* ******************************************************** * 프로그램목록 선택 처리 함수 ******************************************************** */ function choisProgramListSearch(vFileNm) { eval("opener.document.all."+opener.document.all.tmp_SearchElementName.value).value = vFileNm; if(opener.document.all.progrmFileNm_view){ opener.document.all.progrmFileNm_view.value = vFileNm; } window.close(); } </script> <style> .post_main2_div {position: unset;height:unset; width:unset; } .main2_div2 {width: 760px;} .main2_div3 {width: 760px;} .main2_div3 table {width: 760px;} .main2_div2 button {right: -227px;} select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('/') no-repeat 95% 50%; /* 화살표 모양의 이미지 */ } select::-ms-expand { display: none;} .ad_content {width:unset;} .ad_mem_list{min-width:720px;} </style> </head> <body> <form name="progrmManageForm" action ="<c:url value='/sym/prm/EgovProgramListSearch.do'/>" method="post"> <input name="pageIndex" type="hidden" value="<c:out value='${searchVO.pageIndex}'/>"/> <div class="ad_content" style="margin-left: 1px;box-shadow: none; min-height: unset;"> <div class="ad_con_head"> <div class="ad_head_text" style="width:unset;"> <p class="today_txt">프로그램파일명</p> </div> </div> <div class="ad_subcon" style="width:unset;"> <div class="ad_con_body"> <div class="ad_bo_h3" style="width:unset;"> <div class="board1_div1"> 권한명 : <input id="searchKeyword" name="searchKeyword" type="text" value="<c:out value='${searchVO.searchKeyword}'/>" size="25" title="검색" /> <ul class="board1_div2_ul"> <li><button class="board1_list_btn" onclick="selectProgramListSearch(); return false;">검 색</button></li> <li><button class="board1_list_btn" onclick="javascript:window.close(); return false;">닫 기</button></li> </ul> </div> </div> </div> <p class="mem_count">조회건수 : <c:out value="${paginationInfo.totalRecordCount}"/></p> <div class="ad_mem_list" style="width:unset;"> <table> <tr> <th>번호</th> <th>프로그램파일명</th> <th>프로그램명</th> <th>프로그램(상세)</th> </tr> <c:forEach var="result" items="${list_progrmmanage}" varStatus="status"> <tr> <td><c:out value="${(searchVO.pageIndex - 1) * searchVO.pageSize + status.count}"/></td> <td> <a href="#LINK" onclick="choisProgramListSearch('<c:out value="${result.progrmFileNm}"/>'); return false;"> <c:out value="${result.progrmFileNm}"/></a> </td> <td> <c:out value="${result.progrmKoreanNm}"/> </td> <td> <c:out value="${result.progrmDc}"/> </td> </tr> </c:forEach> <c:if test="${empty list_progrmmanage}"> <tr><td colspan="3"><spring:message code="common.nodata.msg" /></td></tr> </c:if> </table> <!-- 페이지 네비게이션 시작 --> <c:if test="${!empty list_progrmmanage}"> <div class="board1_btn" style="width:unset;"> <ul> <ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" /> </ul> </div> </c:if> <!-- //페이지 네비게이션 끝 --> </div> </div> </div> </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