کتابخانه دانشنامه کتاب مقدس: تفاوت میان نسخهها
ظاهر
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۲۴۷: | خط ۲۴۷: | ||
} | } | ||
select { | select, input { | ||
width: 100%; | width: 100%; | ||
padding: 10px 12px; | padding: 10px 12px; | ||
خط ۲۵۹: | خط ۲۵۹: | ||
} | } | ||
select:focus { | select:focus, input:focus { | ||
outline: none; | outline: none; | ||
border-color: #3e6f73; | border-color: #3e6f73; | ||
خط ۴۹۹: | خط ۴۹۹: | ||
<option value="کتاب">کتاب</option> | <option value="کتاب">کتاب</option> | ||
<option value="مقاله">مقاله</option> | <option value="مقاله">مقاله</option> | ||
<option value="سفارشی">سفارشی</option> | |||
</select> | </select> | ||
</div> | </div> | ||
خط ۵۰۷: | خط ۵۰۸: | ||
<option value="">ابتدا دستهبندی را انتخاب کنید</option> | <option value="">ابتدا دستهبندی را انتخاب کنید</option> | ||
</select> | </select> | ||
</div> | |||
</div> | |||
<!-- بخش سفارشی --> | |||
<div class="filter-row" id="customSection" style="display: none; margin-top: 15px;"> | |||
<div class="form-group"> | |||
<label for="customTitle"><i class="fas fa-pen"></i> عنوان محتوا:</label> | |||
<input type="text" id="customTitle" placeholder="مثال: ۱۰ معنای یهوه"> | |||
</div> | |||
<div class="form-group" style="display: flex; align-items: flex-end;"> | |||
<button id="loadCustom" class="control-btn" style="height: 40px; white-space: nowrap;"> | |||
<i class="fas fa-search"></i> بارگذاری محتوا | |||
</button> | |||
</div> | </div> | ||
</div> | </div> | ||
خط ۵۷۰: | خط ۵۸۴: | ||
const categorySelect = document.getElementById('categorySelect'); | const categorySelect = document.getElementById('categorySelect'); | ||
const contentSelect = document.getElementById('contentSelect'); | const contentSelect = document.getElementById('contentSelect'); | ||
const customSection = document.getElementById('customSection'); | |||
const customTitle = document.getElementById('customTitle'); | |||
const loadCustom = document.getElementById('loadCustom'); | |||
const contentFrame = document.getElementById('contentFrame'); | const contentFrame = document.getElementById('contentFrame'); | ||
const iframePlaceholder = document.getElementById('iframePlaceholder'); | const iframePlaceholder = document.getElementById('iframePlaceholder'); | ||
خط ۵۹۱: | خط ۶۰۸: | ||
contentSelect.disabled = true; | contentSelect.disabled = true; | ||
contentSelect.innerHTML = '<option value="">ابتدا دستهبندی را انتخاب کنید</option>'; | contentSelect.innerHTML = '<option value="">ابتدا دستهبندی را انتخاب کنید</option>'; | ||
customSection.style.display = 'none'; | |||
resetContent(); | resetContent(); | ||
return; | return; | ||
} | } | ||
// نمایش بخش سفارشی | |||
if (selectedCategory === 'سفارشی') { | |||
contentSelect.disabled = true; | |||
contentSelect.innerHTML = '<option value="">برای محتوای سفارشی از بخش زیر استفاده کنید</option>'; | |||
customSection.style.display = 'flex'; | |||
resetContent(); | |||
return; | |||
} | |||
// مخفی کردن بخش سفارشی | |||
customSection.style.display = 'none'; | |||
// پر کردن لیست محتواها | // پر کردن لیست محتواها | ||
خط ۶۲۲: | خط ۶۵۲: | ||
showContent(selectedValue, selectedText); | showContent(selectedValue, selectedText); | ||
}); | }); | ||
// بارگذاری محتوای سفارشی | |||
loadCustom.addEventListener('click', function() { | |||
const title = customTitle.value.trim(); | |||
if (!title) { | |||
alert('لطفاً عنوان محتوا را وارد کنید'); | |||
return; | |||
} | |||
// تبدیل عنوان به فرمت URL | |||
const urlValue = convertToUrlFormat(title); | |||
currentContent = urlValue; | |||
showContent(urlValue, title); | |||
}); | |||
// تابع تبدیل عنوان به فرمت URL | |||
function convertToUrlFormat(title) { | |||
// حذف فاصلههای اضافی | |||
let url = title.trim(); | |||
// جایگزینی فاصله با زیرخط | |||
url = url.replace(/\s+/g, '_'); | |||
// حذف کاراکترهای غیرمجاز | |||
url = url.replace(/[^\w\u0600-\u06FF_]/g, ''); | |||
return url; | |||
} | |||
// نمایش محتوا | // نمایش محتوا |
نسخهٔ ۱۳ اکتبر ۲۰۲۵، ساعت ۰۰:۳۰
کتابخانه پدیا بایبل
مطالعه آنلاین کتابها و مقالات مذهبی شامل کتابهای مقدس و مقالات تخصصی
کتابخانه جامع منابع مذهبی
کتابخانه پدیا بایبل مرجع کامل و تخصصی برای مطالعه آنلاین کتابهای مقدس و مقالات مذهبی است. در این کتابخانه میتوانید به منابع معتبر و جامعی از متون دینی دسترسی داشته باشید.
کتابهای مقدس
مطالعه کتابهای مقدس از جمله عیسی، انجیل متی، مزامیر، پیدایش و دیگر متون مذهبی با ترجمههای معتبر
مقالات تخصصی
مقالات متعدد درباره موضوعات مذهبی مانند مسیح، تثلیث، نجات، روح القدس و دیگر مفاهیم دینی
هیچ محتوایی انتخاب نشده است
لطفاً یک کتاب یا مقاله از لیست انتخاب کنید