2025-11-20 10:16 게시판관리 홈페이지링크 수정

This commit is contained in:
myname 2025-11-20 10:16:53 +09:00
parent 1aa40a5074
commit 5d148c9acb

View File

@ -275,7 +275,7 @@ function bbsMasterExcelDownload(){
<%-- <input type="button" value="게시판보기" class="btnType2" onclick="location.href='<c:url value='/cop/bbs/selectBoardList.do'/>?bbsId=<c:out value='${result.bbsId}'/>'"> --%>
<button type="button" class="btnType01 btn_look_notice" onclick="location.href='<c:url value='/cop/bbs/selectBoardList.do'/>?bbsId=<c:out value='${result.bbsId}'/>'">게시판보기</button>
<%-- <input type="button" value="홈페이지" class="btnType2" onclick="window.open('about:blank').location.href='${result.bbsHomeUrl}'"> --%>
<button type="button" class="btnType01 btn_homepage" onclick="window.open('about:blank').location.href='/offedu${result.bbsHomeUrl}'">홈페이지</button>
<button type="button" class="btnType01 btn_homepage" onclick="window.open('about:blank').location.href='/ipedu${result.bbsHomeUrl}'">홈페이지</button>
</td>
</tr>
</c:forEach>