|
|
@@ -2,7 +2,7 @@
|
|
|
<html lang="ko"
|
|
|
xmlns:th="http://www.thymeleaf.org"
|
|
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
|
|
- layout:decorator="mob/common/layout/DefaultLayoutMob">
|
|
|
+ layout:decorator="mob/common/layout/LoginLayoutMob">
|
|
|
<!--
|
|
|
*******************************************************************************
|
|
|
* @source : SigninFormMob.html
|
|
|
@@ -21,7 +21,7 @@
|
|
|
<th:block layout:fragment="content">
|
|
|
<main class="container mb">
|
|
|
<div class="close">
|
|
|
- <a href="javascript:void(0)" class="btn_close" onclick="cfnGoToPage(_PAGE_MAIN);"><span></span><span></span></a>
|
|
|
+ <a href="javascript:history.back(-1);" class="btn_close"><span></span><span></span></a>
|
|
|
</div>
|
|
|
|
|
|
<!-- ★ 컨텐츠 시작 -->
|