• 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-INFjspsymresearchuserResearch.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
researchList.jsp
first commit
04-21
researchResult.jsp
first commit
04-21
researchResult2.jsp
first commit
04-21
userResearch.jsp
first commit
04-21
userResearchImport.jsp
first commit
04-21
hehihoho3@gmail.com 04-21 bfbbc99 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="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 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