12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>技术市场</title>
- <link rel="stylesheet" href="${contextPath}/DirectorEditPages/css/font-awesome.min.css">
- <link href="${contextPath}/DirectorEditPages/css/huiyuan.css" type="text/css" rel="stylesheet">
- <link href="${contextPath}/DirectorEditPages/css/bootstrap/bootstrap.min.css" rel="stylesheet">
- </head>
- <body style="background:#fff;">
- <div id="denglu">
- <div class="left_dl">
- <span>用户登陆</span>
- </div>
- <a href="${contextPath}/technologySupermarketWeb/toTechnologyMarketPage">返回首页</a>
- </div>
- <div id="main_dls"><div class="conent_dl">
- <div class="dl_right"><div class="con_dengl">
- <div class="tittle_dl"><span>已注册用户</span></div>
- <div class="con_dlzh">
- <form action="${contextPath}/technologySupermarketWeb/Frontlogin" id="login" role="form" method="post">
- <table width="310" height="198" border="0" style="margin:0 auto;">
- <tr>
- <td width="66" height="43"><div align="right"><span>账 号:</span></div></td>
- <td width="223">
- <input type="text" class="zhanghu_text" name="userName" placeholder="请输入账号" id="login_user" onkeyup="nameEnter(event);"/>
- </td>
- </tr>
- <tr>
- <td height="55"><div align="right"><span>密 码:</span></div></td>
- <td>
- <input type="password" class="mima_text " name="userPwd" placeholder="请输入密码" id="login_psw" onkeyup="pwdEnter(event);"/>
- </td>
- </tr>
-
- <tr>
- <td height="60"> </td>
- <td id="denglu11">
- <input type="submit" class="btn btn-info" onclick="login();" value="登陆" /><br /><br />
-
- </td>
- </tr>
- </table>
- <%if(msg!'' != ''){%>
- <p class="tishi">${msg!''}</p>
- <%}%>
- </form>
- </div>
- </div></div>
- </div>
- </div>
- <!--footer-->
- <div id="footer">
- <div style="height:18px;"></div>
- <p>地址:吉林省长春市朝阳区前进大街1244号</p>
- <p>邮编:130001 电话:123456789 传真:239823982 邮箱:1243456@163.com</p>
- <p>版权所有:吉林省计算中心 | 技术支持:长春市福瑞科技有限公司</p>
- </body>
- </html>
|