@using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "PicImport"; }
@using (Html.BeginForm("PicImport", "NewStudentCollege", new { MNU = Request["MNU"], WindowID = Request["WindowID"] }, FormMethod.Post, new { enctype = "multipart/form-data" })) {
@Html.ContextMenuBar("PicImport")
@Html.Hidden("importPicType")
@Html.RadioButton("PicType", "ExamineeNum", true) @Html.RadioButton("PicType", "IDNumber")
@EMIS.Resources.Strings.NEWSTUDENT_PICIMPORT_TIPS
}