73 行
2.0 KiB
Plaintext
73 行
2.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${context.getContextName()}</title>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
${Styles.src(zhiqim.css)}
|
|
${Scripts.src(zhiqim.js)}
|
|
${Scripts.src(jsencrypt.js)}
|
|
${Styles.htmlOverflowHidden()}
|
|
<style>
|
|
body{color:#333;background:#4865e7 url(ztmpl/zhiqim_manager/index_bg_00.jpg) no-repeat top center; background-size:contain 100%;}
|
|
body,table,td,div{font-size:14px;line-height:120%;}
|
|
|
|
</style>
|
|
<script>
|
|
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<#-- Z.onload(function()
|
|
{//默认焦点
|
|
if (Z.V.isEmpty(Z("#operatorCode").val()))
|
|
Z("#operatorCode").focus();
|
|
else if (Z.V.isEmpty(Z("#operatorPass").val()))
|
|
Z("#operatorPass").focus();
|
|
else if (Z("#verificationCode").length > 0)
|
|
Z("#verificationCode").focus();
|
|
|
|
Z(document).keydown(function(e)
|
|
{
|
|
if (Z.E.key(e) != Z.E.KEY.ENTER)
|
|
return;
|
|
|
|
if (!Z.Dialog.cache.isEmpty())
|
|
return;
|
|
|
|
doLogin();
|
|
});
|
|
}); -->
|
|
<#-- 主题变量和函数定义 -->
|
|
|
|
<div class="header">
|
|
<div class="z-float-left z-w400 z-lh40 z-pd-l10 z-color-white">欢迎登录简奈自助设计!</div>
|
|
<div class="z-float-right z-text-right z-w200 z-lh40 z-pd-r10"></div>
|
|
</div>
|
|
<div style="height:410px">
|
|
<table class="z-table">
|
|
<tr>
|
|
<td width="50%" valign="top" rowspan="2" class="z-relative">
|
|
<input type="text" class="z-hidden-fixed"/>
|
|
<input type="password" class="z-hidden-fixed"/>
|
|
<table class="z-table z-mg-l30 z-h70-tr z-pd5 z-color-white">
|
|
<tr>
|
|
<td class="z-px20 z-mg-t10">用户登录</td>
|
|
</tr>
|
|
<tr>
|
|
<td><input id="operatorCode" class="input" placeholder="用户名" value="" maxlength="16" spellcheck="false" autocomplete="off"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input id="mobile" class="input" placeholder="手机号" value="" maxlength="16" spellcheck="false" autocomplete="off"></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|