|
@@ -30,9 +30,15 @@
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>
|
|
<li>
|
|
|
<ul class="loginBox">
|
|
<ul class="loginBox">
|
|
|
- <li th:style="${error == null ? 'display: none;' : ''}">
|
|
|
|
|
|
|
+<!-- <li th:style="${error == null ? 'display: none;' : ''}"> -->
|
|
|
|
|
+<!-- <div class="alertBox alert-danger" id="loginFailAlert"> -->
|
|
|
|
|
+<!-- <strong th:text="${error}">사용자ID 또는 비밀번호가 일치하지 않습니다.</strong> -->
|
|
|
|
|
+<!-- <button type="button" class="alertClose" onclick="uifnAlertClose('loginFailAlert');">닫기</button> -->
|
|
|
|
|
+<!-- </div> -->
|
|
|
|
|
+<!-- </li> -->
|
|
|
|
|
+ <li>
|
|
|
<div class="alertBox alert-danger" id="loginFailAlert">
|
|
<div class="alertBox alert-danger" id="loginFailAlert">
|
|
|
- <strong th:text="${error}">사용자ID 또는 비밀번호가 일치하지 않습니다.</strong>
|
|
|
|
|
|
|
+ <strong id="error">패스워드가 초기화 되었습니다. 본인 아이디_st24 형식으로<br/>로그인 후 비밀번호를 변경하시기 바랍니다.</strong>
|
|
|
<button type="button" class="alertClose" onclick="uifnAlertClose('loginFailAlert');">닫기</button>
|
|
<button type="button" class="alertClose" onclick="uifnAlertClose('loginFailAlert');">닫기</button>
|
|
|
</div>
|
|
</div>
|
|
|
</li>
|
|
</li>
|
|
@@ -98,6 +104,10 @@
|
|
|
$('#loginForm input[name=passwd]').focus();
|
|
$('#loginForm input[name=passwd]').focus();
|
|
|
$('#saveId').prop('checked', true);
|
|
$('#saveId').prop('checked', true);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ if (!gagajf.isNull([[${error}]])) {
|
|
|
|
|
+ $('#error').html([[${error}]]);
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|
|
|
/*]]>*/
|
|
/*]]>*/
|
|
|
</script>
|
|
</script>
|