• 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-INFjspwebcomwebCommonFooter.jsp
Download as .zip file
File name
Commit message
Commit date
src/main
메인, 푸터
1 days ago
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
GEMINI.md
메뉴관리 > eng 영역 추가
02-04
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
오가시스 서브페이지 수정
04-16
resources
메뉴관리 > eng 영역 추가
02-04
webapp
메인, 푸터
1 days ago
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
메인, 푸터
1 days 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
서브페이지 snb...
04-15
publish
서브페이지 추가
1 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
메인, 푸터
1 days 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
서브페이지 snb...
04-15
cnt
first commit
2025-12-11
cntsource
first commit
2025-12-11
com
first commit
2025-12-11
cop
포토형 게시판, 일반게시판 상세 수정
01-28
egovframework/com/uss/ion/bnr
first commit
2025-12-11
layout
게시판 등록 로직 추가
01-27
main
관리자 헤더 select 삭제, 메인 텍스트 변경, 사용자 사이트맵 스크롤
04-17
manager
first commit
2025-12-11
sec
서브페이지 snb...
04-15
site/case/jsp
first commit
2025-12-11
sts/cst
first commit
2025-12-11
sym
서브페이지 snb...
04-15
uat
운영관리 > 관리자접근허용 ip 수정
02-04
user
first commit
2025-12-11
uss
관리자 헤더 select 삭제, 메인 텍스트 변경, 사용자 사이트맵 스크롤
04-17
web
메인, 푸터
1 days ago
xxx
first commit
2025-12-11
blank.jsp
first commit
2025-12-11
File name
Commit message
Commit date
com
메인, 푸터
1 days ago
cop
포토형 게시판, 일반게시판 상세 수정
01-28
login
first commit
2025-12-11
main
메인, 푸터
1 days ago
member
first commit
2025-12-11
search
first commit
2025-12-11
site/case/jsp/content
first commit
2025-12-11
user
first commit
2025-12-11
xxx
first commit
2025-12-11
File name
Commit message
Commit date
pop
first commit
2025-12-11
engWebCommonFooter.jsp
first commit
2025-12-11
engWebCommonHeader.jsp
first commit
2025-12-11
engWebCommonNaviWrap.jsp
first commit
2025-12-11
envi.jsp
first commit
2025-12-11
errorNoSite.jsp
first commit
2025-12-11
insp.jsp
first commit
2025-12-11
webCommonFooter.jsp
메인, 푸터
1 days ago
webCommonHeader.jsp
관리자 헤더 select 삭제, 메인 텍스트 변경, 사용자 사이트맵 스크롤
04-17
webCommonHeader_bak.jsp
first commit
2025-12-11
webCommonLeftMenu.jsp
사용자 메뉴 관리자와 동기화 / 풋터 오류 수정
01-21
webCommonNaviWrap.jsp
오가시스 사용자 페이지
01-20
webCommonNaviWrapAjax.jsp
first commit
2025-12-11
webCommonNaviWrap_bak.jsp
오가시스 사용자 페이지
01-20
webCommonQuickMenu.jsp
first commit
2025-12-11
webCommonSmsMenu.jsp
first commit
2025-12-11
webCommonSubVisual.jsp
first commit
2025-12-11
webContentResearch.jsp
first commit
2025-12-11
webLayout.jsp
서브페이지 snb...
04-15
webLayout_back.jsp
first commit
2025-12-11
webSatisCommonFooter.jsp
first commit
2025-12-11
subsub 1 days ago 2164a57 메인, 푸터 UNIX
Raw Open in browser Change history
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <script type="text/javascript"> function moveUrl() { var href = $("#slct_site option:selected").val(); window.open(href) } function regSatisfaction() { $.ajax({ type: "POST", url: "/web/common/proc/case/1/commonSatisfactionRegProc.do", contentType: "application/json", data: JSON.stringify({ siteSatisfactionStatus: $("input[name='satisfation']:checked").val(), siteSatisfactionContents: $("input[name='satisfation']:checked").parent().text() }), dataType: "json", success: function (returnData) { alert(returnData.msg); }, error: function (request, status, error) { alert("code:" + request.status + "\n" + "message:" + request.responseText + "\n" + "error:" + error); } }); } </script> <%-- <c:if test="${ !fn:contains(menuManageVO.url, 'web/main/mainPage.do') && !fn:contains(menuManageVO.url, 'web/user/mypage/case/01/168/myCheck.do') && satisVO.openYn eq 'Y' }"> <div class="satisfaction_area"> <div class="inner"> <div class="title"><i class="icon satisfation"></i> <p>온라인분쟁조정시스템 서비스에 대하여 어느 정도 만족하셨습니까?</p> </div> <div class="satisfation_radio"> <ul class="radio_wrap"> <li><input type="radio" class="radio" id="satisfation_01" name="satisfation" value="5"><label for="satisfation_01">매우만족</label></li> <li><input type="radio" class="radio" id="satisfation_02" name="satisfation" value="4"><label for="satisfation_02">만족</label></li> <li><input type="radio" class="radio" id="satisfation_03" name="satisfation" value="3"><label for="satisfation_03">보통</label></li> <li><input type="radio" class="radio" id="satisfation_04" name="satisfation" value="2"><label for="satisfation_04">불만족</label></li> <li><input type="radio" class="radio" id="satisfation_05" name="satisfation" value="1"><label for="satisfation_05">매우불만족</label></li> </ul> <button class="btn btn_text btn_35 darkgray_border gray_fill btn_satisfation" onclick="regSatisfaction(); return false;">등록</button> </div> </div> </div> </c:if> --%> <!-- ============== footer ============== --> <footer class="footer"> <div class="inner"> <div class="footer_left"> <h1 class="footer_logo"><a href="/web/main/mainPage.do"><img src="/publish/usr/images/common/footer_logo.png" alt=""></a></h1> </div> <div class="footer_right"> <address> 경기도 수원시 영통구 광교로 147, 경기바이오센터 7층 <br>7F, 147, Gwanggyo-ro, Yeongtong-gu, Suwon-si, Gyeonggi-do, Republic of Korea </address> <span class="copyright">2022 © ORGASIS, Inc. All Rights Reserved.</span> </div> <button type="button" class="btn_top"><i></i>TOP</button> </div> </footer> <!-- ============== footer 끝 ============== -->

          
        
    
    
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