|
@@ -41,7 +41,7 @@ $( function(){
|
|
if( centerType == 'C' ) {
|
|
if( centerType == 'C' ) {
|
|
$( "#errMsg" ).text( '<spring:message code="login.required.id" />' );
|
|
$( "#errMsg" ).text( '<spring:message code="login.required.id" />' );
|
|
} else if( centerType == 'S' ){
|
|
} else if( centerType == 'S' ){
|
|
- $( "#errMsg" ).text( '거주지번호를 입력해주세요' );
|
|
|
|
|
|
+ $( "#errMsg" ).text( '<spring:message code="login.required.residence" />' );
|
|
}
|
|
}
|
|
// $( "#id" ).focus();
|
|
// $( "#id" ).focus();
|
|
return;
|
|
return;
|
|
@@ -157,9 +157,8 @@ function setCenterType( type ){
|
|
if( type == 'C' ) {
|
|
if( type == 'C' ) {
|
|
$( "#id" ).attr( "placeholder", '<spring:message code="login.placeholder.id" />' );
|
|
$( "#id" ).attr( "placeholder", '<spring:message code="login.placeholder.id" />' );
|
|
} else if( type == 'S' ) {
|
|
} else if( type == 'S' ) {
|
|
- $( "#id" ).attr( "placeholder", '거주지 번호' );
|
|
|
|
|
|
+ $( "#id" ).attr( "placeholder", '<spring:message code="login.placeholder.residence" />' );
|
|
}
|
|
}
|
|
-
|
|
|
|
if( $( "#errMsg" ).text() != "" ) {
|
|
if( $( "#errMsg" ).text() != "" ) {
|
|
$( "#loginForm" ).valid();
|
|
$( "#loginForm" ).valid();
|
|
}
|
|
}
|
|
@@ -273,7 +272,8 @@ transition: 0.5s;
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container">
|
|
<div class="container">
|
|
- <div class="title"><spring:message code="login.top.title" />
|
|
|
|
|
|
+ <div class="title">
|
|
|
|
+ <spring:message code="login.top.title" />
|
|
<br/><span style="font-size:10px !important;">hcms</span>
|
|
<br/><span style="font-size:10px !important;">hcms</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -291,11 +291,11 @@ transition: 0.5s;
|
|
<ul class="center-type-ul">
|
|
<ul class="center-type-ul">
|
|
<li>
|
|
<li>
|
|
<input type="radio" id="centerTypeC" name="centerType" value="C" checked="checked">
|
|
<input type="radio" id="centerTypeC" name="centerType" value="C" checked="checked">
|
|
- <label for="centerTypeC">생활치료센터</label>
|
|
|
|
|
|
+ <label for="centerTypeC"><span></span><spring:message code="menu.center.title" /></label>
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
<input type="radio" id="centerTypeS" name="centerType" value="S">
|
|
<input type="radio" id="centerTypeS" name="centerType" value="S">
|
|
- <label for="centerTypeS">재택치료</label>
|
|
|
|
|
|
+ <label for="centerTypeS"><span></span><spring:message code="login.location.list.재택치료" /></label>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|