Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
c31e43ab89
@ -737,8 +737,9 @@ public class FndtnEnhanceTrnController {
|
|||||||
if (loginVO == null || ssoLoginVO == null) {
|
if (loginVO == null || ssoLoginVO == null) {
|
||||||
//이전 url 처리(beforeSiteUrl)_이준호_220228추가
|
//이전 url 처리(beforeSiteUrl)_이준호_220228추가
|
||||||
return checkLoginUtil.getUserLoginPage(model, request); //로그인 정보가 없으면 로그인 페이지로 이동한다.
|
return checkLoginUtil.getUserLoginPage(model, request); //로그인 정보가 없으면 로그인 페이지로 이동한다.
|
||||||
|
}else {
|
||||||
|
vEPrcsDetailVO.setUserId(loginVO.getUniqId());
|
||||||
}
|
}
|
||||||
|
|
||||||
return "/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop";
|
return "/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -258,8 +258,7 @@ public class VeSendMail {
|
|||||||
* 청소년 성인 체험교실도 Cn 데이터 확인후 조건문 추가
|
* 청소년 성인 체험교실도 Cn 데이터 확인후 조건문 추가
|
||||||
* AnotaionSchedule 211 라인 참조
|
* AnotaionSchedule 211 라인 참조
|
||||||
* */
|
* */
|
||||||
if("A".equals(sndFlag) // A -> 기반강화
|
if("B".equals(sndFlag) // B -> 기소유예
|
||||||
|| "B".equals(sndFlag) // B -> 기소유예
|
|
||||||
|| "C".equals(sndFlag) // C -> 찾교청소년
|
|| "C".equals(sndFlag) // C -> 찾교청소년
|
||||||
|| "G".equals(sndFlag) // G -> 체험교실
|
|| "G".equals(sndFlag) // G -> 체험교실
|
||||||
) {
|
) {
|
||||||
@ -286,6 +285,18 @@ public class VeSendMail {
|
|||||||
.replace("[[_Content_]]", "안녕하세요. 저작권배움터 찾아가는 교육 담당자 입니다.<br>"+Cn)
|
.replace("[[_Content_]]", "안녕하세요. 저작권배움터 찾아가는 교육 담당자 입니다.<br>"+Cn)
|
||||||
;
|
;
|
||||||
Cn = emailContent;
|
Cn = emailContent;
|
||||||
|
}else if("A".equals(sndFlag)){ // A -> 실무역량강화 . 템플릿 변경
|
||||||
|
|
||||||
|
String emailContent = "";
|
||||||
|
|
||||||
|
emailContent = this.getTemplate()
|
||||||
|
.replace("[[_Name_]] 드림", "")
|
||||||
|
.replace("[[_Phone_]]", phone)
|
||||||
|
.replace("[[_Phone_tel_]]", phone)
|
||||||
|
.replace("[[_Email_]]", email)
|
||||||
|
.replace("[[_Content_]]", "안녕하세요. 저작권배움터 실무역량강화 담당자 입니다.<br>"+Cn)
|
||||||
|
;
|
||||||
|
Cn = emailContent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -376,7 +376,7 @@
|
|||||||
try{
|
try{
|
||||||
sendSms(
|
sendSms(
|
||||||
returnData.vEInstrDetailVOList[i].phone,
|
returnData.vEInstrDetailVOList[i].phone,
|
||||||
"안녕하세요 교육운영팀입니다. 아래 교육이 확정되었으니, 자세한 사항은 시스템(저작권 배움터)을 통하여 확인하시어 일정에 차질이 없도록 준비 부탁드립니다."+
|
"아래 교육이 확정되었으니, 자세한 사항은 시스템(저작권 배움터)을 통하여 확인하시어 일정에 차질이 없도록 준비 부탁드립니다."+
|
||||||
"\n일시 : "+ hopeDt + " " + strtTm + " ~ " + endTm +
|
"\n일시 : "+ hopeDt + " " + strtTm + " ~ " + endTm +
|
||||||
"\n기관 : "+ insttNm,
|
"\n기관 : "+ insttNm,
|
||||||
returnData.vEInstrDetailVOList[i].eduAplctOrd,
|
returnData.vEInstrDetailVOList[i].eduAplctOrd,
|
||||||
@ -386,7 +386,7 @@
|
|||||||
);
|
);
|
||||||
sendEmail(
|
sendEmail(
|
||||||
returnData.vEInstrDetailVOList[i].email,
|
returnData.vEInstrDetailVOList[i].email,
|
||||||
"안녕하세요 교육운영팀입니다. 아래 교육이 확정되었으니, 자세한 사항은 시스템(저작권 배움터)을 통하여 확인하시어 일정에 차질이 없도록 준비 부탁드립니다."+
|
"아래 교육이 확정되었으니, 자세한 사항은 시스템(저작권 배움터)을 통하여 확인하시어 일정에 차질이 없도록 준비 부탁드립니다."+
|
||||||
"\n일시 : "+ hopeDt + " " + strtTm + " ~ " + endTm +
|
"\n일시 : "+ hopeDt + " " + strtTm + " ~ " + endTm +
|
||||||
"\n기관 : "+ insttNm,
|
"\n기관 : "+ insttNm,
|
||||||
returnData.vEInstrDetailVOList[i].eduAplctOrd,
|
returnData.vEInstrDetailVOList[i].eduAplctOrd,
|
||||||
|
|||||||
@ -238,8 +238,19 @@
|
|||||||
</form:form>
|
</form:form>
|
||||||
<!-- //cont -->
|
<!-- //cont -->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
@ -250,40 +261,22 @@
|
|||||||
){
|
){
|
||||||
|
|
||||||
var v_userId = $('#userId').val();
|
var v_userId = $('#userId').val();
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
|
|
||||||
//alert('/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [jsonsample_red_2.json]');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd','/rexport [5]');
|
|
||||||
//viewer.openFile('sample.mrd','/rfn [sample.txt]');
|
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/adultVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
}else{ //개발
|
||||||
//viewer.openFile('sample.mrd');p_prcsAplctPrdOrd, p_eduAplctOrd
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rfn [adult_instr_20231102.json]');
|
viewer.hideToolbarItem(["save"]);
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+('#p_instrId').val()+']');
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
//viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
}
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
|
||||||
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service',
|
|
||||||
'crownix-viewer');
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd');
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
window.onload = function(){
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service');
|
|
||||||
viewer.openFile('json_subject.mrd', '/rfn [jsonsample_red_2.json]');
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -349,15 +349,26 @@
|
|||||||
|
|
||||||
</form:form>
|
</form:form>
|
||||||
|
|
||||||
|
<!-- <script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
//function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
//function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
||||||
function fncCmpltCrtfc(){
|
function fncCmpltCrtfc(){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
var userIdList = [];
|
var userIdList = [];
|
||||||
|
|
||||||
// "chk" 이름을 가진 체크박스가 체크된 항목들을 순회
|
// "chk" 이름을 가진 체크박스가 체크된 항목들을 순회
|
||||||
@ -375,13 +386,24 @@
|
|||||||
// var v_searcDivCd = $('#searcDivCd').val();
|
// var v_searcDivCd = $('#searcDivCd').val();
|
||||||
// var v_searchKeyword = $('#searchKeyword').val();
|
// var v_searchKeyword = $('#searchKeyword').val();
|
||||||
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
/* var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
|
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
|
||||||
viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']');
|
viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']'); */
|
||||||
//viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']');
|
|
||||||
|
|
||||||
|
//운영 or 개발 서버 구분
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
|
viewer.hideToolbarItem(["save"]);
|
||||||
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('adult_instrs_20231107.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']');
|
||||||
|
}else{ //개발
|
||||||
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
|
viewer.hideToolbarItem(["save"]);
|
||||||
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@ -865,24 +865,37 @@
|
|||||||
</form:form>
|
</form:form>
|
||||||
<!-- //cont -->
|
<!-- //cont -->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
}else{ //개발
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -884,24 +884,38 @@
|
|||||||
</form:form>
|
</form:form>
|
||||||
<!-- //cont -->
|
<!-- //cont -->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
|
||||||
|
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
}else{ //개발
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>교육과정관리</title>
|
<title>교육과정관리</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<script src="${pageContext.request.contextPath}/js/ve/sendSmsEmailUtil.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
|
||||||
@ -228,7 +229,48 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function chkSnd(type){
|
||||||
|
var chkLen = $(detailForm).find("input[name=chk]:checked").length;
|
||||||
|
|
||||||
|
if(chkLen == 0){
|
||||||
|
alert("선택된 항목이 없습니다.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if(type == 'sms')
|
||||||
|
{
|
||||||
|
$('input:checkbox[name="chk"]:checked').each(function() {
|
||||||
|
|
||||||
|
if(type == "sms"){
|
||||||
|
sendSms(
|
||||||
|
$(this).data('clphone'),
|
||||||
|
$("#smsMsg").val(),
|
||||||
|
$(this).val(),
|
||||||
|
$(this).data('userid'),
|
||||||
|
"A",
|
||||||
|
"N"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
|
}
|
||||||
|
else if(type == 'email')
|
||||||
|
{
|
||||||
|
$('input:checkbox[name="chk"]:checked').each(function() {
|
||||||
|
|
||||||
|
sendEmail(
|
||||||
|
$(this).data('email'),
|
||||||
|
$("#smsEmail").val(),
|
||||||
|
$(this).val(),
|
||||||
|
$(this).data('userid'),
|
||||||
|
"A", // 기반강화
|
||||||
|
"N"
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
alert("발송되었습니다.");
|
||||||
|
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -518,7 +560,8 @@
|
|||||||
<c:forEach var="list" items="${listPrcsAplct}" varStatus="status">
|
<c:forEach var="list" items="${listPrcsAplct}" varStatus="status">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<input name="chk" class="${list.asgnmAprvlCd}"
|
<input name="chk" class="${list.asgnmAprvlCd}" data-email="<c:out value='${list.email}' />"
|
||||||
|
data-userid="<c:out value='${list.userId}' />" data-clphone="<c:out value='${list.phone}' />"
|
||||||
value="${list.eduAplctOrd}" title="Check" type="checkbox"/>
|
value="${list.eduAplctOrd}" title="Check" type="checkbox"/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -588,6 +631,46 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<!-- //list_상세 -->
|
<!-- //list_상세 -->
|
||||||
|
|
||||||
|
<div class="tb_tit01">
|
||||||
|
<p>교육신청자 알림정보</p>
|
||||||
|
</div>
|
||||||
|
<div class="tb_type02">
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 210px;">
|
||||||
|
<col style="width: auto;">
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>SMS 내용</p>
|
||||||
|
</th>
|
||||||
|
<td class="tb_alram">
|
||||||
|
<div>
|
||||||
|
<textarea id="smsMsg"></textarea>
|
||||||
|
<button type="button" class="btn_type08" onclick="chkSnd('sms');return false;">SMS 발송</button>
|
||||||
|
</div>
|
||||||
|
<!-- <p><span id="byteSms">0</span>/90 byte</p> -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>이메일 답변 내용</p>
|
||||||
|
</th>
|
||||||
|
<td class="tb_alram">
|
||||||
|
<div>
|
||||||
|
<textarea id="smsEmail" onkeyup="countBytes(this ,1000 ,$('#byteEmail')[0])"></textarea>
|
||||||
|
<button type="button" class="btn_type08" onclick="chkSnd('email');return false;">이메일 발송</button>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<p><span id="byteEmail">0</span>/1000 byte</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- //list_상세 -->
|
||||||
<!-- btn_wrap -->
|
<!-- btn_wrap -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
|
|||||||
@ -603,14 +603,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(isLocal == 'real'){ //운영
|
if(isLocal == 'real'){ //운영
|
||||||
var viewer = new m2soft.crownix.Viewer('http://101.79.81.151/ReportingServer/service');
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.openFile('tnrg_rslts_240117.mrd', '/rf [http://101.79.81.151/offedu/ve/aplct/tngrVisitEdu/eduAplct/tngrRsltRprtListAjax.do?rsltList='+rsltList+']');
|
viewer.openFile('tnrg_rslts_240117.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/tngrVisitEdu/eduAplct/tngrRsltRprtListAjax.do?rsltList='+rsltList+']');
|
||||||
}else{ //개발
|
}else{ //개발
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
/* viewer.openFile('tnrg_rslts_240117.mrd', '/rf [http://192.168.0.12:8086/offedu/ve/aplct/tngrVisitEdu/eduAplct/tngrRsltRprtListAjax.do?rsltList='+rsltList+']'); */
|
/* viewer.openFile('tnrg_rslts_240117.mrd', '/rf [http://192.168.0.12:8086/offedu/ve/aplct/tngrVisitEdu/eduAplct/tngrRsltRprtListAjax.do?rsltList='+rsltList+']'); */
|
||||||
viewer.openFile('tnrg_rslts_240117.mrd', '/rf [http://192.168.0.12:8086/offedu/ve/aplct/tngrVisitEdu/eduAplct/tngrRsltRprtListAjax.do?rsltList='+rsltList+']');
|
viewer.openFile('tnrg_rslts_240117.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/tngrRsltRprtListAjax.do?rsltList='+rsltList+']');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -238,8 +238,19 @@
|
|||||||
</form:form>
|
</form:form>
|
||||||
<!-- //cont -->
|
<!-- //cont -->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
@ -248,42 +259,24 @@
|
|||||||
function fncCmpltCrtfc(
|
function fncCmpltCrtfc(
|
||||||
p_instrDetailActvtHstryOrd
|
p_instrDetailActvtHstryOrd
|
||||||
){
|
){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
var v_userId = $('#userId').val();
|
var v_userId = $('#userId').val();
|
||||||
|
|
||||||
//alert('/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
|
||||||
|
|
||||||
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
if(isLocal == 'real'){ //운영
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [jsonsample_red_2.json]');
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd','/rexport [5]');
|
viewer.hideToolbarItem(["save"]);
|
||||||
//viewer.openFile('sample.mrd','/rfn [sample.txt]');
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
|
}else{ //개발
|
||||||
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
|
||||||
//viewer.openFile('sample.mrd');p_prcsAplctPrdOrd, p_eduAplctOrd
|
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rfn [adult_instr_20231102.json]');
|
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+('#p_instrId').val()+']');
|
|
||||||
//viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
|
||||||
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service',
|
|
||||||
'crownix-viewer');
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd');
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
window.onload = function(){
|
}
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service');
|
|
||||||
viewer.openFile('json_subject.mrd', '/rfn [jsonsample_red_2.json]');
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -993,29 +993,40 @@
|
|||||||
</form:form>
|
</form:form>
|
||||||
<!-- //cont -->
|
<!-- //cont -->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
//function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
//function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
||||||
function fncCmpltCrtfc(){
|
function fncCmpltCrtfc(){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
var v_userId = $('#userId').val();
|
var v_userId = $('#userId').val();
|
||||||
|
|
||||||
//alert('/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
|
||||||
|
|
||||||
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
|
||||||
|
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
}else{ //개발
|
||||||
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://192.168.0.59:2080/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
|
viewer.hideToolbarItem(["save"]);
|
||||||
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -289,7 +289,6 @@ function instrChk(){
|
|||||||
<div class="notice content_wrap">
|
<div class="notice content_wrap">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h3>공지사항</h3>
|
<h3>공지사항</h3>
|
||||||
<a href="<c:url value='/web/cop/bbsWeb/selectBoardList.do?bbsId=BBSMSTR_000000000653'/>" class="btn_plus">더보기</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ul class="notice_list">
|
<ul class="notice_list">
|
||||||
@ -344,14 +343,13 @@ function instrChk(){
|
|||||||
-->
|
-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="<c:url value='/web/cop/bbsWeb/selectBoardList.do?bbsId=BBSMSTR_000000000653'/>" class="btn_plus">더보기</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 교육자료실 -->
|
<!-- 교육자료실 -->
|
||||||
<div class="data_notice content_wrap">
|
<div class="data_notice content_wrap">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h3>자료실</h3>
|
<h3>자료실</h3>
|
||||||
<!-- <a href="#none" class="btn_plus">더보기</a> -->
|
|
||||||
<a href="<c:url value='/web/cop/bbs/selectDataBoardList.do'/>" class="btn_plus">더보기</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ul class="notice_list">
|
<ul class="notice_list">
|
||||||
@ -392,6 +390,7 @@ function instrChk(){
|
|||||||
-->
|
-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="<c:url value='/web/cop/bbs/selectDataBoardList.do'/>" class="btn_plus">더보기</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 알림판 -->
|
<!-- 알림판 -->
|
||||||
|
|||||||
@ -732,25 +732,39 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
//function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
//function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
||||||
function fncCmpltCrtfc(){
|
function fncCmpltCrtfc(){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
var v_userId = $('#p_instrId').val();
|
var v_userId = $('#p_instrId').val();
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
|
||||||
|
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
|
viewer.hideToolbarItem(["save"]);
|
||||||
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.openFile('adult_instr_20231102.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+v_userId+']');
|
||||||
|
}else{ //개발
|
||||||
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rfn [adult_instr_20231102.json]');
|
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+('#p_instrId').val()+']');
|
|
||||||
viewer.openFile('adult_instr_20231102.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+v_userId+']');
|
viewer.openFile('adult_instr_20231102.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+v_userId+']');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -186,7 +186,7 @@
|
|||||||
try{
|
try{
|
||||||
sendEmail(
|
sendEmail(
|
||||||
emailAll,
|
emailAll,
|
||||||
"안녕하세요. 저작권배움터 찾아가는 교육 담당자입니다.\n교육신청 건이 정상적으로 접수되었습니다.\n신청하신 교육과 관련해서 특이사항 발생 시 회원가입하신 저작권 배움터 시스템을 통하여 알려드리겠습니다.\n감사합니다.",
|
"교육신청 건이 정상적으로 접수되었습니다.\n신청하신 교육과 관련해서 특이사항 발생 시 회원가입하신 저작권 배움터 시스템을 통하여 알려드리겠습니다.",
|
||||||
returnData.VO.eduAplctOrd,
|
returnData.VO.eduAplctOrd,
|
||||||
'<c:out value="${modelVO.userId}" />',
|
'<c:out value="${modelVO.userId}" />',
|
||||||
"S",
|
"S",
|
||||||
@ -1136,7 +1136,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<div class="tb_tit01">
|
<div class="tb_tit01">
|
||||||
<div class="tb_tit01_left">
|
<div class="tb_tit01_left">
|
||||||
<span class="cf_text"><br/>※ 교육희망일외 교육일자 추가시 추가 등록 바랍니다.</span>
|
<span class="cf_text"><br/>※ 교육희망일외 교육일자 추가시 재신청 바랍니다.</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="<c:url value='/visitEdu/usr/publish/script/duetdatepicker2.js' />"></script>
|
<script src="<c:url value='/visitEdu/usr/publish/script/duetdatepicker2.js' />"></script>
|
||||||
|
|||||||
@ -577,32 +577,40 @@ $(document).ready(function(){
|
|||||||
</form>
|
</form>
|
||||||
<!--// 강의만족도 결과 등록 팝업-->
|
<!--// 강의만족도 결과 등록 팝업-->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
console.log('p_eduAplctOrd : ', p_eduAplctOrd);
|
console.log('p_eduAplctOrd : ', p_eduAplctOrd);
|
||||||
console.log('p_prcsAplctPrdOrd : ', p_prcsAplctPrdOrd);
|
console.log('p_prcsAplctPrdOrd : ', p_prcsAplctPrdOrd);
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
|
||||||
|
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
|
viewer.hideToolbarItem(["save"]);
|
||||||
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.useWebFont(true);
|
||||||
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
|
}else{ //개발
|
||||||
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
|
||||||
viewer.useWebFont(true);
|
viewer.useWebFont(true);
|
||||||
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
|
||||||
/*
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.59:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']'
|
|
||||||
, {clientSidePdf: {embeddedFont: true}});
|
|
||||||
*/
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@ -601,32 +601,40 @@
|
|||||||
</form>
|
</form>
|
||||||
<!--// 강의만족도 결과 등록 팝업-->
|
<!--// 강의만족도 결과 등록 팝업-->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
console.log('p_eduAplctOrd : ', p_eduAplctOrd);
|
console.log('p_eduAplctOrd : ', p_eduAplctOrd);
|
||||||
console.log('p_prcsAplctPrdOrd : ', p_prcsAplctPrdOrd);
|
console.log('p_prcsAplctPrdOrd : ', p_prcsAplctPrdOrd);
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
|
||||||
|
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
|
viewer.hideToolbarItem(["save"]);
|
||||||
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
viewer.useWebFont(true);
|
||||||
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
|
}else{ //개발
|
||||||
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
|
|
||||||
viewer.useWebFont(true);
|
viewer.useWebFont(true);
|
||||||
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
|
||||||
/*
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.59:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']'
|
|
||||||
, {clientSidePdf: {embeddedFont: true}});
|
|
||||||
*/
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://192.168.0.59:3080/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
<un:useConstants var="VeConstants" className="kcc.ve.cmm.VeConstants" />
|
<un:useConstants var="VeConstants" className="kcc.ve.cmm.VeConstants" />
|
||||||
<title>교육신청 목록 > 성인 찾아가는 저작권 교육 > 한국저작권위원회 저작권 교육 시스템</title>
|
<title>교육신청 목록 > 성인 찾아가는 저작권 교육 > 한국저작권위원회 저작권 교육 시스템</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<script src="${pageContext.request.contextPath}/js/ve/sendSmsEmailUtil.js"></script>
|
||||||
<link rel="stylesheet" href="/offedu/visitEdu/adm/publish/css/reset.css">
|
<link rel="stylesheet" href="/offedu/visitEdu/adm/publish/css/reset.css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@ -147,6 +147,19 @@ $(document).ready(function(){
|
|||||||
success:function(returnData){
|
success:function(returnData){
|
||||||
if(returnData.result == "success"){
|
if(returnData.result == "success"){
|
||||||
alert("저장되었습니다.");
|
alert("저장되었습니다.");
|
||||||
|
|
||||||
|
try{
|
||||||
|
sendEmail(
|
||||||
|
$("#email").val(),
|
||||||
|
"교육신청 건이 정상적으로 접수되었습니다.\n신청하신 교육과 관련해서 특이사항 발생시 저작권 배움터 시스템을 통하여 알려드리겠습니다.",
|
||||||
|
'<c:out value="${vEPrcsDetailVO.prcsAplctPrdOrd}" />',
|
||||||
|
'<c:out value="${vEPrcsDetailVO.userId}" />',
|
||||||
|
"A", //실무 - A
|
||||||
|
"N"
|
||||||
|
);
|
||||||
|
}catch (e){
|
||||||
|
}
|
||||||
|
|
||||||
fncGoList();
|
fncGoList();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -770,14 +770,41 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd) {
|
function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd) {
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
var viewer = new m2soft.crownix.Viewer(
|
||||||
|
'https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
|
|
||||||
|
viewer.hideToolbarItem([ "save" ]);
|
||||||
|
//viewer.showToolbarItem(["print"]);
|
||||||
|
viewer.showToolbarItem([ "print_pdf" ]);
|
||||||
|
|
||||||
|
viewer.openFile(
|
||||||
|
'cmplt_crtfc_20231030.mrd',
|
||||||
|
'/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/sspnIdtmt/sspnIdtmtEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='
|
||||||
|
+ p_prcsAplctPrdOrd
|
||||||
|
+ '&eduAplctOrd='
|
||||||
|
+ p_eduAplctOrd + ']');
|
||||||
|
|
||||||
|
}else{ //개발
|
||||||
var viewer = new m2soft.crownix.Viewer(
|
var viewer = new m2soft.crownix.Viewer(
|
||||||
'http://119.193.215.98:8093/ReportingServer/service');
|
'http://119.193.215.98:8093/ReportingServer/service');
|
||||||
|
|
||||||
@ -792,6 +819,7 @@ $(document).ready(function(){
|
|||||||
+ '&eduAplctOrd='
|
+ '&eduAplctOrd='
|
||||||
+ p_eduAplctOrd + ']');
|
+ p_eduAplctOrd + ']');
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@ -1320,8 +1320,19 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="http://192.168.0.176:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
<link rel="stylesheet" type="text/css" href="http://192.168.0.176:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<!--
|
<!--
|
||||||
<div id="crownix-viewer" style="position:absolute; width:100%; height:100%;"></div>
|
<div id="crownix-viewer" style="position:absolute; width:100%; height:100%;"></div>
|
||||||
<script>
|
<script>
|
||||||
@ -1338,10 +1349,18 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
|
|||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
*/
|
*/
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
|
window.onload = function(){
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
|
viewer.openFile('json_subject.mrd', '/rfn [jsonsample_red_2.json]');
|
||||||
|
};
|
||||||
|
}else{ //개발
|
||||||
window.onload = function(){
|
window.onload = function(){
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service');
|
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service');
|
||||||
viewer.openFile('json_subject.mrd', '/rfn [jsonsample_red_2.json]');
|
viewer.openFile('json_subject.mrd', '/rfn [jsonsample_red_2.json]');
|
||||||
};
|
};
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -955,8 +955,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--// 서류요청 팝업-->
|
<!--// 서류요청 팝업-->
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
@ -965,40 +976,20 @@
|
|||||||
function fncCmpltCrtfc(
|
function fncCmpltCrtfc(
|
||||||
p_instrDetailActvtHstryOrd
|
p_instrDetailActvtHstryOrd
|
||||||
){
|
){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
var v_userId = $('#userId').val();
|
var v_userId = $('#userId').val();
|
||||||
|
|
||||||
//alert('/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
if(isLocal == 'real'){ //운영
|
||||||
|
|
||||||
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [jsonsample_red_2.json]');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd','/rexport [5]');
|
|
||||||
//viewer.openFile('sample.mrd','/rfn [sample.txt]');
|
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/adultVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
}else{ //개발
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
//viewer.openFile('sample.mrd');p_prcsAplctPrdOrd, p_eduAplctOrd
|
viewer.hideToolbarItem(["save"]);
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rfn [adult_instr_20231102.json]');
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+('#p_instrId').val()+']');
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
//viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
}
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
|
||||||
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service',
|
|
||||||
'crownix-viewer');
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd');
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
window.onload = function(){
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service');
|
|
||||||
viewer.openFile('json_subject.mrd', '/rfn [jsonsample_red_2.json]');
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -1195,8 +1195,19 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--// 서류요청 팝업-->
|
<!--// 서류요청 팝업-->
|
||||||
|
|
||||||
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${isLocal eq 'real'}">
|
||||||
|
<!-- <script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css"> -->
|
||||||
|
<script src="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://www.edu-copyright.or.kr/offedu/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
* 오버레이 방식
|
* 오버레이 방식
|
||||||
@ -1205,40 +1216,21 @@
|
|||||||
function fncCmpltCrtfc(
|
function fncCmpltCrtfc(
|
||||||
p_instrDetailActvtHstryOrd
|
p_instrDetailActvtHstryOrd
|
||||||
){
|
){
|
||||||
|
var isLocal = '${isLocal}';
|
||||||
var v_userId = $('#userId').val();
|
var v_userId = $('#userId').val();
|
||||||
|
|
||||||
//alert('/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
|
||||||
|
|
||||||
|
if(isLocal == 'real'){ //운영
|
||||||
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
var viewer = new m2soft.crownix.Viewer('https://www.edu-copyright.or.kr/offedu/ReportingServer/service');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [jsonsample_red_2.json]');
|
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd','/rexport [5]');
|
|
||||||
//viewer.openFile('sample.mrd','/rfn [sample.txt]');
|
|
||||||
viewer.hideToolbarItem(["save"]);
|
viewer.hideToolbarItem(["save"]);
|
||||||
viewer.showToolbarItem(["print_pdf"]);
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd');
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rfn [cmplt_crtfc_20231030.json]');
|
}else{ //개발
|
||||||
//viewer.openFile('cmplt_crtfc_20231030.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctCmpltCrtfcAjax.do?prcsAplctPrdOrd='+p_prcsAplctPrdOrd+'&eduAplctOrd='+p_eduAplctOrd+']');
|
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
|
||||||
//viewer.openFile('sample.mrd');p_prcsAplctPrdOrd, p_eduAplctOrd
|
viewer.hideToolbarItem(["save"]);
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rfn [adult_instr_20231102.json]');
|
viewer.showToolbarItem(["print_pdf"]);
|
||||||
//viewer.openFile('adult_instr_20231102.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/eduAplctDetailAjax.do?p_instrId='+('#p_instrId').val()+']');
|
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
||||||
//viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.59:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax.do?p_searchQlfctEndYn="'+v_searchQlfctEndYn+'"&p_searcDivCd="'+v_searcDivCd+'"&p_searchKeyword="'+v_searchKeyword+'"]');
|
}
|
||||||
//viewer.openFile('instr_activity_20231108.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+']');
|
|
||||||
viewer.openFile('instr_activity_20231108.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/tngrVisitEdu/eduAplct/instrActivityAjax.do?p_userId='+v_userId+'&p_instrDetailActvtHstryOrd='+p_instrDetailActvtHstryOrd+']');
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service',
|
|
||||||
'crownix-viewer');
|
|
||||||
viewer.openFile('cmplt_crtfc_20231030.mrd');
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
window.onload = function(){
|
|
||||||
var viewer = new m2soft.crownix.Viewer('http://192.168.0.176:8093/ReportingServer/service');
|
|
||||||
viewer.openFile('json_subject.mrd', '/rfn [jsonsample_red_2.json]');
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -46,13 +46,13 @@
|
|||||||
.container .main_banner_link li span{color:#ed5908;font-weight:500;}
|
.container .main_banner_link li span{color:#ed5908;font-weight:500;}
|
||||||
|
|
||||||
/* 하단콘텐츠 공통 */
|
/* 하단콘텐츠 공통 */
|
||||||
.wrap .content_wrap{width:calc((100% - 72px)/3);}
|
.wrap .content_wrap{width:calc((100% - 72px)/3); position:relative;}
|
||||||
.wrap .content_wrap .content{height:332px;}
|
.wrap .content_wrap .content{height:332px;}
|
||||||
.wrap .content_wrap>.title{display:flex;width:100%;justify-content:space-between;align-items:center;margin:0 0 10px 0;}
|
.wrap .content_wrap>.title{display:flex;width:100%;justify-content:space-between;align-items:center;margin:0 0 10px 0;}
|
||||||
.wrap .content_wrap>.title h3{position:relative;font-size:28px;font-weight:bold;padding:0 0 0 20px;}
|
.wrap .content_wrap>.title h3{position:relative;font-size:28px;font-weight:bold;padding:0 0 0 20px;}
|
||||||
.wrap .content_wrap>.title h3::after{position:absolute;content:" ";width:6px;height:6px;border:3px solid #e95504;border-radius:100%;left:0;top:9px;}
|
.wrap .content_wrap>.title h3::after{position:absolute;content:" ";width:6px;height:6px;border:3px solid #e95504;border-radius:100%;left:0;top:9px;}
|
||||||
.wrap .content_wrap .title .btn_plus{display:flex;width:65px;height:30px;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus.png) no-repeat calc(100% + 4px) center;padding:0 4px 0 8px;overflow:hidden;text-align:left;color:#666;line-height:1.6;border:1px solid #d5d5d5;border-radius:5px;justify-content:flex-start;align-items:center;transition:all 0.1s ease-in;}
|
.wrap .content_wrap .btn_plus{position:absolute; top:0; right:0; display:flex;width:65px;height:30px;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus.png) no-repeat calc(100% + 4px) center;padding:0 4px 0 8px;overflow:hidden;text-align:left;color:#666;line-height:1.6;border:1px solid #d5d5d5;border-radius:5px;justify-content:flex-start;align-items:center;transition:all 0.1s ease-in;}
|
||||||
.wrap .content_wrap .title .btn_plus:hover{border:1px solid #ed5908;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus_hover.png) no-repeat calc(100% + 4px) center;color:#ed5908;}
|
.wrap .content_wrap .btn_plus:hover{border:1px solid #ed5908;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus_hover.png) no-repeat calc(100% + 4px) center;color:#ed5908;}
|
||||||
|
|
||||||
/* 공지사항 */
|
/* 공지사항 */
|
||||||
.wrap .notice .content{padding:15px 45px;background-color:#fff;border:1px solid #d5d5d5;border-radius: 5px;box-shadow:0 0 5px rgba(0,0,0,0.15);box-sizing:border-box;}
|
.wrap .notice .content{padding:15px 45px;background-color:#fff;border:1px solid #d5d5d5;border-radius: 5px;box-shadow:0 0 5px rgba(0,0,0,0.15);box-sizing:border-box;}
|
||||||
|
|||||||
@ -3802,7 +3802,8 @@
|
|||||||
nextSlideMessage: "Next slide",
|
nextSlideMessage: "Next slide",
|
||||||
firstSlideMessage: "This is the first slide",
|
firstSlideMessage: "This is the first slide",
|
||||||
lastSlideMessage: "This is the last slide",
|
lastSlideMessage: "This is the last slide",
|
||||||
paginationBulletMessage: "Go to slide {{index}}",
|
/*paginationBulletMessage: "Go to slide {{index}}",*/
|
||||||
|
paginationBulletMessage: "{{index}}번 슬라이드 가기",
|
||||||
slideLabelMessage: "{{index}} / {{slidesLength}}",
|
slideLabelMessage: "{{index}} / {{slidesLength}}",
|
||||||
containerMessage: null,
|
containerMessage: null,
|
||||||
containerRoleDescriptionMessage: null,
|
containerRoleDescriptionMessage: null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user