이지우 - 강사참석활동확인서 문구 변경, 게시판 관련 링크들 2024 버전 URL로 수정
This commit is contained in:
parent
22a20c14f3
commit
dc28fbcbb5
@ -2307,7 +2307,8 @@ public class EgovBBSManageController {
|
|||||||
redirectAttributes.addAttribute("searchWrd", boardVO.getSearchWrd());
|
redirectAttributes.addAttribute("searchWrd", boardVO.getSearchWrd());
|
||||||
redirectAttributes.addAttribute("bbsId", boardVO.getBbsId());
|
redirectAttributes.addAttribute("bbsId", boardVO.getBbsId());
|
||||||
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.delete"));
|
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.delete"));
|
||||||
return "redirect:/web/cop/bbsWeb/selectBoardList.do";
|
/*return "redirect:/web/cop/bbsWeb/selectBoardList.do";*/
|
||||||
|
return "redirect:/web/cop/bbs/selectBoardList2024.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -391,7 +391,8 @@ public class EgovArticleCommentController {
|
|||||||
comment.setWrterNm(userManageVO.getEmplyrNm());
|
comment.setWrterNm(userManageVO.getEmplyrNm());
|
||||||
beanValidator.validate(comment, bindingResult);
|
beanValidator.validate(comment, bindingResult);
|
||||||
if (bindingResult.hasErrors()) {
|
if (bindingResult.hasErrors()) {
|
||||||
return "forward:/web/cop/bbsWeb/selectBoardArticle.do";
|
/*return "forward:/web/cop/bbsWeb/selectBoardArticle.do";*/
|
||||||
|
return "forward:/web/cop/bbs/selectBoardDetail2024.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
egovArticleCommentService.insertArticleComment(comment);
|
egovArticleCommentService.insertArticleComment(comment);
|
||||||
@ -405,7 +406,8 @@ public class EgovArticleCommentController {
|
|||||||
redirectAttributes.addAttribute("bbsId", commentVO.getBbsId());
|
redirectAttributes.addAttribute("bbsId", commentVO.getBbsId());
|
||||||
redirectAttributes.addAttribute("nttId", commentVO.getNttId());
|
redirectAttributes.addAttribute("nttId", commentVO.getNttId());
|
||||||
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.insert"));
|
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.insert"));
|
||||||
return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
|
/*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
|
||||||
|
return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -436,7 +438,8 @@ public class EgovArticleCommentController {
|
|||||||
|
|
||||||
if (!articleCommentVO.getWrterId().equals(user.getId())){
|
if (!articleCommentVO.getWrterId().equals(user.getId())){
|
||||||
redirectAttributes.addFlashAttribute("message", "본인 댓글만 삭제할 수 있습니다.");
|
redirectAttributes.addFlashAttribute("message", "본인 댓글만 삭제할 수 있습니다.");
|
||||||
return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
|
/*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
|
||||||
|
return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
|
||||||
}else {
|
}else {
|
||||||
egovArticleCommentService.deleteArticleComment(commentVO);
|
egovArticleCommentService.deleteArticleComment(commentVO);
|
||||||
}
|
}
|
||||||
@ -444,7 +447,8 @@ public class EgovArticleCommentController {
|
|||||||
commentVO.setCommentNo("");
|
commentVO.setCommentNo("");
|
||||||
|
|
||||||
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.delete"));
|
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.delete"));
|
||||||
return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
|
/*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
|
||||||
|
return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -525,11 +529,13 @@ public class EgovArticleCommentController {
|
|||||||
commentVO.setCommentCn("");
|
commentVO.setCommentCn("");
|
||||||
commentVO.setCommentNo("");
|
commentVO.setCommentNo("");
|
||||||
|
|
||||||
return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
|
/*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
|
||||||
|
return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
|
||||||
} else {
|
} else {
|
||||||
beanValidator.validate(comment, bindingResult);
|
beanValidator.validate(comment, bindingResult);
|
||||||
if (bindingResult.hasErrors()) {
|
if (bindingResult.hasErrors()) {
|
||||||
return "forward:/web/cop/bbsWeb/selectBoardArticle.do";
|
/*return "forward:/web/cop/bbsWeb/selectBoardArticle.do";*/
|
||||||
|
return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
egovArticleCommentService.updateArticleComment(comment);
|
egovArticleCommentService.updateArticleComment(comment);
|
||||||
@ -538,7 +544,8 @@ public class EgovArticleCommentController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.update"));
|
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.update"));
|
||||||
return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
|
/*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
|
||||||
|
return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1096,7 +1096,7 @@ public class CrownixAjaxController {
|
|||||||
p_modelAndView.addObject("page_1_22", "비영리"); //업종
|
p_modelAndView.addObject("page_1_22", "비영리"); //업종
|
||||||
p_modelAndView.addObject("page_1_23", "120-82-09301"); //사업자등록번호
|
p_modelAndView.addObject("page_1_23", "120-82-09301"); //사업자등록번호
|
||||||
p_modelAndView.addObject("page_1_24", "최병구"); //대표자
|
p_modelAndView.addObject("page_1_24", "최병구"); //대표자
|
||||||
p_modelAndView.addObject("page_1_25", "교육체험본부(교육운영팀)"); //담당부서
|
p_modelAndView.addObject("page_1_25", "교육본부(교육운영팀)"); //담당부서
|
||||||
p_modelAndView.addObject("page_1_26", "경상남도 진주시 소호로 117"); //주소
|
p_modelAndView.addObject("page_1_26", "경상남도 진주시 소호로 117"); //주소
|
||||||
|
|
||||||
if ("Y".equals(p_vEInstrDetailVODetail.getQlfctEndYn())) {
|
if ("Y".equals(p_vEInstrDetailVODetail.getQlfctEndYn())) {
|
||||||
|
|||||||
@ -102,7 +102,8 @@ function fn_egov_selectCommentForupdt(commentNo) {
|
|||||||
var form = document.getElementById("articleCommentVO");
|
var form = document.getElementById("articleCommentVO");
|
||||||
//form.subPageIndex.value = pageNo;
|
//form.subPageIndex.value = pageNo;
|
||||||
form.commentNo.value = commentNo;
|
form.commentNo.value = commentNo;
|
||||||
form.action = "<c:url value='/web/cop/bbsWeb/selectBoardArticle.do'/>";
|
/* form.action = "<c:url value='/web/cop/bbsWeb/selectBoardArticle.do'/>"; */
|
||||||
|
form.action = "<c:url value='/web/cop/bbs/selectBoardDetail2024.do'/>";
|
||||||
form.submit();
|
form.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,8 @@
|
|||||||
document.searchForm.action = "<c:url value='/web/cop/bbs/QnaList.do'/>";
|
document.searchForm.action = "<c:url value='/web/cop/bbs/QnaList.do'/>";
|
||||||
</c:if>
|
</c:if>
|
||||||
*/
|
*/
|
||||||
document.searchForm.action = "<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>";
|
/* document.searchForm.action = "<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>"; */
|
||||||
|
document.searchForm.action = "<c:url value='/web/cop/bbs/selectBoardList2024.do'/>";
|
||||||
document.searchForm.submit();
|
document.searchForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -126,11 +126,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_egov_select_noticeList() {
|
function fn_egov_select_noticeList() {
|
||||||
document.searchForm.action = "<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>";
|
/* document.searchForm.action = "<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>"; */
|
||||||
/* <c:if test="${brdMstrVO.menuNo == '9620000'}">
|
/* <c:if test="${brdMstrVO.menuNo == '9620000'}">
|
||||||
document.searchForm.action = "<c:url value='/web/cop/bbs/QnaList.do'/>";
|
document.searchForm.action = "<c:url value='/web/cop/bbs/QnaList.do'/>";
|
||||||
</c:if> */
|
</c:if> */
|
||||||
|
document.searchForm.action = "<c:url value='/web/cop/bbs/selectBoardList2024.do'/>";
|
||||||
document.searchForm.submit();
|
document.searchForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -683,7 +683,7 @@ function goWebSave(method_parm){ //method_parm :관리자로그 메소드에서
|
|||||||
alert(returnData.message);
|
alert(returnData.message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
alert("저장 되었습니다.1");
|
alert("저장 되었습니다.");
|
||||||
fn_egov_select_noticeList()
|
fn_egov_select_noticeList()
|
||||||
} else if(status== 'fail'){
|
} else if(status== 'fail'){
|
||||||
alert("저장에 실패하였습니다. !!");
|
alert("저장에 실패하였습니다. !!");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user