이준호 전자조정시스템 커밋
- js .min으로 만들기
This commit is contained in:
parent
20eeae2f51
commit
e31593a08e
@ -184,7 +184,7 @@ public class EgovCntController {
|
||||
return sLocationUrl;
|
||||
}
|
||||
egovCntManageService.insertCntManage(cntManageVO); //CntManage등록
|
||||
createRepCntFile(request,cntManageVO); //파일저장
|
||||
// createRepCntFile(request,cntManageVO); //파일저장
|
||||
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.insert"));
|
||||
RedirectUrlMaker redirectUrlMaker = new RedirectUrlMaker("/uss/ion/cnt/contentList.do");
|
||||
return redirectUrlMaker.getRedirectUrl();
|
||||
@ -194,7 +194,7 @@ public class EgovCntController {
|
||||
return sLocationUrl;
|
||||
}
|
||||
egovCntManageService.updateCntManage(cntManageVO); //CntManage등록
|
||||
createRepCntFile(request, cntManageVO); //파일저장
|
||||
// createRepCntFile(request, cntManageVO); //파일저장
|
||||
|
||||
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.update"));
|
||||
RedirectUrlMaker redirectUrlMaker = new RedirectUrlMaker("/uss/ion/cnt/contentList.do");
|
||||
|
||||
@ -376,7 +376,7 @@ public class MainController {
|
||||
@RequestMapping(value = "/web/main/mainPage.do")
|
||||
public String siteMainPage(HttpServletRequest request, ModelMap model, HttpSession session) throws Exception{
|
||||
//메인이미지
|
||||
String referer = (String)request.getHeader("REFERER");
|
||||
// String referer = (String)request.getHeader("REFERER");
|
||||
|
||||
/** EgovPropertyService.sample */
|
||||
MainzoneVO mainzoneVO = new MainzoneVO();
|
||||
@ -395,11 +395,11 @@ public class MainController {
|
||||
mainzoneVO.setUseYn("Y"); //사용하는것만
|
||||
mainzoneVO.setDeviceType("P"); //PC
|
||||
List<?> mainzoneList = egovPopupManageService.selectMainzoneList(mainzoneVO); //상단메인 이미지
|
||||
mainzoneVO.setDeviceType("M"); //모바일
|
||||
List<?> mainzoneListM = egovPopupManageService.selectMainzoneList(mainzoneVO); //상단메인 이미지
|
||||
// mainzoneVO.setDeviceType("M"); //모바일
|
||||
// List<?> mainzoneListM = egovPopupManageService.selectMainzoneList(mainzoneVO); //상단메인 이미지
|
||||
|
||||
model.addAttribute("mainzoneList", mainzoneList); //PC
|
||||
model.addAttribute("mainzoneListM", mainzoneListM); //모바일
|
||||
// model.addAttribute("mainzoneListM", mainzoneListM); //모바일
|
||||
|
||||
/*
|
||||
* 반응형으로 사용을 해야해서 모바일에서도 팝업 존 영역의 데이터를 불러와야해서 주석처리했음
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
ul.list li:nth-child(n+1) .list_top{margin-bottom: 0;}
|
||||
</style>
|
||||
|
||||
<script src="/kccadrPb/usr/script/swiper.js"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/main.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
.today_close label{position: relative;}
|
||||
</style>
|
||||
|
||||
<script src="/kccadrPb/usr/script/swiper.js" defer="defer"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js" defer="defer"></script>
|
||||
<script src="/kccadrPb/usr/script/main.js" defer="defer"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
.today_close label{position: relative;}
|
||||
</style>
|
||||
|
||||
<script src="/kccadrPb/usr/script/swiper.js"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/main.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -21,12 +21,12 @@
|
||||
|
||||
<!-- script -->
|
||||
<script src="/kccadrPb/usr/script/jquery-3.5.0.js"></script>
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.js"></script>
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js"></script> -->
|
||||
<!-- <script src="https://unpkg.com/swiper/swiper-bundle.js"></script>
|
||||
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> -->
|
||||
<!-- <script src="/kccadrPb/usr/script/swiper.js"></script> -->
|
||||
<script src="/kccadrPb/usr/script/swiper.js"></script>
|
||||
<!-- <script src="/kccadrPb/usr/script/swiper.min.js"></script> -->
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/common.js"></script>
|
||||
<script src="/kccadrPb/usr/script/main.js"></script>
|
||||
|
||||
@ -21,12 +21,12 @@
|
||||
|
||||
<!-- script -->
|
||||
<script src="/kccadrPb/usr/script/jquery-3.5.0.js"></script>
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.js"></script>
|
||||
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js"></script> -->
|
||||
<!-- <script src="https://unpkg.com/swiper/swiper-bundle.js"></script>
|
||||
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> -->
|
||||
<!-- <script src="/kccadrPb/usr/script/swiper.js"></script> -->
|
||||
<script src="/kccadrPb/usr/script/swiper.js"></script>
|
||||
<!-- <script src="/kccadrPb/usr/script/swiper.min.js"></script> -->
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/common.js"></script>
|
||||
<script src="/kccadrPb/usr/script/main.js"></script>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
<!-- script -->
|
||||
<script src="/kccadrPb/usr/script/jquery-3.5.0.js"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.js"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/swiper.min.js"></script>
|
||||
<script src="/kccadrPb/usr/script/common.js"></script>
|
||||
<script src="/kccadrPb/usr/script/main.js"></script>
|
||||
|
||||
10839
src/main/webapp/kccadrPb/usr/script/jquery-3.5.0.js
vendored
10839
src/main/webapp/kccadrPb/usr/script/jquery-3.5.0.js
vendored
File diff suppressed because one or more lines are too long
10860
src/main/webapp/kccadrPb/usr/script/jquery-3.5.0_backup.js
Normal file
10860
src/main/webapp/kccadrPb/usr/script/jquery-3.5.0_backup.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -246,13 +246,13 @@
|
||||
<p>조정신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012680&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td>
|
||||
<p>[작성예시] 조정신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012691&fileSn=0" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -260,19 +260,19 @@
|
||||
<p>당사자목록지</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012681&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td>
|
||||
<p>[작성예시] 당사자 목록지</p>
|
||||
</td>
|
||||
<td><a href="#" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
<td><a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012691&fileSn=0" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>조정신청위임장</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000013843&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -282,7 +282,7 @@
|
||||
<p>조정대리신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012682&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -292,17 +292,17 @@
|
||||
<p>피신청인경정신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012683&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td><p>[작성예시] 피신청인경정신청서</p></td>
|
||||
<td><a href="#" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
<td><a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012692&fileSn=0" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>답변서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012685&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -312,7 +312,7 @@
|
||||
<p>준비서면</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012686&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -322,7 +322,7 @@
|
||||
<p>조정조서재교부신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000013844&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -332,17 +332,17 @@
|
||||
<p>조정기일변경신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000013845&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td><p>[작성예시] 조정기일변경신청서</p></td>
|
||||
<td><a href="#" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
<td><a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000013846&fileSn=0" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>송달및확정증명원</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000013847&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -352,7 +352,7 @@
|
||||
<p>이의신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000013848&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -362,7 +362,7 @@
|
||||
<p>조정불성립증명서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000013848&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -372,7 +372,7 @@
|
||||
<p>조정기록열람·발급신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012688&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
@ -382,10 +382,10 @@
|
||||
<p>조정기일변경신청서</p>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
<a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012689&fileSn=0" title="hwp 파일 다운로드" download><i class="btn_down_hwp"> </i></a>
|
||||
</td>
|
||||
<td><p>[작성예시] 조정기일변경신청서</p></td>
|
||||
<td><a href="#" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
<td><a href="/cmm/fms/FileDown.do?atchFileId=FILE_000000000012693&fileSn=0" title="pdf 파일 다운로드" download><i class="btn_down_pdf"> </i></a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user