누리집 수정

This commit is contained in:
hylee 2024-03-18 12:11:56 +09:00
parent d1a767ae6c
commit bbec52a0b7
5 changed files with 8 additions and 8 deletions

View File

@ -60,7 +60,7 @@ public class ContentController{
response.setDateHeader("Expires", 0);
response.setHeader("Pragma", "no-cache");
response.setDateHeader("Max-Age", 0);
System.out.println("+++++");
String sLocationUrl = "cnt/ckeditorPriview";
// String sLocationUrl = "cnt/"+cntManageVO.getCntId();
return sLocationUrl ;

View File

@ -47,7 +47,7 @@ function footerSiteLinkPageGo (){
<div class="site_go">
<label for="footerSite">위원회 운영사이트 선택</label>
<select name="footerSite" id="footerSite">
<option value="" selected>위원회 운영 사이트</option>
<option value="" selected>위원회 운영 누리집</option>
<option value="http://www.copyright.or.kr">대표홈페이지</option>
<option value="https://www.kdce.or.kr/user/main.do">디지털 저작권거래소</option>
<option value="https://www.findcopyright.or.kr/main/main.do">권리자 찾기</option>

View File

@ -132,7 +132,7 @@ function usrJoin(){
<kc:profile value="local">
</kc:profile>
<%-- <a href="/web/user/login/ssoLogin2.do">로그인(로컬개발자용)</a> --%>
<a href="/web/user/login/ssoLogin.do">로그인</a>
<a href="/web/user/login/ssoLogin.do">회원 들어가기</a>
<%-- <a href="#" onclick="usrJoin(); return false;" target="_blank" title="새창열림">회원가입</a> --%>
<button type="button" title="새창열림" onclick="usrJoin(); return false;">회원가입</button>

View File

@ -79,10 +79,10 @@ $(document).ready(function (){
<c:set var="path" value="<%= request.getServletPath() %>"/>
<c:if test="${path == '/web/user/login/ssoLogin.do'}">
<div class="snb_wrap">
<button class="snb_tit" title="하위메뉴 열기">로그인</button>
<button class="snb_tit" title="하위메뉴 열기">회원 들어가기</button>
<ul class="snb_depth">
<li>
<a href="${path}">로그인</a>
<a href="${path}">회원 들어가기</a>
</li>
</ul>
</div>

View File

@ -100,14 +100,14 @@ function usrIdPassFind(choose){
<div class="cont_wrap login_cont" id="sub">
<div class="inner">
<div class="cont_tit">
<h2>로그인</h2>
<h2>회원 들어가기</h2>
</div>
<fieldset>
<div class="login_wrap">
<p class="login_tit">
<span>로그인</span>
<span>회원 들어가기</span>
해주세요
</p>
<kc:profile value="local">
@ -181,7 +181,7 @@ function usrIdPassFind(choose){
<label for="password_text">비밀번호 입력</label>
<input type="password" id="password_text" onkeypress="press(event)" placeholder="비밀번호를 입력해주세요">
<div class="btn_wrap">
<button type="button" onclick="javascript:actionLogin();" class="btn_login">로그인</button>
<button type="button" onclick="javascript:actionLogin();" class="btn_login">회원 들어가기</button>
<button type="button" onclick="window.open('<c:out value='${joinUrl}'/>')" title="새창열림" class="btn_join">회원가입</button>
</div>
<div class="login_util">