@using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "PicImport"; }
@Html.RadioButton("PicType", "StudentNo", true) | @Html.RadioButton("PicType", "ExamineeNum") | @Html.RadioButton("PicType", "IDNumber") | |
@EMIS.Resources.Strings.STUDENT_PICIMPORT_TIPS | |||