lxl 2 lat temu
rodzic
commit
fa835add3c

+ 1 - 1
EMIS.Web/Views/Account/FinishInfomation.cshtml

@@ -170,7 +170,7 @@
                         </div>
                         <div>
                             @Html.SingleUploaderFor(x => x.PhotoUrl, new Dictionary<string, object> { { "style", "width:150px;" }, { "accept", "image/png,image/jpeg,image/gif" } })
-                            <br /><b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K</b>
+                            <br /><b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K(此照片用于制作证书)</b>
                         </div>
                     </td>
                 </tr>

+ 1 - 1
EMIS.Web/Views/ExamineApply/Register.cshtml

@@ -283,7 +283,7 @@
                         </div>
                         <div>
                             @Html.SingleUploaderFor(x => x.RegistView.PhotoUrl, new Dictionary<string, object> { { "style", "width:150px;" }, { "accept", "image/png,image/jpeg,image/gif" } })
-                            <br /><b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K</b>
+                            <br /><b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K(此照片用于制作证书)</b>
                         </div>
                     </td>
                 </tr>

+ 1 - 1
EMIS.Web/Views/StudentRecord/Record.cshtml

@@ -58,7 +58,7 @@
                         </div>
                         <div>
                             @Html.SingleUploaderFor(x => x.PhotoUrl, new Dictionary<string, object> { { "style", "width:150px;" }, { "accept", "image/png,image/jpeg,image/gif" } })
-                            <br /><b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K</b>
+                            <br /><b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K(此照片用于制作证书)</b>
                         </div>
                     </td>
                 </tr>

+ 1 - 1
EMIS.Web/Views/Students/Edit.cshtml

@@ -138,7 +138,7 @@
                         <div>
                             @Html.SingleUploaderFor(x => x.PhotoUrl, new Dictionary<string, object> { { "style", "width:150px;" },
                            { "accept", "*.jpg;*.jpeg;*.png;*.bmp" } })<br />
-                            <b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K</b>
+                            <b style="color:red">照片要求:照片为近期、正面、免冠、白底彩色证件照,JPG格式,照片大小为50-200K(此照片用于制作证书)</b>
                         </div>
                     </td>
                 </tr>