|
|
|
@ -51,6 +51,13 @@
|
|
|
|
|
<p class="main_img"><img src="<c:url value='/'/>resources/image/fims/framework/login/loginDeco_02.png" alt=""></img></p>
|
|
|
|
|
<form id="formAuthentication" method="post">
|
|
|
|
|
<div class="input_wrap">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<select id="institute" name="institute" class="form-select mb-2"
|
|
|
|
|
style="height:45px;width:100%;max-width:560px;">
|
|
|
|
|
<option value="4060000">파주시</option>
|
|
|
|
|
<option value="default">기본</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="text" id="userId" value="${cookie['userAccount'].getValue()}"
|
|
|
|
|
required title="계정 입력" class="typeText required form-control inp-long" placeholder="계정" autofocus/>
|
|
|
|
@ -90,7 +97,7 @@ function login() {
|
|
|
|
|
var params = {
|
|
|
|
|
account:$("#userId").val(),
|
|
|
|
|
password:$("#password").val(),
|
|
|
|
|
institute:"default"
|
|
|
|
|
institute:$("#institute").val()
|
|
|
|
|
<%--, rememberCredentials:true--%>
|
|
|
|
|
};
|
|
|
|
|
json.post({
|
|
|
|
|