Commit 9f7d04ce by Vo Duc Thang

Release

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