iphoneLogin1.zml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>${context.getContextName()}</title>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  7. ${Styles.src(zhiqim.css)}
  8. ${Scripts.src(zhiqim.js)}
  9. ${Scripts.src(jsencrypt.js)}
  10. ${Styles.htmlOverflowHidden()}
  11. <style>
  12. body{color:#333;background:#4865e7 url(ztmpl/zhiqim_manager/index_bg_00.jpg) no-repeat top center; background-size:contain 100%;}
  13. body,table,td,div{font-size:14px;line-height:120%;}
  14. </style>
  15. <script>
  16. </script>
  17. </head>
  18. <body>
  19. <#-- Z.onload(function()
  20. {//默认焦点
  21. if (Z.V.isEmpty(Z("#operatorCode").val()))
  22. Z("#operatorCode").focus();
  23. else if (Z.V.isEmpty(Z("#operatorPass").val()))
  24. Z("#operatorPass").focus();
  25. else if (Z("#verificationCode").length > 0)
  26. Z("#verificationCode").focus();
  27. Z(document).keydown(function(e)
  28. {
  29. if (Z.E.key(e) != Z.E.KEY.ENTER)
  30. return;
  31. if (!Z.Dialog.cache.isEmpty())
  32. return;
  33. doLogin();
  34. });
  35. }); -->
  36. <#-- 主题变量和函数定义 -->
  37. <div class="header">
  38. <div class="z-float-left z-w400 z-lh40 z-pd-l10 z-color-white">欢迎登录简奈自助设计!</div>
  39. <div class="z-float-right z-text-right z-w200 z-lh40 z-pd-r10"></div>
  40. </div>
  41. <div style="height:410px">
  42. <table class="z-table">
  43. <tr>
  44. <td width="50%" valign="top" rowspan="2" class="z-relative">
  45. <input type="text" class="z-hidden-fixed"/>
  46. <input type="password" class="z-hidden-fixed"/>
  47. <table class="z-table z-mg-l30 z-h70-tr z-pd5 z-color-white">
  48. <tr>
  49. <td class="z-px20 z-mg-t10">用户登录</td>
  50. </tr>
  51. <tr>
  52. <td><input id="operatorCode" class="input" placeholder="用户名" value="" maxlength="16" spellcheck="false" autocomplete="off"></td>
  53. </tr>
  54. <tr>
  55. <td><input id="mobile" class="input" placeholder="手机号" value="" maxlength="16" spellcheck="false" autocomplete="off"></td>
  56. </tr>
  57. </table>
  58. </td>
  59. </tr>
  60. </table>
  61. </div>
  62. </body>
  63. </html>