2023-11-09 16:01 현업 수정 요청 사항 개선 작업
This commit is contained in:
parent
1b5b4dc1d5
commit
3dddb0927e
@ -266,6 +266,7 @@ public class EgovBBSManageController {
|
|||||||
boardVO.setSearchSortCnd("FRST_REGIST_PNTTM");
|
boardVO.setSearchSortCnd("FRST_REGIST_PNTTM");
|
||||||
boardVO.setSearchSortOrd("desc");
|
boardVO.setSearchSortOrd("desc");
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<String, Object> map = bbsMngService.selectBoardArticles(boardVO, vo.getBbsAttrbCode());
|
Map<String, Object> map = bbsMngService.selectBoardArticles(boardVO, vo.getBbsAttrbCode());
|
||||||
int totCnt = Integer.parseInt((String) map.get("resultCnt"));
|
int totCnt = Integer.parseInt((String) map.get("resultCnt"));
|
||||||
|
|
||||||
@ -1229,6 +1230,17 @@ public class EgovBBSManageController {
|
|||||||
String userId = loginVO == null ? "" : EgovStringUtil.isNullToString(loginVO.getUniqId());
|
String userId = loginVO == null ? "" : EgovStringUtil.isNullToString(loginVO.getUniqId());
|
||||||
boardVO.setFrstRegisterId(userId);
|
boardVO.setFrstRegisterId(userId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if("BBSMSTR_000000000711".equals(bmVO.getBbsId())) { //청소년강사공지사항
|
||||||
|
boardVO.setSearchSortCnd("FRST_REGIST_PNTTM");
|
||||||
|
boardVO.setSearchSortOrd("desc");
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.println("bmVO.getBbsTyCode()");
|
||||||
|
System.out.println(bmVO.getBbsTyCode());
|
||||||
|
System.out.println(bmVO.getBbsId());
|
||||||
|
|
||||||
Map<String, Object> map = bbsMngService.selectBoardArticlesWeb(boardVO, null);
|
Map<String, Object> map = bbsMngService.selectBoardArticlesWeb(boardVO, null);
|
||||||
int totCnt = Integer.parseInt((String) map.get("resultCnt"));
|
int totCnt = Integer.parseInt((String) map.get("resultCnt"));
|
||||||
paginationInfo.setTotalRecordCount(totCnt);
|
paginationInfo.setTotalRecordCount(totCnt);
|
||||||
|
|||||||
@ -438,6 +438,8 @@ public class EduAplctTngrController {
|
|||||||
//기본데이터 불러오기
|
//기본데이터 불러오기
|
||||||
vEEduAplctVO = vEEduAplctService.selectDetail(vEEduAplctVO);
|
vEEduAplctVO = vEEduAplctService.selectDetail(vEEduAplctVO);
|
||||||
|
|
||||||
|
System.out.println(vEEduAplctVO.toString());
|
||||||
|
|
||||||
//데이터 복호화 - VO 단위로 만들어서 사용
|
//데이터 복호화 - VO 단위로 만들어서 사용
|
||||||
vEEduAplctVO = egovCryptoUtil.decryptVEEduAplctVOInfo(vEEduAplctVO);
|
vEEduAplctVO = egovCryptoUtil.decryptVEEduAplctVOInfo(vEEduAplctVO);
|
||||||
|
|
||||||
|
|||||||
@ -134,6 +134,11 @@ public class VEEduAplctVO extends ComDefaultVO implements Serializable {
|
|||||||
|
|
||||||
private String stngYr; //기준년도
|
private String stngYr; //기준년도
|
||||||
|
|
||||||
|
private String isltnYn; //도서학교여부
|
||||||
|
private String isltn2Yn; //벽지학교여부
|
||||||
|
private String isltn3Yn; //접적학교여부
|
||||||
|
private String ppltnReducAreaYn; //인구감소지역여부
|
||||||
|
|
||||||
|
|
||||||
public int getChasi() {
|
public int getChasi() {
|
||||||
return chasi;
|
return chasi;
|
||||||
@ -1650,6 +1655,30 @@ public class VEEduAplctVO extends ComDefaultVO implements Serializable {
|
|||||||
public void setSbmtId(String sbmtId) {
|
public void setSbmtId(String sbmtId) {
|
||||||
this.sbmtId = sbmtId;
|
this.sbmtId = sbmtId;
|
||||||
}
|
}
|
||||||
|
public String getIsltnYn() {
|
||||||
|
return isltnYn;
|
||||||
|
}
|
||||||
|
public void setIsltnYn(String isltnYn) {
|
||||||
|
this.isltnYn = isltnYn;
|
||||||
|
}
|
||||||
|
public String getIsltn2Yn() {
|
||||||
|
return isltn2Yn;
|
||||||
|
}
|
||||||
|
public void setIsltn2Yn(String isltn2Yn) {
|
||||||
|
this.isltn2Yn = isltn2Yn;
|
||||||
|
}
|
||||||
|
public String getIsltn3Yn() {
|
||||||
|
return isltn3Yn;
|
||||||
|
}
|
||||||
|
public void setIsltn3Yn(String isltn3Yn) {
|
||||||
|
this.isltn3Yn = isltn3Yn;
|
||||||
|
}
|
||||||
|
public String getPpltnReducAreaYn() {
|
||||||
|
return ppltnReducAreaYn;
|
||||||
|
}
|
||||||
|
public void setPpltnReducAreaYn(String ppltnReducAreaYn) {
|
||||||
|
this.ppltnReducAreaYn = ppltnReducAreaYn;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -40,6 +40,8 @@ import kcc.kccadr.sch.service.SchduleManageVO;
|
|||||||
import kcc.let.uat.uia.service.SsoLoginVO;
|
import kcc.let.uat.uia.service.SsoLoginVO;
|
||||||
import kcc.let.utl.fcc.service.EgovCryptoUtil;
|
import kcc.let.utl.fcc.service.EgovCryptoUtil;
|
||||||
import kcc.let.utl.fcc.service.EgovCryptoUtil4VO;
|
import kcc.let.utl.fcc.service.EgovCryptoUtil4VO;
|
||||||
|
import kcc.ve.adv.tngr.stngInfo.service.VEAStngService;
|
||||||
|
import kcc.ve.adv.tngr.stngInfo.service.VEAStngVO;
|
||||||
import kcc.ve.instr.tngrVisitEdu.asgnmInfo.service.VEAsgnmMIXService;
|
import kcc.ve.instr.tngrVisitEdu.asgnmInfo.service.VEAsgnmMIXService;
|
||||||
import kcc.ve.instr.tngrVisitEdu.asgnmInfo.service.VEInstrAsgnmVO;
|
import kcc.ve.instr.tngrVisitEdu.asgnmInfo.service.VEInstrAsgnmVO;
|
||||||
import kcc.ve.instr.tngrVisitEdu.instrInfo.service.VEInstrDetailService;
|
import kcc.ve.instr.tngrVisitEdu.instrInfo.service.VEInstrDetailService;
|
||||||
@ -149,6 +151,9 @@ public class InstrPrflController {
|
|||||||
@Resource(name = "schduleManageService")
|
@Resource(name = "schduleManageService")
|
||||||
private SchduleManageService schduleManageService;
|
private SchduleManageService schduleManageService;
|
||||||
|
|
||||||
|
@Resource(name = "vEAStngService")
|
||||||
|
private VEAStngService vEAStngService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1.신청변경신청 목록 - L
|
* 1.신청변경신청 목록 - L
|
||||||
*/
|
*/
|
||||||
@ -290,6 +295,15 @@ public class InstrPrflController {
|
|||||||
vELctrDetailVO = vELctrRsrchMngService.selectDetailWithQuery(vELctrDetailVO);
|
vELctrDetailVO = vELctrRsrchMngService.selectDetailWithQuery(vELctrDetailVO);
|
||||||
model.addAttribute("vELctrDetailVO", vELctrDetailVO);
|
model.addAttribute("vELctrDetailVO", vELctrDetailVO);
|
||||||
|
|
||||||
|
|
||||||
|
//현재 대시보드문구 가져오기
|
||||||
|
VEAStngVO vEAStngVO = new VEAStngVO();
|
||||||
|
vEAStngVO.setStngCd("TR02");
|
||||||
|
vEAStngVO = vEAStngService.selectDetail_VEABIS(vEAStngVO);
|
||||||
|
|
||||||
|
model.addAttribute("selectBasicTRInfo", vEAStngVO);
|
||||||
|
|
||||||
|
|
||||||
return "/web/ve/instr/tngrVisitEdu/instrInfo/instrDashboard";
|
return "/web/ve/instr/tngrVisitEdu/instrInfo/instrDashboard";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -193,11 +193,13 @@ public class AdvAreaLctrMngTngrController {
|
|||||||
modelAndView.setViewName("jsonView");
|
modelAndView.setViewName("jsonView");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
String s_cn = request.getParameter("cn");
|
String s_cn = request.getParameter("cn");
|
||||||
|
String s_stngCd = request.getParameter("stngCd");
|
||||||
|
|
||||||
VEAStngVO vEAStngVO = new VEAStngVO();
|
VEAStngVO vEAStngVO = new VEAStngVO();
|
||||||
vEAStngVO.setCn(s_cn);
|
vEAStngVO.setCn(s_cn);
|
||||||
vEAStngVO.setStngCd("TR01");
|
//vEAStngVO.setStngCd("TR01");
|
||||||
|
vEAStngVO.setStngCd(s_stngCd);
|
||||||
vEAStngService.update_VEABIS(vEAStngVO);
|
vEAStngService.update_VEABIS(vEAStngVO);
|
||||||
|
|
||||||
modelAndView.addObject("result", "success");
|
modelAndView.addObject("result", "success");
|
||||||
@ -233,8 +235,14 @@ public class AdvAreaLctrMngTngrController {
|
|||||||
vEAStngVO.setStngCd("TR01");
|
vEAStngVO.setStngCd("TR01");
|
||||||
vEAStngVO = vEAStngService.selectDetail_VEABIS(vEAStngVO);
|
vEAStngVO = vEAStngService.selectDetail_VEABIS(vEAStngVO);
|
||||||
|
|
||||||
model.addAttribute("selectBasicTRInfo", vEAStngVO);
|
model.addAttribute("selectBasicTR01Info", vEAStngVO);
|
||||||
|
|
||||||
|
|
||||||
|
//청소년강사대시보드 문구 가져오기
|
||||||
|
vEAStngVO.setStngCd("TR02");
|
||||||
|
vEAStngVO = vEAStngService.selectDetail_VEABIS(vEAStngVO);
|
||||||
|
|
||||||
|
model.addAttribute("selectBasicTR02Info", vEAStngVO);
|
||||||
|
|
||||||
return "oprtn/tngrVisitEdu/advStngMngList";
|
return "oprtn/tngrVisitEdu/advStngMngList";
|
||||||
}
|
}
|
||||||
@ -248,9 +256,13 @@ public class AdvAreaLctrMngTngrController {
|
|||||||
, HttpServletRequest request ) throws Exception {
|
, HttpServletRequest request ) throws Exception {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
String s_stngCd = request.getParameter("stngCd");
|
||||||
|
|
||||||
//현재 신청등록문구 가져오기
|
//현재 신청등록문구 가져오기
|
||||||
VEAStngVO vEAStngVO = new VEAStngVO();
|
VEAStngVO vEAStngVO = new VEAStngVO();
|
||||||
vEAStngVO.setStngCd("TR01");
|
//vEAStngVO.setStngCd("TR01");
|
||||||
|
vEAStngVO.setStngCd(s_stngCd);
|
||||||
|
|
||||||
vEAStngVO = vEAStngService.selectDetail_VEABIS(vEAStngVO);
|
vEAStngVO = vEAStngService.selectDetail_VEABIS(vEAStngVO);
|
||||||
|
|
||||||
model.addAttribute("selectBasicTRInfo", vEAStngVO);
|
model.addAttribute("selectBasicTRInfo", vEAStngVO);
|
||||||
|
|||||||
@ -475,16 +475,16 @@
|
|||||||
</isNotEqual>
|
</isNotEqual>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
) A
|
) A
|
||||||
ORDER BY 1
|
ORDER BY
|
||||||
]]>
|
]]>
|
||||||
<isNotEmpty property="searchSortCnd">
|
<isNotEmpty property="searchSortCnd">
|
||||||
,$searchSortCnd$
|
$searchSortCnd$
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isNotEmpty property="searchSortOrd">
|
<isNotEmpty property="searchSortOrd">
|
||||||
$searchSortOrd$
|
$searchSortOrd$ ,
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
A.frst_regist_pnttm DESC,
|
||||||
, A.SORT_ORDR DESC, A.NTT_NO ASC
|
A.SORT_ORDR DESC, A.NTT_NO ASC
|
||||||
/*
|
/*
|
||||||
LIMIT recordCountPerPage OFFSET firstIndex
|
LIMIT recordCountPerPage OFFSET firstIndex
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -368,8 +368,15 @@
|
|||||||
/* VEEduAplctDAO.selectDetail */
|
/* VEEduAplctDAO.selectDetail */
|
||||||
SELECT
|
SELECT
|
||||||
<include refid="VEEduAplctDAO.select_column_name"/>
|
<include refid="VEEduAplctDAO.select_column_name"/>
|
||||||
|
,NVL(B.ISLTN_YN,'N') AS isltnYn
|
||||||
|
,NVL(B.ISLTN2_YN,'N') AS isltn2Yn
|
||||||
|
,NVL(B.ISLTN3_YN,'N') AS isltn3Yn
|
||||||
|
,NVL(B.PPLTN_REDUC_AREA_YN,'N') AS ppltnReducAreaYn
|
||||||
|
|
||||||
FROM <include refid="VEEduAplctDAO.table_name"/> A
|
FROM <include refid="VEEduAplctDAO.table_name"/> A
|
||||||
WHERE A.EDU_APLCT_ORD = #eduAplctOrd#
|
LEFT OUTER JOIN VE_SCHOL B
|
||||||
|
ON(A.STNDRD_SCHOL_CD=B.STNDRD_SCHOL_CD)
|
||||||
|
WHERE A.EDU_APLCT_ORD = #eduAplctOrd#
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
@ -95,10 +95,10 @@
|
|||||||
,A.ESTBS_DT AS estbsDt
|
,A.ESTBS_DT AS estbsDt
|
||||||
,A.SCHOL_ANVSRY AS scholAnvsry
|
,A.SCHOL_ANVSRY AS scholAnvsry
|
||||||
,A.LAST_UPDT_PNTTM AS lastUpdtPnttm
|
,A.LAST_UPDT_PNTTM AS lastUpdtPnttm
|
||||||
,A.ISLTN_YN AS isltnYn
|
,NVL(A.ISLTN_YN,'N') AS isltnYn
|
||||||
,A.ISLTN2_YN AS isltn2Yn
|
,NVL(A.ISLTN2_YN,'N') AS isltn2Yn
|
||||||
,A.ISLTN3_YN AS isltn3Yn
|
,NVL(A.ISLTN3_YN,'N') AS isltn3Yn
|
||||||
,A.PPLTN_REDUC_AREA_YN AS ppltnReducAreaYn
|
,NVL(A.PPLTN_REDUC_AREA_YN,'N') AS ppltnReducAreaYn
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
<!-- 학교 등록 C -->
|
<!-- 학교 등록 C -->
|
||||||
|
|||||||
@ -147,6 +147,32 @@
|
|||||||
</th>
|
</th>
|
||||||
<td>${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
<td>${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>도서학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltnYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>벽지학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn2Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>접적학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn3Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.ppltnReducAreaYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>주소</p>
|
<p>주소</p>
|
||||||
|
|||||||
@ -131,14 +131,36 @@
|
|||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>학교구분</p>
|
<p>학교구분</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td colspan="3">
|
||||||
<kc:code codeId="VE0009" code="${info.scholDivCd}"/>
|
<kc:code codeId="VE0009" code="${info.scholDivCd}"/>
|
||||||
</td>
|
</td>
|
||||||
<th scope="row">
|
|
||||||
<p>도시벽지학교여부</p>
|
|
||||||
</th>
|
|
||||||
<td>${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>도서학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltnYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>벽지학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn2Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>접적학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn3Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.ppltnReducAreaYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>주소</p>
|
<p>주소</p>
|
||||||
|
|||||||
@ -43,8 +43,8 @@
|
|||||||
|
|
||||||
|
|
||||||
//fncPreviewEmail
|
//fncPreviewEmail
|
||||||
function fncPreviewEmail(){
|
function fncPreviewEmail(p_stngCd){
|
||||||
//document.listForm.authorCode.value = vAuthorCode;
|
document.listForm.stngCd.value = p_stngCd;
|
||||||
//document.listForm.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/advRndsStngMngPopup.do'/>";
|
//document.listForm.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/advRndsStngMngPopup.do'/>";
|
||||||
document.listForm.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/eduAplctRegPreviewDetail.do'/>";
|
document.listForm.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/eduAplctRegPreviewDetail.do'/>";
|
||||||
window.open("#", "_aplctPreviewPop", "scrollbars = no, top=100px, left=100px, height=500px, width=1200px");
|
window.open("#", "_aplctPreviewPop", "scrollbars = no, top=100px, left=100px, height=500px, width=1200px");
|
||||||
@ -52,19 +52,22 @@
|
|||||||
document.listForm.submit();
|
document.listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncUpdate(){
|
function fncUpdate(p_cn, p_stngCd){
|
||||||
|
|
||||||
if ($("#cn").val() == null || $("#cn").val() == ''){
|
if ($(p_cn).val() == null || $(p_cn).val() == ''){
|
||||||
alert("내용은 필수값입니다.");
|
alert("내용은 필수값입니다.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(confirm("수정하시겠습니까?")){
|
if(confirm("수정하시겠습니까?")){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type:"POST",
|
type:"POST",
|
||||||
url:"${pageContext.request.contextPath}/kccadr/oprtn/tngrVisitEdu/advStngMngTRAjax.do",
|
url:"${pageContext.request.contextPath}/kccadr/oprtn/tngrVisitEdu/advStngMngTRAjax.do",
|
||||||
data: {
|
data: {
|
||||||
"cn" : $("#cn").val()
|
"cn" : $(p_cn).val(),
|
||||||
|
"stngCd" : p_stngCd,
|
||||||
|
|
||||||
},
|
},
|
||||||
dataType:'json',
|
dataType:'json',
|
||||||
success:function(returnData){
|
success:function(returnData){
|
||||||
@ -100,6 +103,9 @@
|
|||||||
<input type="hidden" name="searchSortOrd" value="<c:out value="${vELctrDetailVO.searchSortOrd}" />" />
|
<input type="hidden" name="searchSortOrd" value="<c:out value="${vELctrDetailVO.searchSortOrd}" />" />
|
||||||
<input type="hidden" name="instrDiv" value="10"/>
|
<input type="hidden" name="instrDiv" value="10"/>
|
||||||
<input type="hidden" name="yr" id="yr" value=""/>
|
<input type="hidden" name="yr" id="yr" value=""/>
|
||||||
|
<input type="hidden" name="stngCd" id="stngCd" value=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="cont_wrap">
|
<div class="cont_wrap">
|
||||||
@ -159,14 +165,56 @@
|
|||||||
<p>사용중인 코드</p>
|
<p>사용중인 코드</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<textarea id="cn" rows="5">
|
<textarea id="cn01" rows="5">
|
||||||
<c:out value='${selectBasicTRInfo.cn}' escapeXml="true" />
|
<c:out value='${selectBasicTR01Info.cn}' escapeXml="true" />
|
||||||
</textarea>
|
</textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="btn_wrap btn_layout01">
|
||||||
|
<div class="btn_left">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="btn_center">
|
||||||
|
<button type="button" class="btn_type08" onclick="fncUpdate('#cn01','TR01');return false;">내용 수정</button>
|
||||||
|
</div>
|
||||||
|
<div class="btn_right">
|
||||||
|
<button type="button" class="btn_type03" onclick="fncPreviewEmail('TR01');return false;">미리보기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="cont_tit">
|
||||||
|
<h2>강사대시보드 문구</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tb_type02">
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 220px;height:100px;">
|
||||||
|
<col style="width: auto;height:100px;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th scope="row"><p>샘플 코드</p> </th>
|
||||||
|
<td>
|
||||||
|
<c:out value='<div class="tit_box"><i class="tit_box_icon1"></i><div><p>찾아가는 저작권 교육</p><span>‘찾아가는 저작권 교육’은 저작권 교육이 필요한 <span>전국 초ㆍ중ㆍ고등학교, 청소년ㆍ아동복지ㆍ노인ㆍ장애인 기관 및 단체 등</span>에 직접 방문하여 무료로 강의를 지원하는 맞춤형 교육 서비스입니다.</span></div></div>' escapeXml="true" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>사용중인 코드</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<textarea id="cn02" rows="5">
|
||||||
|
<c:out value='${selectBasicTR02Info.cn}' escapeXml="true" />
|
||||||
|
</textarea>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
<!-- //list -->
|
<!-- //list -->
|
||||||
|
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
@ -174,10 +222,10 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_center">
|
<div class="btn_center">
|
||||||
<button type="button" class="btn_type08" onclick="fncUpdate();return false;">내용 수정</button>
|
<button type="button" class="btn_type08" onclick="fncUpdate('#cn02','TR02');return false;">내용 수정</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btn_type03" onclick="fncPreviewEmail();return false;">미리보기</button>
|
<button type="button" class="btn_type03" onclick="fncPreviewEmail('TR02');return false;">미리보기</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -381,18 +381,36 @@
|
|||||||
</th>
|
</th>
|
||||||
<td><c:out value="${info.scholInsttNm}" /></td>
|
<td><c:out value="${info.scholInsttNm}" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>학교구분</p>
|
<p>학교구분</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td colspan="3"><ve:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
||||||
<ve:code codeId="VE0009" code="${info.scholDivCd}"/>
|
</tr>
|
||||||
</td>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>도시벽지학교여부</p>
|
<p>도서학교구분</p>
|
||||||
</th>
|
</th>
|
||||||
<td>${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
<td colspan="3">${info.isltnYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>벽지학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn2Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>접적학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn3Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.ppltnReducAreaYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>주소</p>
|
<p>주소</p>
|
||||||
|
|||||||
@ -376,18 +376,57 @@ $( document ).ready(function(){
|
|||||||
<kc:radio codeId="VE0009" id="scholDivCd" name="scholDivCd" selectedValue="${empty info.scholDivCd ? '10' : info.scholDivCd}"/>
|
<kc:radio codeId="VE0009" id="scholDivCd" name="scholDivCd" selectedValue="${empty info.scholDivCd ? '10' : info.scholDivCd}"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th scope="row">
|
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<tr>
|
||||||
<p>도서벽지학교여부</p>
|
<th scope="row">
|
||||||
</th>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
<td>
|
<p>도서학교여부</p>
|
||||||
<input type="radio" name="isltnScholYn" id="isltn_schol_N" value="N" ${empty info.isltnScholYn or info.isltnScholYn eq 'N' ? 'checked' : info.isltnScholYn}>
|
</th>
|
||||||
<label for="isltn_schol_N">아니오</label>
|
<td>
|
||||||
<input type="radio" name="isltnScholYn" id="isltn_schol_Y" value="Y" ${info.isltnScholYn eq 'Y' ? 'checked' : info.isltnScholYn}>
|
<input type="radio" name="isltnYn" id="isltn_Y" value="Y" ${info.isltnYn eq 'Y' ? 'checked' : info.isltnYn} disabled>
|
||||||
<label for="isltn_schol_Y">예</label>
|
<label for="isltn_Y">예</label>
|
||||||
</td>
|
<input type="radio" name="isltnYn" id="isltn_N" value="N" ${empty info.isltnYn or info.isltnYn eq 'N' ? 'checked' : info.isltnYn} disabled>
|
||||||
</tr>
|
<label for="isltn_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>벽지학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_Y" value="Y" ${info.isltn2Yn eq 'Y' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_Y">예</label>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_N" value="N" ${empty info.isltn2Yn or info.isltn2Yn eq 'N' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>접적학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_Y" value="Y" ${info.isltn3Yn eq 'Y' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_Y">예</label>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_N" value="N" ${empty info.isltn3Yn or info.isltn3Yn eq 'N' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_Y" value="Y" ${info.ppltnReducAreaYn eq 'Y' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_Y">예</label>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_N" value="N" ${empty info.ppltnReducAreaYn or info.ppltnReducAreaYn eq 'N' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr class="input_adress">
|
<tr class="input_adress">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
|||||||
@ -401,18 +401,56 @@ $(document).ready(function(){
|
|||||||
<kc:radio codeId="VE0009" id="scholDivCd" name="scholDivCd" selectedValue="${empty info.scholDivCd ? '10' : info.scholDivCd}"/>
|
<kc:radio codeId="VE0009" id="scholDivCd" name="scholDivCd" selectedValue="${empty info.scholDivCd ? '10' : info.scholDivCd}"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th scope="row">
|
<tr>
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<th scope="row">
|
||||||
<p>도서벽지학교여부</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
</th>
|
<p>도서학교여부</p>
|
||||||
<td>
|
</th>
|
||||||
<input type="radio" name="isltnScholYn" id="isltn_schol_N" value="N" ${empty info.isltnScholYn or info.isltnScholYn eq 'N' ? 'checked' : info.isltnScholYn}>
|
<td>
|
||||||
<label for="isltn_schol_N">아니오</label>
|
<input type="radio" name="isltnYn" id="isltn_Y" value="Y" ${info.isltnYn eq 'Y' ? 'checked' : info.isltnYn} disabled>
|
||||||
<input type="radio" name="isltnScholYn" id="isltn_schol_Y" value="Y" ${info.isltnScholYn eq 'Y' ? 'checked' : info.isltnScholYn}>
|
<label for="isltn_Y">예</label>
|
||||||
<label for="isltn_schol_Y">예</label>
|
<input type="radio" name="isltnYn" id="isltn_N" value="N" ${empty info.isltnYn or info.isltnYn eq 'N' ? 'checked' : info.isltnYn} disabled>
|
||||||
</td>
|
<label for="isltn_N">아니오</label>
|
||||||
</tr>
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>벽지학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_Y" value="Y" ${info.isltn2Yn eq 'Y' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_Y">예</label>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_N" value="N" ${empty info.isltn2Yn or info.isltn2Yn eq 'N' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>접적학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_Y" value="Y" ${info.isltn3Yn eq 'Y' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_Y">예</label>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_N" value="N" ${empty info.isltn3Yn or info.isltn3Yn eq 'N' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_Y" value="Y" ${info.ppltnReducAreaYn eq 'Y' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_Y">예</label>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_N" value="N" ${empty info.ppltnReducAreaYn or info.ppltnReducAreaYn eq 'N' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr class="input_adress">
|
<tr class="input_adress">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
|||||||
@ -286,18 +286,39 @@
|
|||||||
</th>
|
</th>
|
||||||
<td><c:out value="${info.scholInsttNm}" /></td>
|
<td><c:out value="${info.scholInsttNm}" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th scope="row">
|
|
||||||
<p>학교구분</p>
|
<tr>
|
||||||
</th>
|
<th scope="row">
|
||||||
<td>
|
<p>학교구분</p>
|
||||||
<kc:code codeId="VE0009" code="${info.scholDivCd}"/>
|
</th>
|
||||||
</td>
|
<td colspan="3"><kc:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
||||||
<th scope="row">
|
</tr>
|
||||||
<p>도시벽지학교여부</p>
|
<tr>
|
||||||
</th>
|
<th scope="row">
|
||||||
<td>${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
<p>도서학교구분</p>
|
||||||
</tr>
|
</th>
|
||||||
|
<td colspan="3">${info.isltnYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>벽지학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn2Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>접적학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn3Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.ppltnReducAreaYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>주소</p>
|
<p>주소</p>
|
||||||
|
|||||||
@ -372,19 +372,38 @@ function replyCalculation(){
|
|||||||
<th scope="row"><p>학교(기관)명</p></th>
|
<th scope="row"><p>학교(기관)명</p></th>
|
||||||
<td><c:out value='${info.scholInsttNm}'/></td>
|
<td><c:out value='${info.scholInsttNm}'/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th scope="row"><p>기관(학교)구분</p></th>
|
<tr>
|
||||||
<td><ve:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
<th scope="row">
|
||||||
<th scope="row"><p>도서벽지학교여부</p></th>
|
<p>학교구분</p>
|
||||||
<td>
|
</th>
|
||||||
<c:if test="${info.isltnScholYn eq 'Y'}">
|
<td colspan="3"><ve:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
||||||
예
|
</tr>
|
||||||
</c:if>
|
<tr>
|
||||||
<c:if test="${info.isltnScholYn eq 'N'}">
|
<th scope="row">
|
||||||
아니오
|
<p>도서학교구분</p>
|
||||||
</c:if>
|
</th>
|
||||||
</td>
|
<td colspan="3">${info.isltnYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>벽지학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn2Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>접적학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn3Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.ppltnReducAreaYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><p>주소</p></th>
|
<th scope="row"><p>주소</p></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
|
|||||||
@ -222,7 +222,7 @@
|
|||||||
<input type="text" readonly id="atFileBasicWrite" style="width:500px;" name="atFileBasicWrite"/>
|
<input type="text" readonly id="atFileBasicWrite" style="width:500px;" name="atFileBasicWrite"/>
|
||||||
<input type="file" name="file" id="file" style="display:none" accept=".xls, .xlsx" onchange="changeValue(this); return false;"/>
|
<input type="file" name="file" id="file" style="display:none" accept=".xls, .xlsx" onchange="changeValue(this); return false;"/>
|
||||||
<button type="button" class="btnType btnType9" onclick="document.all.file.click(); return false;">파일첨부</button>
|
<button type="button" class="btnType btnType9" onclick="document.all.file.click(); return false;">파일첨부</button>
|
||||||
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000018230&fileSn=0" target="_blank">sample</a></span>
|
<span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="https://www.copyright.or.kr/offedu/cmm/fms/FileDown.do?atchFileId=FILE_000000000040425&fileSn=0" target="_blank">sample</a></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -123,7 +123,7 @@
|
|||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>학교(기관)명</p>
|
<p>학교(기관)명</p>
|
||||||
</th>
|
</th>
|
||||||
<td><c:out value="${info.scholNm}" /></td>
|
<td><c:out value="${info.scholNm}" />(<c:out value="${info.stndrdScholCd}" />)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
|
|||||||
@ -155,7 +155,7 @@
|
|||||||
<th>번호</th>
|
<th>번호</th>
|
||||||
<th>학교구분</th>
|
<th>학교구분</th>
|
||||||
<th>지역</th>
|
<th>지역</th>
|
||||||
<th>학교(기관)명</th>
|
<th>학교(기관)명(표준학교코드)</th>
|
||||||
<th>도서여부</th>
|
<th>도서여부</th>
|
||||||
<th>벽지여부</th>
|
<th>벽지여부</th>
|
||||||
<th>접적학교여부</th>
|
<th>접적학교여부</th>
|
||||||
@ -198,6 +198,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<a href="#" onclick="javascript:fncGoDetail('${list.scholId}'); return false;">
|
<a href="#" onclick="javascript:fncGoDetail('${list.scholId}'); return false;">
|
||||||
<c:out value="${list.scholNm}"/>
|
<c:out value="${list.scholNm}"/>
|
||||||
|
(<c:out value="${list.stndrdScholCd}"/>)
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@ -116,7 +116,13 @@ var _searchYear = "${boardVO.searchYear}";
|
|||||||
<button type="button" title="새창열림"><img src="<c:url value='/visitEdu/usr/publish/images/content/twitter_icon.png' />" alt="트위터 바로가기"></button>
|
<button type="button" title="새창열림"><img src="<c:url value='/visitEdu/usr/publish/images/content/twitter_icon.png' />" alt="트위터 바로가기"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<c:if test="${
|
||||||
|
brdMstrVO.bbsId ne 'BBSMSTR_000000000711'
|
||||||
|
and brdMstrVO.bbsId ne 'BBSMSTR_000000000701'
|
||||||
|
and brdMstrVO.bbsId ne 'BBSMSTR_000000000725'
|
||||||
|
}">
|
||||||
|
|
||||||
<div class="tit_box type2">
|
<div class="tit_box type2">
|
||||||
<i class="tit_box_icon2"></i>
|
<i class="tit_box_icon2"></i>
|
||||||
<div>
|
<div>
|
||||||
@ -163,6 +169,10 @@ var _searchYear = "${boardVO.searchYear}";
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
<form name="frm" action="<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>" method="post">
|
<form name="frm" action="<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>" method="post">
|
||||||
<input type="hidden" name="menuNo" class="hiddenMenuNo" />
|
<input type="hidden" name="menuNo" class="hiddenMenuNo" />
|
||||||
<c:if test="${not empty searchVO.seCd}"><%-- 구분값. 공모/결과 탭화면을 위한 --%>
|
<c:if test="${not empty searchVO.seCd}"><%-- 구분값. 공모/결과 탭화면을 위한 --%>
|
||||||
|
|||||||
@ -783,28 +783,36 @@
|
|||||||
</th>
|
</th>
|
||||||
<td colspan="3"><c:out value="${info.scholInsttNm}"/></td>
|
<td colspan="3"><c:out value="${info.scholInsttNm}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength4">
|
<tr>
|
||||||
<th scope="row">
|
|
||||||
<p>학교구분</p>
|
|
||||||
</th>
|
|
||||||
<td><kc:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
|
||||||
<th scope="row">
|
|
||||||
<p>도시벽지학교여부</p>
|
|
||||||
</th>
|
|
||||||
<td>${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="trLength2">
|
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>학교구분</p>
|
<p>학교구분</p>
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3"><kc:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
<td colspan="3"><kc:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength2">
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>도시벽지학교여부</p>
|
<p>도서학교구분</p>
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3">${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
<td colspan="3">${info.isltnYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>벽지학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn2Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>접적학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn3Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.ppltnReducAreaYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>주소</p>
|
<p>주소</p>
|
||||||
|
|||||||
@ -759,6 +759,56 @@
|
|||||||
<label for="isltn_schol_Y">예</label>
|
<label for="isltn_schol_Y">예</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>도서학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltnYn" id="isltn_Y" value="Y" ${info.isltnYn eq 'Y' ? 'checked' : info.isltnYn} disabled>
|
||||||
|
<label for="isltn_Y">예</label>
|
||||||
|
<input type="radio" name="isltnYn" id="isltn_N" value="N" ${empty info.isltnYn or info.isltnYn eq 'N' ? 'checked' : info.isltnYn} disabled>
|
||||||
|
<label for="isltn_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>벽지학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_Y" value="Y" ${info.isltn2Yn eq 'Y' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_Y">예</label>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_N" value="N" ${empty info.isltn2Yn or info.isltn2Yn eq 'N' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>접적학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_Y" value="Y" ${info.isltn3Yn eq 'Y' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_Y">예</label>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_N" value="N" ${empty info.isltn3Yn or info.isltn3Yn eq 'N' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_Y" value="Y" ${info.ppltnReducAreaYn eq 'Y' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_Y">예</label>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_N" value="N" ${empty info.ppltnReducAreaYn or info.ppltnReducAreaYn eq 'N' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr class="input_adress">
|
<tr class="input_adress">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
|||||||
@ -180,7 +180,11 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
|
|||||||
$("#addrDetail").val(schData.newAddrDtl);
|
$("#addrDetail").val(schData.newAddrDtl);
|
||||||
|
|
||||||
$('input[name=scholDivCd][value='+schData.scholDivCd+']').prop('checked', true);
|
$('input[name=scholDivCd][value='+schData.scholDivCd+']').prop('checked', true);
|
||||||
$('input[name=isltnScholYn][value='+schData.isltnScholYn+']').prop('checked', true);
|
//$('input[name=isltnScholYn][value='+schData.isltnScholYn+']').prop('checked', true);
|
||||||
|
$('input[name=isltnYn][value='+schData.isltnYn+']').prop('checked', true);
|
||||||
|
$('input[name=isltn2Yn][value='+schData.isltn2Yn+']').prop('checked', true);
|
||||||
|
$('input[name=isltn3Yn][value='+schData.isltn3Yn+']').prop('checked', true);
|
||||||
|
$('input[name=ppltnReducAreaYn][value='+schData.ppltnReducAreaYn+']').prop('checked', true);
|
||||||
|
|
||||||
|
|
||||||
$("#eduSlctAreaCd").find("option").each(function(index){
|
$("#eduSlctAreaCd").find("option").each(function(index){
|
||||||
@ -847,11 +851,6 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
|
|||||||
<c:out value='${selectBasicTRInfo.cn}' escapeXml="false" />
|
<c:out value='${selectBasicTRInfo.cn}' escapeXml="false" />
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<c:if test=""></c:if>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="tb_tit01">
|
<div class="tb_tit01">
|
||||||
<div class="tb_tit01_left">
|
<div class="tb_tit01_left">
|
||||||
@ -914,15 +913,51 @@ var psblFlag = "Y";//학생 신청가능기간여부 체크
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
<p>도서벽지학교여부</p>
|
<p>도서학교여부</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="isltnScholYn" id="isltn_schol_Y" value="Y" ${info.isltnScholYn eq 'Y' ? 'checked' : info.isltnScholYn} disabled>
|
<input type="radio" name="isltnYn" id="isltn_Y" value="Y" ${info.isltnYn eq 'Y' ? 'checked' : info.isltnYn} disabled>
|
||||||
<label for="isltn_schol_Y">예</label>
|
<label for="isltn_Y">예</label>
|
||||||
<input type="radio" name="isltnScholYn" id="isltn_schol_N" value="N" ${empty info.isltnScholYn or info.isltnScholYn eq 'N' ? 'checked' : info.isltnScholYn} disabled>
|
<input type="radio" name="isltnYn" id="isltn_N" value="N" ${empty info.isltnYn or info.isltnYn eq 'N' ? 'checked' : info.isltnYn} disabled>
|
||||||
<label for="isltn_schol_N">아니오</label>
|
<label for="isltn_N">아니오</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>벽지학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_Y" value="Y" ${info.isltn2Yn eq 'Y' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_Y">예</label>
|
||||||
|
<input type="radio" name="isltn2Yn" id="isltn2_N" value="N" ${empty info.isltn2Yn or info.isltn2Yn eq 'N' ? 'checked' : info.isltn2Yn} disabled>
|
||||||
|
<label for="isltn2_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>접적학교여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_Y" value="Y" ${info.isltn3Yn eq 'Y' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_Y">예</label>
|
||||||
|
<input type="radio" name="isltn3Yn" id="isltn3_N" value="N" ${empty info.isltn3Yn or info.isltn3Yn eq 'N' ? 'checked' : info.isltn3Yn} disabled>
|
||||||
|
<label for="isltn3_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_Y" value="Y" ${info.ppltnReducAreaYn eq 'Y' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_Y">예</label>
|
||||||
|
<input type="radio" name="ppltnReducAreaYn" id="ppltn_reduc_area_N" value="N" ${empty info.ppltnReducAreaYn or info.ppltnReducAreaYn eq 'N' ? 'checked' : info.ppltnReducAreaYn} disabled>
|
||||||
|
<label for="ppltn_reduc_area_N">아니오</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr class="input_adress">
|
<tr class="input_adress">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
|||||||
@ -831,29 +831,37 @@
|
|||||||
<p>학교(기관)명</p>
|
<p>학교(기관)명</p>
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3"><c:out value="${info.scholInsttNm}"/></td>
|
<td colspan="3"><c:out value="${info.scholInsttNm}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength4">
|
<tr>
|
||||||
<th scope="row">
|
|
||||||
<p>학교구분</p>
|
|
||||||
</th>
|
|
||||||
<td><kc:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
|
||||||
<th scope="row">
|
|
||||||
<p>도시벽지학교여부</p>
|
|
||||||
</th>
|
|
||||||
<td>${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="trLength2">
|
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>학교구분</p>
|
<p>학교구분</p>
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3"><kc:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
<td colspan="3"><kc:code codeId="VE0009" code="${info.scholDivCd}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength2">
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>도시벽지학교여부</p>
|
<p>도서학교구분</p>
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3">${info.isltnScholYn eq 'Y' ? '예' : '아니오'}</td>
|
<td colspan="3">${info.isltnYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>벽지학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn2Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>접적학교구분</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.isltn3Yn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>인구감소지역여부</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">${info.ppltnReducAreaYn eq 'Y' ? '예' : '아니오'}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>주소</p>
|
<p>주소</p>
|
||||||
|
|||||||
@ -68,13 +68,22 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tit_box">
|
<c:choose>
|
||||||
<i class="tit_box_icon1"></i>
|
<c:when test="${empty selectBasicTRInfo}">
|
||||||
<div>
|
<div class="tit_box">
|
||||||
<p>찾아가는 저작권 교육</p>
|
<i class="tit_box_icon1"></i>
|
||||||
<span>‘찾아가는 저작권 교육’은 저작권 교육이 필요한 <span>전국 초ㆍ중ㆍ고등학교, 청소년ㆍ아동복지ㆍ노인ㆍ장애인 기관 및 단체 등</span>에 직접 방문하여 무료로 강의를 지원하는 맞춤형 교육 서비스입니다.</span>
|
<div>
|
||||||
|
<p>찾아가는 저작권 교육</p>
|
||||||
|
<span>‘찾아가는 저작권 교육’은 저작권 교육이 필요한 <span>전국 초ㆍ중ㆍ고등학교, 청소년ㆍ아동복지ㆍ노인ㆍ장애인 기관 및 단체 등</span>에 직접 방문하여 무료로 강의를 지원하는 맞춤형 교육 서비스입니다.</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<c:out value='${selectBasicTRInfo.cn}' escapeXml="false" />
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user