@model EMIS.ViewModel.EducationManage.ExaminationMessageSaveView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Announce"; } @section scripts{ }
考试通知
@Html.ContextMenuBar("Announce")
@Html.LabelFor(x => x.ExaminationTime): @Html.TextBoxFor(x => x.ExaminationTime, new TextBoxOptions { TextBoxType = TextBoxType.DateTime })
@Html.LabelFor(x => x.Remark): @Html.TextAreaFor(x => x.Remark, new { style = "width: 98%;" })