Commit 9f7d04ce by Vo Duc Thang

Release

parent 32fa65d6
......@@ -33,6 +33,9 @@
<![endif]-->
</head>
<body id="login">
<div class="splash-screen" id="splashscreen">
</div>
<div id="login-screen" style="display:none;">
<header>
<div class="cnt_header">
<a class="logo" href="#"> </a>
......@@ -61,7 +64,7 @@
</dl>
<dl>
<dt class="lang" lang="txtLoginPwd">パスワード:</dt>
<dd><input type="password" id="txtPassword"/></dd>
<dd><input type="password" id="txtPassword" maxlength="10"/></dd>
</dl>
<p class="memory"><input type="checkbox" id="chkRemember"/><label class="lang" lang="txtLoginPwdRbr" for="chkRemember">アカウントパスとログインIDを記憶する</label></p>
<p class="loginbtn"><a id="btnLogin" class="lang" lang="dspLogin">ログイン</a></p>
......@@ -99,5 +102,6 @@
<iframe style="height:0px;width:0px;visibility:hidden" src="about:blank">
this frame prevents back forward cache
</iframe>
</div>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment