Merge branch 'JIWOO' into advc
This commit is contained in:
commit
11beefc9b7
@ -492,8 +492,10 @@
|
|||||||
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${isLocal eq 'real'}">
|
<c:when test="${isLocal eq 'real'}">
|
||||||
<script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
|
<!-- <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">
|
<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:when>
|
||||||
<c:otherwise>
|
<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>
|
||||||
@ -520,9 +522,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
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('adult_rslts_20240104.mrd', '/rf [http://101.79.81.151/offedu/ve/aplct/adultVisitEdu/eduAplct/adultRsltRprtListAjax.do?rsltList='+rsltList+']');
|
viewer.openFile('adult_rslts_20240104.mrd', '/rf [https://www.edu-copyright.or.kr/offedu/ve/aplct/adultVisitEdu/eduAplct/adultRsltRprtListAjax.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"]);
|
||||||
|
|||||||
@ -30,7 +30,9 @@
|
|||||||
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
|
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
|
||||||
<script type="text/javaScript" language="javascript">
|
<script type="text/javaScript" language="javascript">
|
||||||
$( document ).ready(function(){
|
$( document ).ready(function(){
|
||||||
|
$(".btn_add_file").on('click', function(){
|
||||||
|
$("#file_temp").click();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
/* pagination 페이지 링크 function */
|
/* pagination 페이지 링크 function */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user