denglu.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>技术市场</title>
  6. <link rel="stylesheet" href="${contextPath}/DirectorEditPages/css/font-awesome.min.css">
  7. <link href="${contextPath}/DirectorEditPages/css/huiyuan.css" type="text/css" rel="stylesheet">
  8. <link href="${contextPath}/DirectorEditPages/css/bootstrap/bootstrap.min.css" rel="stylesheet">
  9. </head>
  10. <body style="background:#fff;">
  11. <div id="denglu">
  12. <div class="left_dl">
  13. <span>用户登陆</span>
  14. </div>
  15. <a href="${contextPath}/technologySupermarketWeb/toTechnologyMarketPage">返回首页</a>
  16. </div>
  17. <div id="main_dls"><div class="conent_dl">
  18. <div class="dl_right"><div class="con_dengl">
  19. <div class="tittle_dl"><span>已注册用户</span></div>
  20. <div class="con_dlzh">
  21. <form action="${contextPath}/technologySupermarketWeb/Frontlogin" id="login" role="form" method="post">
  22. <table width="310" height="198" border="0" style="margin:0 auto;">
  23. <tr>
  24. <td width="66" height="43"><div align="right"><span>账&nbsp;&nbsp;&nbsp;号:</span></div></td>
  25. <td width="223">
  26. <input type="text" class="zhanghu_text" name="userName" placeholder="请输入账号" id="login_user" onkeyup="nameEnter(event);"/>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td height="55"><div align="right"><span>密&nbsp;&nbsp;&nbsp;码:</span></div></td>
  31. <td>
  32. <input type="password" class="mima_text " name="userPwd" placeholder="请输入密码" id="login_psw" onkeyup="pwdEnter(event);"/>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td height="60">&nbsp;</td>
  37. <td id="denglu11">
  38. <input type="submit" class="btn btn-info" onclick="login();" value="登陆" /><br /><br />
  39. </td>
  40. </tr>
  41. </table>
  42. <%if(msg!'' != ''){%>
  43. <p class="tishi">${msg!''}</p>
  44. <%}%>
  45. </form>
  46. </div>
  47. </div></div>
  48. </div>
  49. </div>
  50. <!--footer-->
  51. <div id="footer">
  52. <div style="height:18px;"></div>
  53. <p>地址:吉林省长春市朝阳区前进大街1244号</p>
  54. <p>邮编:130001 电话:123456789 传真:239823982 邮箱:1243456@163.com</p>
  55. <p>版权所有:吉林省计算中心 | 技术支持:长春市福瑞科技有限公司</p>
  56. </body>
  57. </html>