• 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-INFjspsymresearchuserResearch.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="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ 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"> <link href="<c:url value='/'/>css/common.css" rel="stylesheet" type="text/css" > <title>사용자 목록</title> <script src="<c:url value='/js/jquery.js' />"></script> <script type="text/javaScript" language="javascript" defer="defer"> function fn_research_insert(){ var research_val = $(":radio[name=sf_research]:checked").val(); var mcIdx = $("#mcIdx").val(); var mcUrl = $("#mcUrl").val(); if(research_val == null || research_val == ""){ alert("평가항목중 1개를 선택하여 주십시오.") return; } var _param = { "research_val" : research_val, "mcIdx" : mcIdx, "mcUrl" : mcUrl } $.ajax({ type : "POST", url : "/user/insertResearch.do", data: _param, success : function(data){ alert("평가해주셔서 감사합니다."); $("input:radio[name=sf_research]:input[value="+research_val+"]").attr("checked",false); }, error: function(request, status, error){ alert("loading error:" + request.status); console.log("code : " + request.statusText + "\r\nmessage : " + request.responseText); } }); } </script> </head> <body> <div id="content"> <div id="cur_loc"> <div id="cur_loc_align"> <ul> <li>HOME</li> <li>&gt;</li> <li>내부시스템관리</li> <li>&gt;</li> <li><strong>만족도관리</strong></li> </ul> </div> </div> <div class="research"> <table class="r_c"> <tr> ${mcUrl[0].mcTitle} </tr> <tr> <td> <span class="rs"> <input type="radio" name="sf_research" id="sf_research1" value="1" /> <img src="/images/common/rs-1.png" alt="" border="0" /> <br/><label for="sf_research1">(매우만족)</label> </span> </td> <td> <span class="rs"> <input type="radio" name="sf_research" id="sf_research2" value="2" /> <img src="/images/common/rs-2.png" alt="" border="0" /> <br/><label for="sf_research2">(만족)</label> </span> </td> <td> <span class="rs"> <input type="radio" name="sf_research" id="sf_research3" value="3"/> <img src="/images/common/rs-3.png" alt="" border="0" /> <br/><label for="sf_research3">(보통)</label> </span> </td> <td> <span class="rs"> <input type="radio" name="sf_research" id="sf_research4" value="4" /> <img src="/images/common/rs-4.png" alt="" border="0" /> <br/><label for="sf_research4">(불만족)</label> </span> </td> <td> <span class="rs"> <input type="radio" name="sf_research" id="sf_research5" value="5" /> <img src="/images/common/rs-5.png" alt="" border="0" /> <br/><label for="sf_research5">(매우불만족)</label> </span> </td> </tr> <tr> <td class="right" colspan="5" > <a class="btn_normal" href="javascript:fn_research_insert();"> 평가하기 </a> </td> </tr> </table> </div> <input type="hidden" id="mcIdx" name="mcIdx" value="${mcIdx}" /> <input type="hidden" id="mcTitle" name="mcTitle" value="${mcTitle}" /> <c:forEach var="url" items="${mcUrl}" varStatus="status"> <input type="hidden" id="mcUrl" name="mcUrl" value="${url.sfUrl}"/> </c:forEach> <!--******* RESEARCH END **********--> </div> <!-- //content 끝 --> </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