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