index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang=zh-cn>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>云南省造价局标准工程量清单管理系统</title>
  6. <meta name=description content=云南省交通运输厅工程造价管理局-云南省标准工程量清单管理系统>
  7. <meta name=copyright content=smartcost.com.cn>
  8. <link rel=stylesheet href=css/global.css>
  9. <script src=js/jquery-1.7.1.min.js></script>
  10. <script src=js/global.js></script>
  11. </head>
  12. <body>
  13. <div class="width960"><a class="ebutton btnRed" href="http://www.ynglzj.com/">返回首页</a>
  14. <div class="indexLogin">
  15. <div class="loginPanel">
  16. <div class="warpLogin">
  17. <h2>登录系统</h2>
  18. <form id="loginform" name="loginform" method="post">
  19. <div class="formLine">
  20. <label class="textTips">帐号</label>
  21. <input type="text" name="zhusername" id="zhusername" class="text">
  22. </div>
  23. <div class="formLine">
  24. <label class="textTips">密码</label>
  25. <input type="password" id="zhuserpasswd" name="zhuserpasswd" class="text">
  26. </div>
  27. <div class="formLine clearfix">
  28. <input style="width:250px" type="submit" value="登录" class="button btn-blue ">
  29. <span class="submitSus"></span>
  30. </div>
  31. </form>
  32. <div class="formLine">
  33. <p class="formLink"><a href="#" class="ebutton btnGreen">注册帐号</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="#" class=" ebutton btnOrange">下载上报人操作手册</a></p>
  34. </div>
  35. </div>
  36. </div>
  37. <div class="news">
  38. <div style="text-align:right">技术支持:<a href="http://smartcost.com.cn" target="_blank">珠海纵横创新软件有限公司</a>-服务热线:0756-3850888</div>
  39. </div>
  40. </div>
  41. </div>
  42. </body>