@using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "GraPicImport"; }
@using (Html.BeginForm("GraPicImport", "Student", new { MNU = Request["MNU"], WindowID = Request["WindowID"] }, FormMethod.Post, new { enctype = "multipart/form-data" })) {
@Html.ContextMenuBar("GraPicImport")
@Html.Hidden("importGraPicType")
@Html.RadioButton("GraPicType", "StudentNo", true) @Html.RadioButton("GraPicType", "ExamineeNum") @Html.RadioButton("GraPicType", "IDNumber")
@EMIS.Resources.Strings.STUDENT_GRAPICIMPORT_TIPS
}