이준호 전자조정시스템 고도화 커밋

- 웹접근성 대비 커밋
This commit is contained in:
leejunho 2023-04-03 17:51:46 +09:00
parent 366ece7003
commit f22194753f
4 changed files with 33 additions and 14 deletions

View File

@ -582,7 +582,8 @@ public class AdjstReqWebController {
* @ 조정상태를 신청전 - 접수후 - 종결 이렇게 하고 써보자. 다른구조 필요하면 나중에 바꾸지뭐
*/
return "/web/kccadr/adjst/adjstReq1Regist";
// return "/web/kccadr/adjst/adjstReq1Regist";
return "redirect:/web/kccadr/adjst/adjstReqRegistInformation.do";
}
/**

View File

@ -62,8 +62,9 @@ function footerSiteLinkPageGo (){
<option value="https://gongu.copyright.or.kr">공유마당</option>
<option value="https://www.olis.or.kr/olis/olisMain.do">OLIS(오픈소스SW라이선스)</option>
<!-- <option value="SITE007">OLIS(오픈소스SW라이선스)</option> -->
<option value="http://edu-copyright.or.kr">원격교육연수원</option>
<option value="http://edulife.copyright.or.kr">원격평생교육원</option>
<!-- <option value="http://edu-copyright.or.kr">원격교육연수원</option>
<option value="http://edulife.copyright.or.kr">원격평생교육원</option> -->
<option value="https://www.edu-copyright.or.kr">저작권e배움터</option>
<option value="http://www.cros.or.kr">저작권 등록</option>
<option value="http://www.swes.or.kr">온라인 임치</option>
<option value="https://cras.copyright.or.kr/front/right/comm/main_.do">저작권 인증</option>

View File

@ -79,7 +79,6 @@
function fncGoCreate(){
var listForm = document.listForm ;
//listForm.action = "<c:url value='/web/kccadr/adjst/adjstReq1Regist.do'/>"; // 신청서작성 메뉴 URL로 수정
listForm.action = "<c:url value='/web/kccadr/adjst/adjstReqRegistInformation.do'/>";
listForm.submit();
}
@ -227,16 +226,22 @@
<%-- 종결상세 --%>
<td class="td_subscriber">
<span class="m_th_text">신청인</span>
<c:if test="${not empty list.appliCantNm}">
<a href="#none" onclick="fncCloseDetail('${list.adrSeq}', '${list.adrSn}');"><c:out value="${list.appliCantNm}"/></a>
</c:if>
</td>
<td class="td_respondent">
<span class="m_th_text">피신청인</span>
<c:if test="${not empty list.resPonDentNm}">
<a href="#none" onclick="fncCloseDetail('${list.adrSeq}', '${list.adrSn}');"><c:out value="${list.resPonDentNm}"/></a>
</c:if>
</td>
<td class="td_tit">
<div class="hover_content_wrap">
<span class="read_only m_th_text">신청내용</span>
<c:if test="${not empty fn:trim(list.ccTy)}">
<a href="#none" onclick="fncCloseDetail('${list.adrSeq}', '${list.adrSn}');"><kc:code codeId="CC002" code="${list.ccTy}"/></a>
</c:if>
<c:if test="${!empty list.reqCn1}">
<div class="hover_content_box">
<c:out value="${list.reqCn1}"/>
@ -248,16 +253,22 @@
<c:when test="${list.statCd eq '101050' or (list.statCd >= '201010' and list.statCd <= '309050')}">
<td class="td_subscriber">
<span class="m_th_text">신청인</span>
<c:if test="${not empty list.appliCantNm}">
<a href="#none" onclick="fncGoingDetail('${list.adrSeq}', '${list.adrSn}');"><c:out value="${list.appliCantNm}"/></a>
</c:if>
</td>
<td class="td_respondent">
<span class="m_th_text">피신청인</span>
<c:if test="${not empty list.resPonDentNm}">
<a href="#none" onclick="fncGoingDetail('${list.adrSeq}', '${list.adrSn}');"><c:out value="${list.resPonDentNm}"/></a>
</c:if>
</td>
<td class="td_tit">
<div class="hover_content_wrap">
<span class="read_only m_th_text">신청내용</span>
<c:if test="${not empty fn:trim(list.ccTy)}">
<a href="#none" onclick="fncGoingDetail('${list.adrSeq}', '${list.adrSn}');"><kc:code codeId="CC002" code="${list.ccTy}"/></a>
</c:if>
<c:if test="${!empty list.reqCn1}">
<div class="hover_content_box">
<c:out value="${list.reqCn1}"/>
@ -270,16 +281,22 @@
<c:otherwise>
<td class="td_subscriber">
<span class="m_th_text">신청인</span>
<c:if test="${not empty list.appliCantNm}">
<a href="#none" onclick="fncGoDetail('${list.adrSeq}');"><c:out value="${list.appliCantNm}"/></a>
</c:if>
</td>
<td class="td_respondent">
<span class="m_th_text">피신청인</span>
<c:if test="${not empty list.resPonDentNm}">
<a href="#none" onclick="fncGoDetail('${list.adrSeq}');"><c:out value="${list.resPonDentNm}"/></a>
</c:if>
</td>
<td class="td_tit">
<div class="hover_content_wrap">
<span class="read_only m_th_text">신청내용</span>
<c:if test="${not empty fn:trim(list.ccTy)}">
<a href="#none" onclick="fncGoDetail('${list.adrSeq}');"><kc:code codeId="CC002" code="${list.ccTy}"/></a>
</c:if>
<c:if test="${!empty list.reqCn1}">
<div class="hover_content_box">
<c:out value="${list.reqCn1}"/>

View File

@ -40,7 +40,7 @@ c c <%@ page contentType="text/html; charset=utf-8"%>
function fncGoCreate(){
var listForm = document.listForm ;
listForm.action = "<c:url value='/web/kccadr/adjst/adjstReq1Regist.do'/>";
listForm.action = "<c:url value='/web/kccadr/adjst/adjstReqRegistInformation.do'/>";
listForm.submit();
}
</script>