PNUEB
PNUEB
ثبت نام و انتخاب واحد پذیرفته شدگان پیام نور (دوره دکتری) – نیمسال اول 93-92 از تاریخ 92/7/1 تا 92/7/5 و از طریق سایت گلستان می باشد
به گزارش (PNUEB) : ثبت نام و انتخاب واحد پذیرفته شدگان پیام نور (دوره دکتری) – نیمسال اول 93-92 از تاریخ 92/7/1 تا 92/7/5 و از طریق سایت گلستان می باشد.
ثبت نام کلیه پذیرفته شدگان این دوره برای نیمسال اول 93-92 (پاییز 92) و به صورت غیر حضوری انجام می گردد. این دسته از دانشجویان برای آگاهی از تاریخ و نحوه نام نویسی لازم است به سایت reg.pnu.ac.ir مراجعه کنند.
پذیرفته شدگان پس از ورود به سایت در مهلت اعلام شده و مطالعه صفحه ورودی می توانند با استفاده از شناسه کاربری و گذرواژه که در صفحه اول سایت فوق الذکر در زمان ثبت نام اعلام می گردد وارد سیستم جامع خدمات آموزشی شوند.
مدارک مورد نیاز جهت ثبت نام (غیر حضوری) :
1- تصویر صفحه اول و سوم شناسنامه
2- تصویر کارت ملی
3- عکس با زمینه روشن (جهت مراجعه حضوری 6 قطعه )
4- مدرک مشخص کننده وضعیت نظام وظیفه (ویژه آقایان )
5- تصویر مدرک کارشناسی و کارشناسی ارشد
6- گواهی ازمراجع ذیربط مربوط به استفاده کنندگان از سهمیه
یادآوری : پذیرفته شدگان لازم است حداکثر تا تاریخ 31 شهریور ماه 1392 در مقطع قبل از دکتری فارغ التحصیل شوند.
موضوعات مشابه:
منبع : پورتال دانشگاه پیام نور
میتوانید مطلب فوق را به اشتراک بگزارید.
‘);
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;
}
ارسال نظر