메인페이지 스크립트 오류 및 키워드 페이지 복구
@b2d9f6a4da20cd2a78a84935c473946cc9fbb50b
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -1588,7 +1588,7 @@ |
| 1588 | 1588 |
<label for="password_text" class="label"></label> |
| 1589 | 1589 |
<input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}">
|
| 1590 | 1590 |
<label for="login_button" class="label"></label> |
| 1591 |
- <button type="button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button> |
|
| 1591 |
+ <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button> |
|
| 1592 | 1592 |
</div> |
| 1593 | 1593 |
<div class="login_save"> |
| 1594 | 1594 |
<input type="checkbox" id="save_id" name="checkId"> |
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -1603,7 +1603,7 @@ |
| 1603 | 1603 |
</div> |
| 1604 | 1604 |
|
| 1605 | 1605 |
|
| 1606 |
-<!--<div class="main_cont5 keyword_wrap"> |
|
| 1606 |
+<div class="main_cont5 keyword_wrap"> |
|
| 1607 | 1607 |
<div class="inner"> |
| 1608 | 1608 |
<p class="tit_text">이런 키워드는 어때요?</p> |
| 1609 | 1609 |
<ul class="link_box"> |
... | ... | @@ -1612,7 +1612,7 @@ |
| 1612 | 1612 |
</c:forEach> |
| 1613 | 1613 |
</ul> |
| 1614 | 1614 |
</div> |
| 1615 |
-</div>--> |
|
| 1615 |
+</div> |
|
| 1616 | 1616 |
|
| 1617 | 1617 |
|
| 1618 | 1618 |
<div class="main_cont4 adv_wrap"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?