• 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-INFjspsymresearchresearchResult.jsp
Download as .zip file
File name
Commit message
Commit date
src/main
운영관리 > 관리자접근허용 ip 수정
13 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 추가
14 hours ago
resources
접속통계 게시판 오류 수정
5 days ago
webapp
운영관리 > 관리자접근허용 ip 수정
13 hours ago
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
운영관리 > 관리자접근허용 ip 수정
13 hours 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
운영관리 > 관리자접근허용 ip 수정
13 hours 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
운영관리 > 관리자접근허용 ip 수정
13 hours ago
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
researchList.jsp
first commit
2025-12-11
researchResult.jsp
first commit
2025-12-11
userResearch.jsp
first commit
2025-12-11
userResearchImport.jsp
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 7b2d16a first commit UNIX
Raw Open in browser Change history
<%-- Class Name : researchList.jsp Description : 만족도(조회,삭제) JSP Modification Information 수정일 수정자 수정내용 ------- -------- --------------------------- 2009.03.03 JJY 최초 생성 2011.08.31 JJY 경량환경 버전 생성 author : 공통서비스 개발팀 JJY since : 2009.03.03 --%> <%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="double-submit" uri="http://www.egovframe.go.kr/tags/double-submit/jsp" %> <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <meta http-equiv="content-language" content="ko"> <title>사용자 목록</title> <script type="text/javaScript" language="javascript" defer="defer"> function fn_research_year(){ var searchForm = document.searchForm ; searchForm.yearSearch.value = $('#yearSearch').val(); searchForm.submit(); } function fn_board_link_page(pageNo){ document.listForm.pageIndex.value = pageNo; document.listForm.action = "<c:url value='/uss/research/researchList.do'/>"; document.listForm.submit(); } function fnList() { document.searchForm.submit(); } </script> <style> .researchGraph { padding:0 0 20px 55px; margin-top:30px;} .researchGraph ul{ width:670px; margin:0 2px; padding:0; height:350px; border:1px solid #ddd; border-left:0; border-top:0; border-right:0; list-style:none;} .researchGraph ul:after{ content:""; display:block; clear:both;} .researchGraph li{ float:left; display:inline; width:8%; height:100%; margin:0 40px; position:relative; text-align:center; white-space:nowrap; } .researchGraph .researchTerm{ position:relative; display:inline-block; width:112%; height:20px; line-height:20px; margin:0 -100% -20px 0; padding:350px 0 0 0; vertical-align:bottom; color:#767676; font-weight:bold;} .researchGraph .researchBar{ position:relative; display:inline-block; width:100%; margin:-1px 0 0 0; border:1px solid #ccc; border-bottom:0; background:#e9e9e9; vertical-align:bottom;} .researchGraph .researchBar span{ position:absolute; width:100%; top:-20px; left:0; color:#767676;} .survey_title { margin: 0 auto;width: 670px; background: #f7f7f7; border-top: 2px solid #dddddd; border-bottom: 2px solid #dddddd; vertical-align: middle; line-height: 16px; } .survey_title .survey_state { display:inline-block; width: 65%; padding: 10px 0 10px 8px; font-weight: 700;} .survey_title .survey_count { display:inline-block; text-align:right; width: 30%; padding: 10px 0 10px 0px;} .main2_div3 span { float: none; } </style> </head> <body> <form:form commandName="researchVO" name="listForm" method="post"> <form:hidden path="pageIndex" /> <form:hidden path="mcTitle" /> <form:hidden path="mcIdx" /> <div class="ad_content"> <div class="ad_con_head"> <div class="ad_head_text"> <p class="today_txt">만족도 결과</p> <div class="ad_head_ment"> <p class="today_last_txt"><span id="cnt_cate_list"></span></p> </div> </div> </div> <div class="ad_subcon"> <div class="ad_con_body"> <div class="ad_bo_h3"> <div class="board1_div1"> 연도조회 : <form:select path="yearSearch" cssClass="use"> <c:set var="year_s" value="${yearMax+1}" /> <form:option value="0" label="전체" /> <c:forEach var="i" begin="${yearMin}" end="${yearMax}" step="1"> <c:set var="year_s" value="${year_s-1}" /> <form:option value="${year_s}" label="${year_s}" /> </c:forEach> </form:select> <!-- <input type="popre_div1 text"> --> <ul class="popre_div2_ul" style="width: 163px;"> <li><button class="popre_search_btn" onclick="fn_research_year(); return false;" >검 색</button></li> <li><button class="main1_btn" onclick="location.href='/uss/research/researchList.do'; return false;" >목 록</button></li> </ul> </div> </div> </div> <p class="popre_count"><c:out value='${researchVO.mcTitle}' /> 만족도<br>평가인원: <c:out value="${researchResultCnt.sfCnt}"/>명</p> <c:set var="research_text" value="(매우만족)" /> <c:set var="research_text2" value="(만족)" /> <c:set var="research_text3" value="(보통)" /> <c:set var="research_text4" value="(불만족)" /> <c:set var="research_text5" value="(매우불만족)" /> <c:set var="i" value="0" /> <div class="popre_body"> <div class="popre_inbox"> <div class="vGraph"> <ul> <c:forEach var="researchResult" items="${researchResult}" varStatus="status"> <li> <c:set var="i" value="${i+1}" /> <c:if test="${i == 1}"> <c:set var="research_text" value="&nbsp;(매우만족)" /> <span class="gTerm"><p class="star_v"><span class="starRating"><span style="width:100%;">5점</span></span></p>(매우만족)</span><span class="gBar" style="height:<c:out value='${researchResult.sfRat}' />%"><span><c:out value='${researchResult.sfCnt }' />명(<c:out value='${researchResult.sfRat}' />%) </span></span> </c:if> <c:if test="${i == 2}"> <c:set var="research_text" value="&nbsp;&nbsp;&nbsp;&nbsp;(만족)" /> <span class="gTerm"><p><span class="starRating"><span style="width:80%">4점</span></span></p>(만족)</span><span class="gBar" style="height:<c:out value='${researchResult.sfRat}' />%"><span><c:out value='${researchResult.sfCnt }' />명(<c:out value='${researchResult.sfRat}' />%) </span></span> </c:if> <c:if test="${i == 3}"> <c:set var="research_text" value="&nbsp;&nbsp;&nbsp;&nbsp;(보통)" /> <span class="gTerm"><p><span class="starRating"><span style="width:60%">3점</span></span></p>(보통)</span><span class="gBar" style="height:<c:out value='${researchResult.sfRat}' />%"><span><c:out value='${researchResult.sfCnt }' />명(<c:out value='${researchResult.sfRat}' />%) </span></span> </c:if> <c:if test="${i == 4}"> <c:set var="research_text" value="&nbsp;&nbsp;&nbsp;(불만족)" /> <span class="gTerm"><p><span class="starRating"><span style="width:40%">2점</span></span></p>(불만족)</span><span class="gBar" style="height:<c:out value='${researchResult.sfRat}' />%"><span><c:out value='${researchResult.sfCnt }' />명(<c:out value='${researchResult.sfRat}' />%) </span></span> </c:if> <c:if test="${i == 5}"> <c:set var="research_text" value="(매우불만족)" /> <span class="gTerm2"><p><span class="starRating"><span style="width:20%">1점</span></span></p>(매우불만족)</span><span class="gBar" style="height:<c:out value='${researchResult.sfRat}' />%"><span><c:out value='${researchResult.sfCnt }' />명(<c:out value='${researchResult.sfRat}' />%) </span></span> </c:if> </li> </c:forEach> </ul> </div> </div> </div> </div> </div> </form:form> <form name="searchForm" method="get" action="<c:url value='/uss/research/researchResult.do'/>"> <input name="yearSearch" type="hidden" /> <input name="mcTitle" type="hidden" value="<c:out value='${researchVO.mcTitle}' />" /> <input name="mcIdx" type="hidden" value="<c:out value='${researchVO.mcIdx}' />" /> </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