• 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 / mjgo_admin star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_adminsrcmainwebappWEB-INFjspsymprmEgovFileNmSearch.jsp
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
04-21
src/main
관리자페이지 기본 스타일 수정
04-22
.codetogether.ignore
first commit
04-21
.gitignore
first commit
04-21
pom.xml
first commit
04-21
File name
Commit message
Commit date
java
first commit
04-21
resources
first commit
04-21
webapp
관리자페이지 기본 스타일 수정
04-22
File name
Commit message
Commit date
META-INF
first commit
04-21
MMS
first commit
04-21
WEB-INF
관리자페이지 기본 스타일 수정
04-22
common
first commit
04-21
crosseditor/binary/images
first commit
04-21
css
관리자페이지 기본 스타일 수정
04-22
direct
first commit
04-21
dist
first commit
04-21
download
first commit
04-21
font
first commit
04-21
font-flexslider
first commit
04-21
fonts
first commit
04-21
html
first commit
04-21
images
first commit
04-21
img
관리자페이지 기본 스타일 수정
04-22
js
first commit
04-21
mail
first commit
04-21
mjon/MMS
first commit
04-21
pb
관리자페이지 기본 스타일 수정
04-22
public
first commit
04-21
publish
관리자페이지 기본 스타일 수정
04-22
sample_mjon
first commit
04-21
site
first commit
04-21
google53cfb10eb3856530.html
first commit
04-21
googlefa7d697b23d4a34a.html
first commit
04-21
imageEditorSample.html
first commit
04-21
imageEditorSample2.html
first commit
04-21
index.jsp
first commit
04-21
naver94c82af5badbae52b1e46e77b88410c9.html
first commit
04-21
robots.txt
first commit
04-21
sendRESTAPI_test_r1_send.jsp
first commit
04-21
sitemap.xml
first commit
04-21
tempPayPrint.html
first commit
04-21
tempPrint.html
first commit
04-21
tempPrint1.html
first commit
04-21
test.jsp
first commit
04-21
File name
Commit message
Commit date
META-INF
first commit
04-21
config/egovframework/springmvc
first commit
04-21
jsp
관리자페이지 기본 스타일 수정
04-22
lib
first commit
04-21
tld
first commit
04-21
decorators.xml
first commit
04-21
jeus-web-dd.xml
first commit
04-21
sitemesh.xml
first commit
04-21
web.xml
first commit
04-21
weblogic.xml
first commit
04-21
File name
Commit message
Commit date
agent
first commit
04-21
block
first commit
04-21
cmm
관리자페이지 기본 스타일 수정
04-22
cnt
first commit
04-21
cntsource
first commit
04-21
com/utl/wed
first commit
04-21
cop
first commit
04-21
egovframework/com/uss/ion/bnr
first commit
04-21
holiday
first commit
04-21
kisa/kisa
first commit
04-21
kopost/search
first commit
04-21
layout
관리자페이지 기본 스타일 수정
04-22
letter
first commit
04-21
main
관리자페이지 기본 스타일 수정
04-22
sec
first commit
04-21
sts/cst
first commit
04-21
sym
first commit
04-21
uat
관리자페이지 기본 스타일 수정
04-22
uss
관리자페이지 기본 스타일 수정
04-22
web
first commit
04-21
blank.jsp
first commit
04-21
cntCNT_000000000862.jsp
first commit
04-21
File name
Commit message
Commit date
cal
first commit
04-21
lgm
first commit
04-21
log
first commit
04-21
mnu
first commit
04-21
prm
first commit
04-21
research
first commit
04-21
site
first commit
04-21
File name
Commit message
Commit date
EgovFileNmSearch.jsp
first commit
04-21
EgovProgramListDetailSelectUpdt.jsp
first commit
04-21
EgovProgramListManage.jsp
first commit
04-21
EgovProgramListRegist.jsp
first commit
04-21
hehihoho3@gmail.com 04-21 bfbbc99 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="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ 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">총 <fmt:formatNumber value="${paginationInfo.totalRecordCount}" pattern="#,###" />건</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