feat : jsp context path 경로 수정

This commit is contained in:
hylee 2023-07-07 09:39:01 +09:00
parent 2d177dc1c8
commit 581eb84204
15 changed files with 43 additions and 42 deletions

View File

@ -91,7 +91,7 @@
var data = new FormData(prohibitForm);
$.ajax({
type: "POST",
url: "/offedu/uss/ion/cnf/prohiCheckAjax.do",
url: "<c:url value='/uss/ion/cnf/prohiCheckAjax.do' />",
async:false,
data: data,
dataType:'json',
@ -142,7 +142,7 @@
var data = new FormData(prohibitForm);
$.ajax({
type: "POST",
url: "/offedu/uss/ion/cnf/prohiCheckAjax.do",
url:"<c:url value='/uss/ion/cnf/prohiCheckAjax.do' />",
async:false,
data: data,
dataType:'json',

View File

@ -290,7 +290,7 @@ function bbsExcelDownload(){
<c:out value="${result.nttSj}" />
<c:if test="${brdMstrVO.openYn == 'Y'}">
<c:if test="${result.secretAt == 'Y'}">
<img src="/offedu/img/post/bo_lock.png">
<img src="<c:url value='/img/post/bo_lock.png' />">
</c:if>
</c:if>
</a>
@ -298,7 +298,7 @@ function bbsExcelDownload(){
<c:if test="${brdMstrVO.fileAtchPosblAt == 'Y'}">
<td>
<c:if test="${result.atchFileCnt > 0}">
<img src="/offedu/img/post/atch_file.png">
<img src="<c:url value='/img/post/atch_file.png' />">
</c:if>
</td>
</c:if>
@ -339,11 +339,11 @@ function bbsExcelDownload(){
<td>
<c:if test="${result.replyLc!=0}">
<c:forEach begin="0" end="${result.replyLc}" step="1"> &nbsp;</c:forEach>
<img src="/offedu/img/post/re_ico.png">
<img src="<c:url value='/img/post/re_ico.png' />">
</c:if>
<c:if test="${brdMstrVO.openYn == 'Y'}">
<c:if test="${result.secretAt == 'Y'}">
<img src="/offedu/img/post/bo_lock.png">
<img src="<c:url value='/img/post/bo_lock.png' />">
</c:if>
</c:if>
<a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');">
@ -359,7 +359,7 @@ function bbsExcelDownload(){
<c:if test="${brdMstrVO.fileAtchPosblAt == 'Y'}">
<td>
<c:if test="${result.atchFileCnt > 0}">
<img src="/offedu/img/post/atch_file.png">
<img src="<c:url value='/img/post/atch_file.png' />">
</c:if>
</td>
</c:if>

View File

@ -55,7 +55,7 @@
</div> --%>
<div class="cmmt_tit2">
<img src="/offedu/kccadrPb/adm/image/icon_comment.png" alt="댓글 아이콘">
<img src="<c:url value='/kccadrPb/adm/image/icon_comment.png' />" alt="댓글 아이콘">
<p>댓글 <span><c:out value="${resultCnt}" /></span>개</p>
</div>
<%-- <ul class="fbList">

View File

@ -41,7 +41,7 @@
$.ajax({
method : "GET",
url : "/offedu/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctRegCodeAjax.do",
url:"<c:url value='/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctRegCodeAjax.do' />",
async : false,
data : {
"codeDc" : pram

View File

@ -83,7 +83,7 @@ function ckeditorPriview() { //미리보기
var vFrom = document.cntManageVO;
vFrom.target = 'ckeditorPriview';
vFrom.method ="post";
vFrom.action = "/offedu/web/ckeditorPriview.do";
vFrom.action = "<c:url value='/web/ckeditorPriview.do' />";
vFrom.submit();
}

View File

@ -112,8 +112,9 @@ var _searchYear = "${boardVO.searchYear}";
<div class="cont_tit">
<h2>${brdMstrVO.bbsNm}</h2>
<div class="sns_go">
<button type="button" title="새창열림"><img src="/offedu/visitEdu/usr/publish/images/content/facebook_icon.png" alt="페이스북 바로가기"></button>
<button type="button" title="새창열림"><img src="/offedu/visitEdu/usr/publish/images/content/twitter_icon.png" alt="트위터 바로가기"></button>
c:url value='/web/ckeditorPriview.do' />
<button type="button" title="새창열림"><img src="<c:url value='/visitEdu/usr/publish/images/content/facebook_icon.png' />" alt="페이스북 바로가기"></button>
<button type="button" title="새창열림"><img src="<c:url value='/visitEdu/usr/publish/images/content/twitter_icon.png' />" alt="트위터 바로가기"></button>
</div>
</div>
@ -259,7 +260,7 @@ var _searchYear = "${boardVO.searchYear}";
<c:if test="${brdMstrVO.fileAtchPosblAt == 'Y'}"> <!-- 첨부파일 -->
<td>
<c:if test="${result.atchFileCnt > 0}">
<img src="/offedu/visitEdu/usr/publish/images/content/file_img.png" alt="첨부파일 있음">
<img src="<c:url value='/visitEdu/usr/publish/images/content/file_img.png'/>" alt="첨부파일 있음">
</c:if>
</td>
</c:if>
@ -306,7 +307,7 @@ var _searchYear = "${boardVO.searchYear}";
<c:if test="${brdMstrVO.fileAtchPosblAt == 'Y'}"> <!-- 첨부파일 -->
<td>
<c:if test="${result.atchFileCnt > 0}">
<img src="/offedu/visitEdu/usr/publish/images/content/file_img.png" alt="첨부파일 있음">
<img src="<c:url value='/visitEdu/usr/publish/images/content/file_img.png'/>" alt="첨부파일 있음">
</c:if>
</td>
</c:if>
@ -360,7 +361,7 @@ var _searchYear = "${boardVO.searchYear}";
<span>첨부</span>
<span>
<c:if test="${result.atchFileCnt > 0}">
<img src="/offedu/visitEdu/usr/publish/images/content/file_img.png" alt="첨부파일 있음">
<img src="<c:url value='/visitEdu/usr/publish/images/content/file_img.png'/>" alt="첨부파일 있음">
</c:if>
</span>
</li>
@ -422,7 +423,7 @@ var _searchYear = "${boardVO.searchYear}";
<li>
<c:if test="${result.atchFileCnt > 0}">
<span>첨부</span>
<span><img src="/offedu/visitEdu/usr/publish/images/content/file_img.png" alt="첨부파일 있음"></span>
<span><img src="<c:url value='/visitEdu/usr/publish/images/content/file_img.png'/>" alt="첨부파일 있음"></span>
</c:if>
</li>
</c:if>

View File

@ -186,7 +186,7 @@ function instrChk(){
<p class="txt2">찾아가는 저작권 교육!</p>
<span>편리하고 안전한 저작권 이용환경 조성을 통해<br> 올바른 저작권 문화 구축에 앞장서겠습니다.</span>
<!-- <button type="button">교육과정 안내</button> -->
<button type="button" onclick="location.href='/offedu/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.do'">교육신청 등록</button>
<button type="button" onclick="location.href='<c:url value="/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.do"/>'">교육신청 등록</button>
</div>
</div>
</c:forEach>

View File

@ -107,7 +107,7 @@
$.ajax({
method : "GET",
url : "/offedu/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctRegCodeAjax.do",
url : "<c:url value='/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctRegCodeAjax.do' />",
async : false,
data : {
"codeDc" : pram
@ -704,7 +704,7 @@
<div class="time_wrap time_select_wrap">
<fmt:parseDate value="${list.strtTm}" var="strtTm" pattern="kkmm"/>
<input type="text" value="<fmt:formatDate value="${strtTm}" pattern="kk:mm"/>" class="time" name="strtTm" title="시작 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="시작 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="시작 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -764,7 +764,7 @@
<div class="time_wrap time_select_wrap">
<fmt:parseDate value="${list.endTm}" var="endTm" pattern="kkmm"/>
<input type="text" value="<fmt:formatDate value="${endTm}" pattern="kk:mm"/>" class="time" name="endTm" title="종료 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="종료 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="종료 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -846,7 +846,7 @@
<div class="table_time_wrap">
<div class="time_wrap time_select_wrap">
<input type="text" class="time" name="strtTm" title="시작 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="시작 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="시작 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -905,7 +905,7 @@
</div>
<div class="time_wrap time_select_wrap">
<input type="text" class="time" name="endTm" title="종료 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="종료 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="종료 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -977,7 +977,7 @@
</c:choose>
</tbody>
</table>
<script src="/offedu/visitEdu/usr/publish/script/duetdatepicker2.js"></script>
<script src="<c:url value='/visitEdu/usr/publish/script/duetdatepicker2.js' />"></script>
</div>

View File

@ -299,8 +299,8 @@
"<!DOCTYPE html>"+
"<html>"+
"<head>"+
"<link rel='stylesheet' href='/offedu/visitEdu/usr/publish/css/popup.css'>"+
"<script src='/offedu/visitEdu/usr/publish/script/jquery-3.5.0.js'><\/script>"+
"<link rel='stylesheet' href='<c:url value='/visitEdu/usr/publish/css/popup.css'/>'>"+
"<script src='<c:url value='/visitEdu/usr/publish/script/jquery-3.5.0.js'/>'><\/script>"+
"<style>"+
"</style>"+
"<script>"+

View File

@ -58,8 +58,8 @@
"<!DOCTYPE html>"+
"<html>"+
"<head>"+
"<link rel='stylesheet' href='/offedu/visitEdu/usr/publish/css/popup.css'>"+
"<script src='/offedu/visitEdu/usr/publish/script/jquery-3.5.0.js'><\/script>"+
"<link rel='stylesheet' href='<c:url value='/visitEdu/usr/publish/css/popup.css'/>'>"+
"<script src='<c:url value='/visitEdu/usr/publish/script/jquery-3.5.0.js'/>'><\/script>"+
"<style>"+

View File

@ -920,7 +920,7 @@
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="시작 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="시작 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -982,7 +982,7 @@
<fmt:formatDate value="${endTm}" var="endTt" pattern="kk" />
<fmt:formatDate value="${endTm}" var="endMm" pattern="mm"/>
<input type="text" value="<fmt:formatDate value="${endTm}" pattern="kk:mm"/>" class="time" name="endTm" title="종료 시간">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="종료 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="종료 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -1070,7 +1070,7 @@
<div class="table_time_wrap">
<div class="time_wrap time_select_wrap">
<input type="text" class="time" name="strtTm" title="시작 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="시작 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="시작 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -1129,7 +1129,7 @@
</div>
<div class="time_wrap time_select_wrap">
<input type="text" class="time" name="endTm" title="종료 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="종료 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="종료 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -1207,7 +1207,7 @@
</c:choose>
</tbody>
</table>
<script src="/offedu/visitEdu/usr/publish/script/duetdatepicker2.js"></script>
<script src="<c:url value='/visitEdu/usr/publish/script/duetdatepicker2.js' /> "></script>
</div>
<%-- 등록일 경우에만 노출 --%>

View File

@ -968,7 +968,7 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
<input type="text" value="<fmt:formatDate value="${strtTm}" pattern="kk:mm"/>" class="time" name="strtTm" title="시작 시간">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="시작 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="시작 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -1030,7 +1030,7 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
<fmt:formatDate value="${endTm}" var="endTt" pattern="kk" />
<fmt:formatDate value="${endTm}" var="endMm" pattern="mm"/>
<input type="text" value="<fmt:formatDate value="${endTm}" pattern="kk:mm"/>" class="time" name="endTm" title="종료 시간">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="종료 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="종료 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -1110,7 +1110,7 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
<div class="table_time_wrap">
<div class="time_wrap time_select_wrap">
<input type="text" class="time" name="strtTm" title="시작 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="시작 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="시작 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -1169,7 +1169,7 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
</div>
<div class="time_wrap time_select_wrap">
<input type="text" class="time" name="endTm" title="종료 시간 입력">
<button type="button" title="팝업 열림" class="time_set_btn"><img src="/offedu/visitEdu/usr/publish/images/content/timeIcon.png" alt="종료 시간 선택"></button>
<button type="button" title="팝업 열림" class="time_set_btn"><img src="<c:url value='/visitEdu/usr/publish/images/content/timeIcon.png'/>" alt="종료 시간 선택"></button>
<div class="time_layer">
<div class="time_top">
<p>시간 선택</p>
@ -1247,7 +1247,7 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
</c:choose>
</tbody>
</table>
<script src="/offedu/visitEdu/usr/publish/script/duetdatepicker2.js"></script>
<script src="<c:url value='/visitEdu/usr/publish/script/duetdatepicker2.js' /> "></script>
</div>
<%-- 등록일 경우에만 노출 --%>

View File

@ -261,8 +261,8 @@
"<!DOCTYPE html>"+
"<html>"+
"<head>"+
"<link rel='stylesheet' href='/offedu/visitEdu/usr/publish/css/popup.css'>"+
"<script src='/offedu/visitEdu/usr/publish/script/jquery-3.5.0.js'><\/script>"+
"<link rel='stylesheet' href='<c:url value='/visitEdu/usr/publish/css/popup.css'/>'>"+
"<script src='<c:url value='/visitEdu/usr/publish/script/jquery-3.5.0.js'/>'><\/script>"+
"<style>"+

View File

@ -104,7 +104,7 @@
$.ajax({
type: "POST",
url: "/offedu/uss/ion/fms/fmsfileDeleteAjax.do",
url: "<c:url value='/uss/ion/fms/fmsfileDeleteAjax.do' />",
data:{ "atchFileId" : itemId , "fileSn" : fileSn},
dataType:'json',
cache: false,

View File

@ -57,8 +57,8 @@
var popupWindow = window.open("", "_blank", "width=800,height=800")
popupWindow.document.write("<!DOCTYPE html>");
popupWindow.document.write("<html><head>");
popupWindow.document.write("<link rel='stylesheet' href='/offedu/visitEdu/usr/publish/css/popup.css'>");
popupWindow.document.write("<script src='/offedu/visitEdu/usr/publish/script/jquery-3.5.0.js'><\/script>");
popupWindow.document.write("<link rel='stylesheet' href='<c:url value='/visitEdu/usr/publish/css/popup.css' />'>");
popupWindow.document.write("<script src='<c:url value='/visitEdu/usr/publish/script/jquery-3.5.0.js' />'><\/script>");
popupWindow.document.write("<style></style>");
popupWindow.document.write("<script>");
popupWindow.document.write("$( document ).ready( function() {");