PNUEB
PNUEB
مهلت ثبت نام پذیرفته شدگان فراگیر ارشد پیام نور دوره هفدهم تمدید شد
PnuebNews:
براساس اطلاعیه جدید صادر شده توسط دانشگاه پیام نور ، آن دسته از پذیرفته شدگان آزمون کارشناسی ارشد فراگیر دوره هفدهم (بهمن 95) که تا بحال هنوز موفق به ثبت نام غیر حضوری نشده اند، می توانند تا پایان ساعت اداری روز چهارشنبه مورخ 25 اسفند 1395 با مراجعه به دانشگاه های مجری آزمون ، بصورت حضوری ثبت نام نمایند.
توصیه می شود داوطلبانی که هنوز ثبت نام نکرده اند و می خواهند بصورت حضوری اقدام کنند ، اسکن و اصل مدارک زیر را در زمان مراجعه به دانشگاه حتما همراه خود داشته باشند:
1- تصویر صفحه اول و سوم شناسنامه
2- تصویر کارت ملی (پشت و رو)
3 – ع کس با زمینه روشن (4 عدد)
4 – م درک مشخص کننده نظام وظیفه (ویژه آقایان)
5- تصویر مدرک کارشناسی (کسانی که مدرک کاردانی نیز دارند ، آن را به همراه داشته باشند)
6- گواهی از مراجع ذیربط ، برای استفاده کنندگان از سهمیه
تمامی پذیرفته شدگان بعد از تائید ثبت نام می توانند برای انتخاب واحد اقدام کنند.
میتوانید مطلب فوق را به اشتراک بگزارید.
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
در حال ارسال اطلاعات ، لطفا شکیبا باشید….
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
ارسال نظر