• 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-INFjspwebcomwebCommonFooter.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
addr
first commit
04-21
addrBlock
first commit
04-21
addragency
first commit
04-21
api
first commit
04-21
com
first commit
04-21
cop
first commit
04-21
custom
first commit
04-21
event
first commit
04-21
fax
first commit
04-21
grd
first commit
04-21
kakao
first commit
04-21
login
first commit
04-21
main
first commit
04-21
member
first commit
04-21
msg
first commit
04-21
msgcampain
first commit
04-21
msgdata
first commit
04-21
msgsent
first commit
04-21
pay
first commit
04-21
pop
first commit
04-21
reservedmsg
first commit
04-21
sample
first commit
04-21
search
first commit
04-21
survey
first commit
04-21
user
first commit
04-21
rejectTest.jsp
first commit
04-21
File name
Commit message
Commit date
engWebCommonFooter.jsp
first commit
04-21
engWebCommonHeader.jsp
first commit
04-21
engWebCommonNaviWrap.jsp
first commit
04-21
envi.jsp
first commit
04-21
errorNoSite.jsp
first commit
04-21
insp.jsp
first commit
04-21
webCommonFooter.jsp
first commit
04-21
webCommonHeader.jsp
first commit
04-21
webCommonLeftMenu.jsp
first commit
04-21
webCommonNaviWrap.jsp
first commit
04-21
webCommonNaviWrapAjax.jsp
first commit
04-21
webCommonSmsMenu.jsp
first commit
04-21
webContentResearch.jsp
first commit
04-21
webLayout.jsp
first commit
04-21
webSatisCommonFooter.jsp
first commit
04-21
webSatisCommonFooter_20201105.jsp
first commit
04-21
hehihoho3@gmail.com 04-21 bfbbc99 first commit UNIX
Raw Open in browser Change history
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <script type="text/javaScript" language="javascript" defer="defer"> function footerSiteLinkPageGo (){ var site = $('#footerSite').val(); if(site == ""){ alert("사이트를 선택해 주세요") }else{ window.open(site); } } function footerSiteLinkPageTwoGo (){ var site = $('#footerSiteTwo').val(); if(site == ""){ alert("사이트를 선택해 주세요") }else{ window.open(site); } } </script> <footer id="footer" class="footer"> <div class="footer_top"> <div class="inner table"> <ul class="table_cell"> <li class="about"><a href="http://iten.co.kr/" target="_blank" rel="nosublink">회사소개</a></li> <li class="SortLine"><a href="/web/cop/bbs/TermsList.do?menuNm=02&termsMastNo=2023" rel="nosublink">이용약관</a></li> <li class="SortLine"><a href="/web/cop/bbs/TermsList.do?menuNm=03&termsMastNo=2024" rel="nosublink">개인정보처리방침</a></li> <li class="SortLine"><a href="/web/cop/bbs/TermsList.do?menuNm=04&termsMastNo=2024" rel="nosublink">불법스팸방지정책</a></li> </ul> </div> </div> <div class="footer_body"> <div class="inner table"> <div class="table_cell"> <a href="/" class="footer_logo" rel="nosublink"><img src="/publish/images/CI_white.png" alt="문자온 CI"></a> <div class="footer_info"> <p>주소 : (12248) 경기도 남양주시 다산순환로 20, A동 735호(다산동, 현대프리미어캠퍼스) | 기업명 : 주식회사 아이티앤</p> <p class="info_te">사업자번호 : 653-87-00858 | 대표 : 유인식 | 특수한 유형의 부가통신사업자 등록번호 : 제3-01-21-0054호 | <br>통신판매등록번호 : 제2021-다산-0422호</p> <p>Copyright 2022 ⓒ MUNJAON co. Ltd, All rights reserved.</p> </div> <dl class="footer_service_center"> <dt>고객센터</dt> <dd> <p>1551-8011</p> <span>E-mail : help@iten.co.kr</span> </dd> </dl> <img class="footer_mark" src="https://yeorcqadlpopsmgaoudu.supabase.co/storage/v1/object/public/certification/mark/6c10adc8-cf0c-474a-bcd9-5099a08612fd/61914a62-6ab1-4c4d-b2dd-88f0410234ed-2024-11-13T07:34:43.940Z" alt="대량문자 전송자격인증 마크" onclick="(function(){window.open('https://cleanspam.or.kr/ci/138','_blank','width=800, height=1151, toolbar=no, menubar=no, scrollbars=no, resizable=no')})()" /> </div> </div> </div> </footer><!--// footer 영역 --> <!-- 네이버 공통 스크립트 , 모든 페이지에 노출되도록 설치. 단 전환페이지 설정값보다 항상 하단에 위치해야함 --> <script type="text/javascript" src="//wcs.naver.net/wcslog.js"> </script> <script type="text/javascript"> if (!wcs_add) var wcs_add={}; wcs_add["wa"] = "s_1d413f411488"; if (!_nasa) var _nasa={}; if(window.wcs){ wcs.inflow(); wcs_do(_nasa); } </script> <!-- 미래아이엔씨 공통 스크립트 코드 : Mirae Script Ver 2.0 --> <script async="true" src="//log1.toup.net/mirae_log_chat_common.js?adkey=rmuch" charset="UTF-8"></script> <!-- Mirae Script END Ver 2.0 --> <!-- 에이스카운터 공통 스크립트 : AceCounter Log Gathering Script V.8.0.2019080601 --> <script language='javascript'> var _AceGID=(function(){var Inf=['gtc19.acecounter.com','8080','BS1A46164294118','AW','0','NaPm,Ncisy','ALL','0']; var _CI=(!_AceGID)?[]:_AceGID.val;var _N=0;var _T=new Image(0,0);if(_CI.join('.').indexOf(Inf[3])<0){ _T.src ="https://"+Inf[0]+'/?cookie'; _CI.push(Inf); _N=_CI.length; } return {o: _N,val:_CI}; })(); var _AceCounter=(function(){var G=_AceGID;var _sc=document.createElement('script');var _sm=document.getElementsByTagName('script')[0];if(G.o!=0){var _A=G.val[G.o-1];var _G=(_A[0]).substr(0,_A[0].indexOf('.'));var _C=(_A[7]!='0')?(_A[2]):_A[3];var _U=(_A[5]).replace(/\,/g,'_');_sc.src='https:'+'//cr.acecounter.com/Web/AceCounter_'+_C+'.js?gc='+_A[2]+'&py='+_A[4]+'&gd='+_G+'&gp='+_A[1]+'&up='+_U+'&rd='+(new Date().getTime());_sm.parentNode.insertBefore(_sc,_sm);return _sc.src;}})(); </script> <!-- AceCounter Log Gathering Script End -->

          
        
    
    
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