추가개발12/30
This commit is contained in:
parent
3ba0aa3bd2
commit
34f6ad8ff7
|
|
@ -2,13 +2,7 @@
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "로그인";
|
ViewData["Title"] = "로그인";
|
||||||
Layout = null;
|
Layout = null;
|
||||||
|
|
||||||
string nptcPwd = "";
|
|
||||||
//if (Request.ServerVariables["REMOTE_ADDR"] == "1.214.45.218") {
|
|
||||||
nptcPwd = "rhksflwkfhrmdls999";
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
@nptcPwd
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="bg-black">
|
<html lang="en" class="bg-black">
|
||||||
<head>
|
<head>
|
||||||
|
|
@ -49,7 +43,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label">Password</label>
|
<label class="control-label">Password</label>
|
||||||
<input type="password" name="user.UserPass" id="pw" placeholder="PASSWORD" class="form-control input-lg" value="@nptcPwd" />
|
<input type="password" name="user.UserPass" id="pw" placeholder="PASSWORD" class="form-control input-lg" value="" />
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<label><input type="checkbox" id="SavedId2" @(string.IsNullOrEmpty(Model.SavedId) ? "" : "checked") />Remember ID</label>
|
<label><input type="checkbox" id="SavedId2" @(string.IsNullOrEmpty(Model.SavedId) ? "" : "checked") />Remember ID</label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue