@{ ViewBag.Title = "Login"; Layout = "~/Views/Shared/_Layout.cshtml"; }
欢迎光临第三波书店网站,本站为淘宝网旗下专业在线书店!您可以使用第三波书店的用户名,直接登录。
@Html.Label("用户名") @Html.TextBox("AccountNum", "", new { @class = "opt_input" }) @Html.Hidden("Role", "3")
@Html.Label("密 码") @Html.Password("PassWord", "", new { @class = "opt_input" })
@Html.Label("验证码") @Html.TextBox("CheckNo", "", new { @class = "opt_input" })
@Html.CheckBox("Removeme", true)在此计算机上保留我的密码
@*@Html.TextBox("BookLogin", "登 录", new { @type = "submit"})*@
忘记密码?
}
京公网安备 11010502049817号