diff --git a/src/main/java/itn/com/uss/ion/pwm/web/EgovPopupManageController.java b/src/main/java/itn/com/uss/ion/pwm/web/EgovPopupManageController.java
index 872ddf51..a35e522b 100644
--- a/src/main/java/itn/com/uss/ion/pwm/web/EgovPopupManageController.java
+++ b/src/main/java/itn/com/uss/ion/pwm/web/EgovPopupManageController.java
@@ -845,6 +845,8 @@ public class EgovPopupManageController {
HttpServletRequest request, Model model, HttpSession session)
throws Exception {
+ System.out.println("??????");
+
MainzoneVO mainzoneVO = new MainzoneVO();
if("Modify".equals((String)commandMap.get("pageType"))){ //수정
String mazId = (String)commandMap.get("selectedId");
diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneModify.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneModify.jsp
index 00677eb9..135d43bb 100644
--- a/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneModify.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneModify.jsp
@@ -181,6 +181,14 @@ function validate(method_parm) {
frm.content.focus();
return false;
}
+
+ console.log('isTbodyEmpty("tbody_fiielist") : ', isTbodyEmpty("tbody_fiielist"));
+ if(isTbodyEmpty("tbody_fiielist")){
+ alert("이미지를 첨부해 주세요");
+ return false;
+ }
+
+
if(frm.sort.value=="") {
alert("노출순서를 입력해 주십시오");
frm.sort.focus();
@@ -194,6 +202,9 @@ function validate(method_parm) {
}
}
+
+
+
var ntceBgndeYYYMMDD = document.getElementById('ntceBgndeYYYMMDD').value;
var ntceEnddeYYYMMDD = document.getElementById('ntceEnddeYYYMMDD').value;
@@ -242,6 +253,17 @@ function fn_egov_downFile(atchFileId, fileSn){
window.open("
사이트별로 사용자 메인 상단에 적용되는 비주얼 이미지를 등록, 수정, 삭제할 수 있습니다.
+비주얼관리
>메인비주얼관리
+*는 필수입력 항목입니다.
+| 메인화면에 보이는 메인 이미지 | +
+ |
+ ||||
|---|---|---|---|---|---|
| 사이트 | ++ + | +||||
| 원본이미지 | +
+ |
+ ||||
| 비주얼명 | +
+ |
+ ||||
| 대체텍스트 | +
+ |
+ ||||
| 사용여부 | ++ + + | +||||
| 노출순서 | +
+ |
+ ||||
| 게시기간 | +
+
+ - |
+ ||||
| 링크주소 | +
+ |
+ ||||
| 파일 첨부 | +
+
+
+
+
+
+
+
+
+
+ |
+ ||||
| *첨부 파일 | +
+ |
+ ||||
| 최종수정일 | ++ ${mainzoneVO.moddt} + | +||||
| 작성자 | ++ ${mainzoneVO.registerId} + | +||||