dialog_url2.htm 946 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>${context.getContextName()}</title>
  5. ${Styles.src(zhiqim.css)}
  6. ${Styles.htmlOverflowYScroll()}
  7. <style>body{background:#cad7f7;font-size: 14px;}</style>
  8. </head>
  9. <body>
  10. <div class="z-w100p z-h100"></div>
  11. <table class="z-table z-bd z-blue z-bg-white zi-w80p z-pd10 z-mg-t50 z-relative-center">
  12. <tr>
  13. <th colspan="2" class="z-px16 z-lh150p z-text-white z-bg-blue-deep">${context.getContextName()}</th>
  14. </tr>
  15. <tr>
  16. <td align="right" class="z-bd-l z-blue" width="40%">登录名:</td>
  17. <td><input class="z-input z-blue" name="userName" type="text" placeholder="请输入账号" size="15" value="zhiqim" maxlength="32" autocomplete="off"></td>
  18. </tr>
  19. <tr>
  20. <td align="right">密&nbsp;&nbsp;&nbsp;码:</td>
  21. <td><input class="z-input z-blue" name="userPass" type="password" size="15" value="zhiqim" maxlength="32" autocomplete="off"></td>
  22. </tr>
  23. </table>
  24. <div class="z-w100p z-h100"></div>
  25. </body>
  26. </html>