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