|
|
@ -62,10 +62,13 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
function popupRegex(){
|
|
|
|
function popupRegex(){
|
|
|
|
|
|
|
|
if(regexStudentWorkName()&®exStudentWorkDescription())
|
|
|
|
|
|
|
|
{
|
|
|
|
$('#ajax-modal').html("<div><p align='center' style='margin-top: 35px'>作品信息完整性校验中,请稍等...</p></div>");
|
|
|
|
$('#ajax-modal').html("<div><p align='center' style='margin-top: 35px'>作品信息完整性校验中,请稍等...</p></div>");
|
|
|
|
showModal('ajax-modal', '500px');
|
|
|
|
showModal('ajax-modal', '500px');
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","");
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","");
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos");
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|