دانلود نمونه سوالات خرداد 97 | سوال جدیدلطفا يک افزونه تاريخ نصب کنيد.

دانلود نمونه سوالات | سوال جدید - صفحه 113 از 225 - دانلود نمونه سوالات نهایی و مدارس و دانشگاه پیام نور و ازاد

سخن دوست :امام حسین (ع) : بخشنده ترین مردم کسی است که در هنگام قدرت می بخشد.
شرکت آچار فرانسه خیابان

ثبت نام پذيرفته شدگان چند برابر ظرفيت

[ad_1]

PNUEB

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

امتحانات بدون کاغذ پیام نور

[ad_1]

PNUEB

به جز درسهايي كه نيازمند آزمون تشريحي هستند براي ساير درسها امتحانات به شيوه گذشته و با كمك رايانه برگزار مي­شود.

عليرضا دل افكار معاون آموزشي دانشگاه پيام نور با بيان اينكه روال برگزاري آزمونهاي بدون كاغذ در دانشگاه پيام ­نور ادامه دارد، اظهار داشت: برگزاري امتحانات بدون كاغذ براي مقاطع كارشناسي و كارشناسي ارشد در تمام واحدهاي دانشگاه پيام نور در اين ترم هم اجرا مي شود.

وي ادامه داد: به جز درسهايي كه نيازمند آزمون تشريحي هستند براي ساير درسها امتحانات به شيوه گذشته و با كمك رايانه برگزار مي­شود.

به گفته معاون آموزشي دانشگاه پيام نور، چند سالي است عدم تاثير­گذاري نمره منفي از امتحانات پايان ترم اين دانشگاه به تصويب رسيده است.

دل­ افكار درباره امكان مشاهده نمرات دانشجويان بعد از برگزاري امتحانات پايان ترم الكترونيك، اظهار داشت: مشاهده نمره به علت مسائل رواني و استرس، بستگي به دانشجويان دارد. اگر تمايل داشته باشند همان لحظه امكان مشاهده نمره وجود دارد.

 

منبع :

    پرتال دانشگاه پیام نور

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

انتخاب محل آزمون دانشجویان ارشد

[ad_1]

PNUEB

دانشجويان کارشناسی ارشد مي توانند جهت انتخاب محل آزمون خود از تاربخ 92/9/10 الي 92/9/18 در سيستم گلستان ازمسير زير اقدام نمايند

به گزارش (PNUEB)

دانشجويان کارشناسی ارشد مي توانند جهت انتخاب محل آزمون خود از تاربخ 92/9/10  الي 92/9/18 در سيستم گلستان ازمسير زير اقدام نمايند:

ورود به منوي1- آموزش 2- دانشجو 3 -درخواست ها 4- انتخاب محل آزمون

موارد مهم:

 دانشجويان بدهكار پس از 72 ساعت از زمان پرداخت شهريه قادربه انتخاب محل آزمون خود مي باشند .

در مراكز تهران جنوب ، تهران شمال، تهران غرب و تهران شرق دانشجو هر رشته صرفاً مجاز به انتخاب رشته هاي همنام خود در هريك از اين مراكز مي باشد.

دانشجويان برون مرزي مجاز به انتخاب مركز آزمون نمي باشند.

 

منبع :

    سایت گلستان

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

درخواست گواهی اشتغال به تحصیل

[ad_1]

PNUEB

درخواست گواهي اشتغال به تحصيل براي دانشجويان پیام نور در سيستم گلستان از طريق زير قابل دسترسي مي باشد

حتما تابحال اسم گواهی اشتغال به تحصیل به گوش شما خورده است. مثلا دانشجویان پسر مشمول سربازی برای گرفتن گواهینامه رانندگی باید از دانشگاه گواهی اشتغال به تحصیل دریافت کنند. ویا برای برخی از تسهیلات و وام های دانشجویی شما باید گواهی اشتغال به تحصیل ارائه کنید.

مواردی که در گواهی اشتغال به تحصیل قید می شود:

1- مخاطب نامه که همان اداره یا سازمانی است که می خواهید گواهی را به آنها ارائه دهید.

2- مشخصات شناسنامه ای شما

3- شماره دانشجویی شما

4- ترم تحصیلی جاری که شما در دانشگاه مشغول به تحصیل هستید (حتما باید در ترمی که می خواهید گواهی اشتغال به تحصیل بگیرید انتخاب واحد داشته باشید و در دانشگاه دیگر مهمان نباشید و یا مرخصی تحصیلی نگرفته باشید)

5- این نامه با مهر دانشگاه و امضا مسئول مرتبط سندیت پیدا می کند.

دقت داشته باشید که گواهی اشتغال به تحصیل تنها برای همان ترم جاری که شما مشغول به تحصیل هستید صادر می شود و برای سایر ترم های دیگر شما باید مجدد گواهی دریافت کنید.

برای دریافت گواهی اشتغال به تحصیل می توانید از طریق سیستم گلستان و به روش زیر اقدام نمایید:

منوي آموزش –> دانشجو –> درخواست ها –> درخواست گواهي اشتغال به تحصيل و شهريه

بعد از ثبت درخواست باید برای ادامه پیگیری ها به دانشگاه مراجعه نمایید. (برخی از دانشجویان اشاره کرده اند که از طریق سیستم گلستان نتوانسته اند ثبت درخواست کنند ، در این صورت از همان ابتدا به دانشگاه مراجعه نمایید)

 

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

دریافت کارت ورود به جلسه آزمون پیام نور

[ad_1]

PNUEB

دانشجويان مي توانند از مسير زير نسبت به دريافت كارت آزمون (گزارش 428 )اقدام نمايند

دانشجويان مي توانند از مسير زير نسبت به دريافت كارت آزمون (گزارش 428 )اقدام نمايند:

 

آموزش —>گزارش هاي آموزش —->دانشجو —>اطلاعات ثبت نام و امتحان—-> برنامه امتحان پايان ترم دانشجو

 

منبع :

       سایت گلستان

 

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

اعلام نتایج آزمون کارشناسی ارشد فراگیر ۹۲

[ad_1]

PNUEB

هفته اول بهمن ماه ۹۲ نتایج آزمون کار‌شناسی ارشد فراگیر سال ۹۲ دانشگاه پیام نور اعلام می‌شود

دکتر بهرامی رئیس مرکز آزمون دانشگاه پیام نور گفت: هفته اول بهمن ماه ۹۲ نتایج آزمون کار‌شناسی ارشد فراگیر سال ۹۲ دانشگاه پیام نور اعلام می‌شود و پذیرفته‌شدگان برای بهمن ماه سال جاری به عنوان دانشجوی دانشگاه پیام نور مشغول به تحصیل می‌شوند.

وی افزود: ۱۳۵۰۰نفر در هر دو شیوه “آموزش محور” و “پژوهش محور” پذیرش خواهند شد و داوطلبان نتایج را از طریق سایت سازمان سنجش می توانند دنبال نمایند.

وی خاطرنشان کرد: ۱۲۶ رشته گرایش، ۹۰۹۰ رشته محل در ۸۶ شهر کشور میزبان کنکور فراگیر کار‌شناسی ارشد بودند.

 

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

برگزاری کلاسهای حضوری برای دوره دکتری پیام نور

[ad_1]

PNUEB

برگزاری دوره های حضوری دکتری در دانشگاه پیام نور برای کل رشته ها الزامی است و دوره دکتری ایجاب می کند دانشجو در کلاس حضور داشته باشد

به گزارش واحد خبر (PNUEB)

 

 

حسین حسینی در گفتگو با خبرنگار مهر در خصوص برگزاری کلاسهای حضوری در دانشگاه پیام نور برای مقطع دکتری با یادآوری ماموریت این دانشگاه در برگزاری کلاسها، گفت: آنچه مسلم است ماموریت دانشگاه پیام نور برای اجرای دوره هایی‌ است که بتواند بر اساس آموزش از راه دور، دانشجو بپذیرد. ورود این دانشگاه به رشته های دارای امکانات، تجهیزات و آزمایشگاه از ابتدا در ماموریت این دانشگاه دیده نشده است.

وی ادامه داد: اگر قرار است دانشگاه پیام نور در این حوزه ورود یابد لازم است الزامات مورد نیاز این رشته ها را فراهم کند و دانشگاه پیام نور هم این رویکرد را ندارد که به سمت رشته های نیازمند امکانات آزمایشگاهی پیش رود.

مدیر کل دفتر گسترش آموزش عالی با بیان اینکه در برخی رشته های دکتری این دانشگاه که تجهیزات آزمایشگاهی لازم است، باید دوره ها به صورت حضوری برگزار شود، اظهار داشت: در گذشته دانشگاه پیام نور مجوزی از هیأت امنای خود برای برگزاری دوره حضوری دکتری دریافت کرده بود و ادامه برگزاری این دوره ها به صورت حضوری نیازمند برگزاری کلاس است.

حسینی تاکید کرد: برگزاری دوره های حضوری دکتری در دانشگاه پیام نور برای کل رشته ها الزامی است و دوره دکتری ایجاب می کند دانشجو در کلاس حضور داشته باشد.

 

منبع :

      پایگاه اطلاع رسانی دانشگاه نیوز

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

مشکل عدم مشاهده سایت گلستان در نسخه های جدید Internet Explorer

[ad_1]

PNUEB

رای حل مشکل عدم مشاهده این سایت در نسخه های بالاتر اینترنت اکسپلورر ( نسخه 10 و 11 ) ، لازم است یکی از تنظیمات زیر را بر روی مرورگر خود انجام دهید

در خصوص عدم مشاهده وب سایت سیستم جامع آموزشی گلستان در نسخه های جدید نرم افزار مرورگر وب اینترنت اکسپلورر ( Internet Explorer )، به اطلاع می رساند؛

سایت سیستم جامع گلستان فقط در مرورگر اینترنت اکسپلورر ( نسخه های 7 ، 8 و 9 ) قابل مشاهده می باشد.

برای حل مشکل عدم مشاهده این سایت در نسخه های بالاتر اینترنت اکسپلورر ( نسخه 10 و 11 ) ، لازم است یکی از تنظیمات زیر را بر روی مرورگر خود انجام دهید:
 

  • در منوی  Tools ==> compatibility view settings   مرورگر اینترنت اکسپلورر خود، آدرس

    reg.pnu.ac.ir را اضافه (Add) کنید.
     

  • پس از بازکردن مرورگر اینترنت اکسپلورر خود، کلید F12  را بزنید، سپس در پنجره ای که باز می شود بر روی منوی Browser mode  کلیک کرده و از لیستی که باز می شود یکی از مرورگرهای اینترنت اکسپلورر نسخه 7، 8 یا 9 را انتخاب نمایید و سپس وارد سیستم جامع دانشگاهی گلستان (http://reg.pnu.ac.ir) شوید.

 

امتیاز دهید

23 رای

‘);
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;
}

ارسال نظر

[ad_2]

قابل توجه دانشجوياني كه درس آشنايي با دفاع مقدس را اخذ نموده اند

[ad_1]

PNUEB

بر همین اساس از نیمسال دوم سال تحصیلی 92-91 این درس از حال اختیاری الزامی به عنوان درس صرفا اختیاری محسوب می گردد

به گزارش واحد خبر (PNUEB)

 

 

بر اساس بخشنامه 22/12549 مورخ 85/5/24 و 21/41903 مورخ 90/3/4 وزارد علوم، تحقیقات و فناوری، درس آشنایی با دفاع مقدس جزء دروس اختیاری تلقی می گردد .

بر همین اساس از نیمسال دوم سال تحصیلی 92-91 این درس از حال اختیاری الزامی به عنوان درس صرفا اختیاری محسوب می گردد.

ضمنا به اطلاع دانشجويان مي رساند گذراندن درس آشنايي با دفاع مقدس به جاي دو عنوان درس تك واحدي اختياري بلامانع مي باشد.

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]

شرایط استفاده از خدمات بیمه حوادث دانشجویی

[ad_1]

PNUEB

شرایط استفاده از خدمات بیمه حوادث دانشجویی و مهلت مقرر شده برای اعلام حادثه به شرکت بیمه

 

به گزارش واحد خبر (PNUEB)

 

 

کلیه دانشجویانی که در هر نقطه از کشور دچار حادثه می شوند ، مشروط به اعلام به مرکز/ واحد محل تحصیل حداکثر ظرف مدت یکماه بعد از بروز حادثه ، می توانند از خدمات بیمه حوادث دانشجویی بهره مند گردند .

درصورت عدم اعلام مراتب تا مهلت مقرر شرکت بیمه هیچگونه تعهدی نسبت به پرداخت خسارت نخواهد داشت.

امتیاز دهید

0 رای

‘);
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;
}

ارسال نظر

[ad_2]


دانلود آهنگ جدید