• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
itnAdmin / kopost_sync star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
kopost_syncsrcmainwebappWEB-INFjsp_200330symresearchresearchResult.jsp
Download as .zip file
File name
Commit message
Commit date
DATABASE
첫번째 커밋
07-30
src/main
첫번째 커밋
07-30
.gitignore
첫번째 커밋
07-30
pom.xml
첫번째 커밋
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
css
첫번째 커밋
07-30
css_190620
첫번째 커밋
07-30
css_new
첫번째 커밋
07-30
direct
첫번째 커밋
07-30
fonts
첫번째 커밋
07-30
html/egovframework/com/cmm/utl/ckeditor
첫번째 커밋
07-30
images
첫번째 커밋
07-30
images_new
첫번째 커밋
07-30
img
첫번째 커밋
07-30
js
첫번째 커밋
07-30
index.jsp
첫번째 커밋
07-30
naver3c352dcb8777b0287e87288da97266c3.html
첫번째 커밋
07-30
naverb3a939669ac159cc50de88c5a4fa6167.html
첫번째 커밋
07-30
robots.txt
첫번째 커밋
07-30
File name
Commit message
Commit date
META-INF
첫번째 커밋
07-30
config/egovframework/springmvc
첫번째 커밋
07-30
jsp
첫번째 커밋
07-30
jsp_190620
첫번째 커밋
07-30
jsp_200330
첫번째 커밋
07-30
lib
첫번째 커밋
07-30
decorators.xml
첫번째 커밋
07-30
sitemesh.xml
첫번째 커밋
07-30
web.xml
첫번째 커밋
07-30
web.xml.190426
첫번째 커밋
07-30
web.xml.200429
첫번째 커밋
07-30
web.xml.220414
첫번째 커밋
07-30
web.xml.241230
첫번째 커밋
07-30
web.xml_0417
첫번째 커밋
07-30
web_20181031.xml
첫번째 커밋
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
uat
첫번째 커밋
07-30
uss
첫번째 커밋
07-30
web
첫번째 커밋
07-30
blank.jsp
첫번째 커밋
07-30
File name
Commit message
Commit date
cal
첫번째 커밋
07-30
lgm
첫번째 커밋
07-30
log/clg
첫번째 커밋
07-30
mnu
첫번째 커밋
07-30
prm
첫번째 커밋
07-30
research
첫번째 커밋
07-30
File name
Commit message
Commit date
researchList.jsp
첫번째 커밋
07-30
researchResult.jsp
첫번째 커밋
07-30
researchResult2.jsp
첫번째 커밋
07-30
userResearch.jsp
첫번째 커밋
07-30
userResearchImport.jsp
첫번째 커밋
07-30
rosewiper 07-30 1438cba 첫번째 커밋 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">${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:${researchResult.sfRat}%"><span>${researchResult.sfCnt }명(${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:${researchResult.sfRat}%"><span>${researchResult.sfCnt }명(${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:${researchResult.sfRat}%"><span>${researchResult.sfCnt }명(${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:${researchResult.sfRat}%"><span>${researchResult.sfCnt }명(${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:${researchResult.sfRat}%"><span>${researchResult.sfCnt }명(${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="${researchVO.mcTitle}" /> <input name="mcIdx" type="hidden" 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