You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
697 B

  1. @{
  2. ViewBag.Title = "压缩包同步照片";
  3. Layout = "~/Views/Shared/_Form.cshtml";
  4. }
  5. <div class="lr-form-wrap">
  6. <div class="" style="padding-left:20px;color:red;">提示:1.请对照片文件直接“全选-右键”进行压缩,压缩包中不能包含文件夹;2.压缩包文件为.zip格式;3.照片文件为.jpg格式;</div>
  7. <div class="col-xs-12 lr-form-item" data-table="StuInfoBasic">
  8. <div class="lr-form-item-title">照片压缩文件<font face="宋体">*</font></div>
  9. <div id="Photo" isvalid="yes" checkexpession="NotNull"></div>
  10. </div>
  11. </div>
  12. @Html.AppendJsFile("/Areas/EducationalAdministration/Views/StuInfoBasic/SynPhotoForm.js")