Table of Contents
أحمد شوقي (1868-1932)، المعروف بأمير الشعراء، هو أحد أعظم شعراء العصر الحديث في الأدب العربي.
الكتب، والرسائل والمكتوبات
الكتب
الشوقيات
مؤسسة هنداوي، القاهرة
حياة شوقي
دراسة أدبية
الرسائل والمكتوبات
رسائل شوقي
مجموعة رسائل
function closePopup() { const popup = document.getElementById('pdfPopup'); popup.style.display = 'none'; document.getElementById('pdfFrame').src = ''; }
function toggleSection(header) { const content = header.nextElementSibling; header.classList.toggle('collapsed'); content.classList.toggle('collapsed'); }
function toggleContent(btn) { const content = btn.previousElementSibling; content.classList.toggle('expanded'); btn.textContent = content.classList.contains('expanded') ? 'عرض أقل' : 'عرض المزيد'; }
window.onclick = function(e) {
const popup = document.getElementById('pdfPopup');
if (e.target === popup) closePopup();
}