تو دانی که من پادشائی خویش
به یک سو نهادم گزیدم تو را
به خوناب دل پروریدم تو را
دل از من به یکباره برداشتی
برانم که پاداش من این نبود
خطائی اگر رفت، چندین نبود
کنون روز و شب دیده دارم به راه
که تا کی بر آید درخشنده ماه
شب تار هجران به پایان رسد
(0 لایک)
";
}
blogsky.ajax.onCommentSubmitFailure = function(e) {
document.getElementById("comment-errors-message").ierHTML = e.error;
}
blogsky.ajax.onCommentRateBegin = function(e) {
switch (e.rateType) {
case "plus":
var commentRatePlus = document.getElementById("comment-rate-plus-count-" + e.id);
commentRatePlus.ierHTML = parseInt(commentRatePlus.ierHTML) + 1;
break;
case "minus":
var commentMinusPlus = document.getElementById("comment-rate-minus-count-" + e.id);
commentMinusPlus.ierHTML = parseInt(commentMinusPlus.ierHTML) + 1;
break;
}
}
blogsky.ajax.onCommentRateFailure = function(e) {
switch (e.rateType) {
case "plus":
var commentRatePlus = document.getElementById("comment-rate-plus-count-" + e.id);
commentRatePlus.ierHTML = parseInt(commentRatePlus.ierHTML) - 1;
break;
case "minus":
var commentMinusPlus = document.getElementById("comment-rate-minus-count-" + e.id);
commentMinusPlus.ierHTML = parseInt(commentMinusPlus.ierHTML) - 1;
break;
}
var commentRateErrorMessage = document.getElementById("comment-rate-error-message-" + e.id);
commentRateErrorMessage.ierHTML = e.error;
commentRateErrorMessage.style.display = "block";
setTimeout(function () { commentRateErrorMessage.style.display = "none"; }, 3000);
}
function insertCommentSmiley(smiley) {
var inputComment = document.getElementById("Idea").getElementsByTagName("TEXTAREA")[0];
blogsky.general.insertAtCursor(inputComment, smiley);
}
برچسب: پادشاهی,نواست,
نویسنده: یلدا صمیمی
تاريخ: پنجشنبه
6 مهر
1396 ساعت: 20:57