You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MVC3GuestBook/Mvc3GuestBook\Views\Account...

16 lines
405 B

@model Yu.Book.Models.Account
@{
ViewBag.Title = "后台登陆";
}
@using(Html.BeginForm())
{
<table width="300" align="center">
<tr bgcolor="#f1f1f1">
<td height="20" colspan="2" bgcolor="#CCCCCC"><font color="#FF3333">&gt;&gt;管理员登陆</font></td>
</tr>
<tr bgcolor="#f1f1f1">
<td width="29%" height="20" align="center"> @Html.LabelFor(m => m.UserName):</td>