@using (Html.BeginForm("Login", "HomePage",FormMethod.Post))
{
<h2>登录</h2><p class="tyg-p">欢迎访问 智慧能力</p>
<div style="margin:5px 0px;">
<input id="UserName" name="UserName" type="text" placeholder="请输入账号..." />
</div>
<div style="margin:5px 0px;">
<input id="Pwd" name="Pwd" type="password" placeholder="请输入密码..." />
</div>
<div style="margin:5px 0px;">
<input id="code" name="code" type="text" style="width:150px;" placeholder="请输入验证码..." />
<img id="CheckCodeImage" src="@Url.Content("~/Common/ValidateCode.ashx")" onclick="this.src='@Url.Content("~/Common/ValidateCode.ashx")?time='+new Date().getTime()" style="cursor:pointer;" title="看不清?换一张" alt="看不清?换一张" />
</div>
<button type="submit">登<span style="width:20px;"></span>录</button>
}

最新文章

  1. jvm内存默认大小,及如何调整大小
  2. Python学习二(生成器和八皇后算法)
  3. Progress.js – 为页面上的任意对象创建进度条效果
  4. SQLSERVER执行性能统计工具SQLQueryStress
  5. easyui textbox event 添加
  6. 如何开发 Grunt 插件
  7. PHP生成HTML页面顶部出现空白部分(&amp;#65279字符?)
  8. java基础之路(二)上
  9. 极简单的方式序列化sqlalchemy结果集为JSON
  10. Android Studio和eclipse混淆打包总结
  11. 关于IMP由拥有DBA权限的用户EXP数据时,数据存放表空间的几种情况(IMP-00013) -1
  12. CSS深入理解学习笔记之float
  13. [机器学习Lesson4]多元线性回归
  14. linux常用命令使用方法
  15. javascript的hashCode实现
  16. HDU 2276 Kiki &amp; Little Kiki 2(矩阵位运算)
  17. CRM 价格批导2&lt;上一个太多冗余&gt;
  18. 开发中解决Access-Control-Allow-Origin跨域问题的Chrome神器插件,安装及使用
  19. Storm目录树和任务提交过程
  20. scala 学习笔记二 方法与函数

热门文章

  1. csv 数据
  2. layui 表格内容显示更改
  3. win10常用详细快捷键大全
  4. C++之几个最常
  5. .NET Core多平台开发体验[4]: Docker
  6. 手动编译安装nginx
  7. JavaWeb开发SSM框架搭建详解
  8. IDEA使用Maven搭建SSM框架
  9. [SQL]LeetCode180. 连续出现的数字 | Consecutive Numbers
  10. [Swift]LeetCode371. 两整数之和 | Sum of Two Integers