پرش به محتوا

تست: تفاوت میان نسخه‌ها

از دانشنامه کتاب مقدس
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۴: خط ۱۴:
             --dark-color: #3E2723;
             --dark-color: #3E2723;
             --border-color: #D2B48C;
             --border-color: #D2B48C;
            --font-family: 'Times New Roman', serif;
         }
         }
          
          
خط ۲۵: خط ۲۴:
         body {
         body {
             font-family: Tahoma, Arial, sans-serif;
             font-family: Tahoma, Arial, sans-serif;
             background-color: #f5f1eb;
             background-color: #f6f6f6;
             color: var(--dark-color);
             color: #333;
             line-height: 1.6;
             line-height: 1.6;
             padding: 0;
             padding: 20px;
            margin: 0;
        }
       
        /* مخفی کردن هدرهای اضافی ویکی */
        body > header:first-child,
        .wiki-header,
        .mw-header,
        #mw-header,
        #header,
        .header {
            display: none !important;
         }
         }
          
          
خط ۴۵: خط ۳۳:
             max-width: 1200px;
             max-width: 1200px;
             margin: 0 auto;
             margin: 0 auto;
             padding: 5px 15px;
            background: white;
             padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
         }
         }
          
          
         .app-header {
         .header {
            background-color: white;
            color: #3e6f73;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
             text-align: center;
             text-align: center;
            margin-bottom: 20px;
             border: 2px solid #3e6f73;
            padding: 15px 20px;
             border-bottom: 2px solid var(--border-color);
            background: linear-gradient(to bottom, #f9f6f2, #f0e6d6);
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
         }
         }
          
          
         .app-header h1 {
         h1 {
             color: var(--primary-color);
             margin: 0;
             margin-bottom: 8px;
             font-size: 28px;
             font-size: 1.8rem;
             color: #3e6f73;
             font-weight: 700;
             font-weight: bold;
         }
         }
          
          
         .description {
         .description {
             color: #666;
             color: #666;
             font-size: 1rem;
             font-size: 16px;
             margin-top: 5px;
             margin-top: 10px;
            line-height: 1.6;
        }
       
        .filter-section {
            margin-bottom: 20px;
         }
         }
          
          
         .selector-container {
         .filter-row {
             display: grid;
             display: flex;
            grid-template-columns: 1fr 1fr;
             gap: 15px;
             gap: 15px;
             margin-bottom: 20px;
             margin-bottom: 15px;
        }
       
        .form-group {
            flex: 1;
        }
       
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #495057;
        }
       
        /* استایل برای select با جستجو */
        .custom-select-container {
            position: relative;
        }
       
        .custom-select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-size: 16px;
             background: white;
             background: white;
             padding: 15px;
             cursor: pointer;
             border-radius: 8px;
            appearance: none;
             box-shadow: 0 4px 8px rgba(0,0,0,0.08);
            -webkit-appearance: none;
             border: 1px solid var(--border-color);
             -moz-appearance: none;
             background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
             background-repeat: no-repeat;
            background-position: left 10px center;
            background-size: 16px;
            padding-left: 35px;
         }
         }
          
          
         .selector-box {
         .custom-select-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
             background: white;
             background: white;
             border-radius: 6px;
            border: 1px solid #ced4da;
             padding: 12px;
             border-radius: 4px;
             border: 1px solid var(--border-color);
             margin-top: 5px;
             box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            z-index: 1000;
            display: none;
            max-height: 300px;
            overflow: hidden;
         }
         }
          
          
         .selector-title {
         .search-box {
             font-size: 1rem;
             padding: 10px;
            margin-bottom: 8px;
             border-bottom: 1px solid #eee;
            color: var(--primary-color);
             background: #f8f9fa;
             border-bottom: 1px solid var(--border-color);
             padding-bottom: 5px;
            text-align: center;
         }
         }
          
          
         select {
         .search-box input {
             width: 100%;
             width: 100%;
            padding: 8px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
        }
       
        .options-container {
            max-height: 250px;
            overflow-y: auto;
        }
       
        .option-item {
             padding: 10px 12px;
             padding: 10px 12px;
            border: 1px solid var(--border-color);
            border-radius: 4px;
            background-color: white;
            font-size: 0.95rem;
            color: var(--dark-color);
             cursor: pointer;
             cursor: pointer;
             font-family: Tahoma, Arial;
             border-bottom: 1px solid #f0f0f0;
            transition: background-color 0.2s;
         }
         }
          
          
         select:focus {
         .option-item:hover {
             outline: none;
             background-color: #e9ecef;
            border-color: var(--accent-color);
         }
         }
          
          
         .library-content {
         .option-item:last-child {
            border-bottom: none;
        }
       
        .option-item.selected {
            background-color: #3e6f73;
            color: white;
        }
       
        select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-size: 16px;
             background: white;
             background: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            padding: 25px;
            min-height: 500px;
            border: 1px solid var(--border-color);
            margin-bottom: 20px;
         }
         }
          
          
         .content-title {
         .content-frame {
             text-align: center;
             margin-top: 20px;
             margin-bottom: 20px;
             border: 1px solid #dee2e6;
             color: var(--primary-color);
             border-radius: 8px;
             font-size: 1.5rem;
             overflow: hidden;
             padding-bottom: 10px;
             background: white;
             border-bottom: 2px solid var(--border-color);
             height: 600px;
         }
         }
          
          
         .content-display {
         .clean-frame {
             width: 100%;
             width: 100%;
             height: 550px;
             height: 100%;
             border: 1px solid var(--border-color);
             border: none;
            border-radius: 6px;
             background: white;
             background: white;
         }
         }
          
          
         .navigation {
         .iframe-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: #6c757d;
            font-size: 18px;
            text-align: center;
            padding: 20px;
        }
       
        .action-buttons {
             display: flex;
             display: flex;
             justify-content: flex-end;
             justify-content: flex-end;
             align-items: center;
             align-items: center;
             margin-top: 25px;
             padding: 15px;
             gap: 10px;
            background-color: #f8f9fa;
             border-top: 1px solid #dee2e6;
         }
         }
          
          
         .wiki-link {
         .wiki-link {
            display: inline-flex;
             background-color: #3e6f73;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 20px;
             background-color: var(--secondary-color);
             color: white;
             color: white;
             text-decoration: none;
             text-decoration: none;
             border-radius: 6px;
            font-weight: bold;
            padding: 10px 20px;
            border: 1px solid #3e6f73;
             border-radius: 4px;
             transition: all 0.3s;
             transition: all 0.3s;
            font-size: 1rem;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
         }
         }
 
       
         .wiki-link:hover {
         .wiki-link:hover {
             background-color: #2d5257;
             background-color: #2d5257;
             transform: translateY(-2px);
             color: white;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
         }
         }
 
          
         .instructions {
            text-align: center;
            color: #7f8c8d;
            padding: 40px 20px;
            border: 2px dashed var(--border-color);
            border-radius: 8px;
            margin-top: 20px;
            font-size: 1.1rem;
            background-color: var(--light-color);
        }
 
        /* استایل برای حالت انتخاب نشده */
        .placeholder {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: #7f8c8d;
            text-align: center;
        }
 
        .placeholder i {
            font-size: 3rem;
            margin-bottom: 15px;
            color: var(--border-color);
        }
 
        /* استایل‌های مخصوص موبایل */
         @media (max-width: 768px) {
         @media (max-width: 768px) {
             .container {
             .filter-row {
                padding: 8px 10px;
                 flex-direction: column;
            }
           
            .selector-container {
                 grid-template-columns: 1fr;
            }
           
            .library-content {
                padding: 15px;
             }
             }
           
             .content-frame {
             .content-display {
                 height: 500px;
                 height: 450px;
             }
             }
         }
         }
خط ۲۲۲: خط ۲۳۵:
<body>
<body>
     <div class="container">
     <div class="container">
         <div class="app-header">
         <div class="header">
             <h1>کتابخانه پدیا بایبل</h1>
             <h1>کتابخانه پدیا بایبل</h1>
             <p class="description">مطالعه کتاب‌ها و مقالات مذهبی - انتخاب هوشمند و نمایش محتوای تمیز</p>
             <div class="description">
                در این بخش می‌توانید کتاب‌ها و مقالات مختلف را مطالعه کنید.
                برای شروع، دسته‌بندی و سپس مورد مورد نظر خود را انتخاب نمایید.
            </div>
         </div>
         </div>
          
          
         <div id="content-wrapper">
         <div class="filter-section">
             <!-- محتوا توسط JavaScript پر می‌شود -->
            <div class="filter-row">
                <div class="form-group">
                    <label for="categorySelect">دسته‌بندی:</label>
                    <select id="categorySelect">
                        <option value="کتاب">کتاب</option>
                        <option value="مقاله">مقاله</option>
                    </select>
                </div>
               
                <div class="form-group">
                    <label for="bookSelect">انتخاب محتوا:</label>
                    <div class="custom-select-container">
                        <select id="bookSelect" class="custom-select">
                            <option value="">لطفاً انتخاب کنید</option>
                        </select>
                       
                        <div class="custom-select-dropdown" id="customDropdown">
                            <div class="search-box">
                                <input type="text" id="dropdownSearch" placeholder="جستجو در محتواها...">
                            </div>
                            <div class="options-container" id="optionsContainer">
                                <!-- options here will be populated by JavaScript -->
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
       
        <div class="content-frame">
             <div id="iframeContainer">
                <div class="iframe-placeholder" id="iframePlaceholder">
                    لطفاً یک کتاب یا مقاله از لیست انتخاب کنید
                </div>
                <iframe id="contentFrame" class="clean-frame" src="about:blank" style="display: none;"></iframe>
            </div>
            <div class="action-buttons">
                <a id="wikiLink" href="#" class="wiki-link" target="_blank" style="display: none;">
                    مشاهده صفحه کامل در ویکی
                </a>
            </div>
         </div>
         </div>
     </div>
     </div>


     <script>
     <script>
        // 🔒 سیستم حفاظتی - بررسی دامنه مجاز
        const ALLOWED_DOMAINS = [
            'pediabible.com',
            'www.pediabible.com',
            'localhost',
            '127.0.0.1'
        ];
        // تابع بررسی مجاز بودن دامنه
        function isDomainAllowed() {
            const currentDomain = window.location.hostname;
           
            if (!currentDomain || currentDomain === '' || currentDomain === 'null') {
                return true;
            }
           
            return ALLOWED_DOMAINS.some(domain =>
                currentDomain === domain || currentDomain.endsWith('.' + domain)
            );
        }
        // تابع نمایش پیام دسترسی غیرمجاز
        function showAccessDenied() {
            const wrapper = document.getElementById('content-wrapper');
            wrapper.innerHTML = `
                <div style="text-align: center; padding: 40px; background: #fee; border-radius: 8px; border: 2px solid #f5c6cb; color: #721c24;">
                    <h3><i class="fas fa-ban"></i> دسترسی محدود شده</h3>
                    <p>این صفحه فقط بر روی دامنه <strong>pediabible.com</strong> قابل دسترسی است.</p>
                    <p>لطفاً از <a href="https://www.pediabible.com" style="color: #721c24; text-decoration: underline;">سایت اصلی</a> بازدید کنید.</p>
                </div>
            `;
        }
        // تابع اصلی بارگذاری برنامه
        function loadApplication() {
            if (!isDomainAllowed()) {
                showAccessDenied();
                return;
            }
            initializeLibraryApp();
        }
         // داده‌های کتاب‌ها و مقالات
         // داده‌های کتاب‌ها و مقالات
         const libraryData = {
         const booksData = {
             'کتاب': [
             'کتاب': [
                 { name: "عیسی", displayName: "عیسی" },
                 { value: 'عیسی', text: 'عیسی' },
                 { name: "انجیل_متی", displayName: "انجیل متی" }
                 { value: 'انجیل_متی', text: 'انجیل متی' },
                { value: 'مزامیر', text: 'مزامیر' },
                { value: 'پیدایش', text: 'پیدایش' }
             ],
             ],
             'مقاله': [
             'مقاله': [
                 { name: "مسیح", displayName: "مسیح" },
                 { value: 'مسیح', text: 'مسیح' },
                 { name: "تثلیث", displayName: "تثلیث" }
                 { value: 'تثلیث', text: 'تثلیث' },
                { value: 'نجات', text: 'نجات' },
                { value: 'روح_القدس', text: 'روح القدس' }
             ]
             ]
         };
         };


         // 🔧 برنامه اصلی کتابخانه
         // عناصر DOM
         function initializeLibraryApp() {
        const categorySelect = document.getElementById('categorySelect');
             const wrapper = document.getElementById('content-wrapper');
        const bookSelect = document.getElementById('bookSelect');
        const customSelect = document.querySelector('.custom-select');
        const customDropdown = document.getElementById('customDropdown');
        const dropdownSearch = document.getElementById('dropdownSearch');
        const optionsContainer = document.getElementById('optionsContainer');
        const contentFrame = document.getElementById('contentFrame');
        const iframePlaceholder = document.getElementById('iframePlaceholder');
        const wikiLink = document.getElementById('wikiLink');
 
        let isDropdownOpen = false;
        let currentCategory = 'کتاب';
 
        // پر کردن لیست کتاب‌ها بر اساس دسته‌بندی
         function updateBookList() {
             const selectedCategory = categorySelect.value;
            currentCategory = selectedCategory;
            const books = booksData[selectedCategory];
           
            // پاک کردن لیست فعلی
            bookSelect.innerHTML = '<option value="">لطفاً انتخاب کنید</option>';
           
            // پر کردن لیست جدید
            books.forEach(book => {
                const option = document.createElement('option');
                option.value = book.value;
                option.textContent = book.text;
                bookSelect.appendChild(option);
            });
              
              
             // ایجاد ساختار HTML برنامه
             // نمایش اولین کتاب به صورت پیش‌فرض
             wrapper.innerHTML = `
             if (books.length > 0) {
                 <div class="selector-container">
                 bookSelect.value = books[0].value;
                    <div class="selector-box">
                customSelect.textContent = books[0].text;
                        <h3 class="selector-title">دسته‌بندی</h3>
                showContent(books[0].value, books[0].text);
                        <select id="category-select">
            } else {
                            <option value="">انتخاب دسته‌بندی</option>
                 customSelect.textContent = 'لطفاً انتخاب کنید';
                            <option value="کتاب">کتاب</option>
                 showContent('', '');
                            <option value="مقاله">مقاله</option>
             }
                        </select>
        }
                    </div>
                   
                    <div class="selector-box">
                        <h3 class="selector-title">انتخاب محتوا</h3>
                        <select id="content-select" disabled>
                            <option value="">انتخاب محتوا</option>
                        </select>
                    </div>
                 </div>
               
                <div class="library-content">
                    <h2 class="content-title" id="content-title">لطفاً دسته‌بندی و محتوای مورد نظر را انتخاب کنید</h2>
                   
                    <div id="content-container">
                        <div class="instructions">
                            <div class="placeholder">
                                <i class="fas fa-book-open"></i>
                                <p>برای مطالعه، لطفاً ابتدا دسته‌بندی و سپس محتوای مورد نظر خود را انتخاب کنید.</p>
                            </div>
                        </div>
                    </div>
                   
                    <div class="navigation">
                        <a href="#" class="wiki-link" id="wiki-page-link" target="_blank" style="display: none;">
                            <i class="fas fa-external-link-alt"></i>
                            مشاهده صفحه کامل
                        </a>
                    </div>
                 </div>
             `;


            // عناصر DOM
        // باز کردن/بستن dropdown
            const categorySelect = document.getElementById('category-select');
        customSelect.addEventListener('click', function(e) {
             const contentSelect = document.getElementById('content-select');
             e.stopPropagation();
             const contentTitle = document.getElementById('content-title');
             isDropdownOpen = !isDropdownOpen;
            const contentContainer = document.getElementById('content-container');
            customDropdown.style.display = isDropdownOpen ? 'block' : 'none';
             const wikiPageLink = document.getElementById('wiki-page-link');
           
            if (isDropdownOpen) {
                populateDropdownOptions();
                dropdownSearch.value = '';
                dropdownSearch.focus();
             }
        });


            // متغیرهای وضعیت فعلی
        // بستن dropdown وقتی کلیک خارج شود
             let currentCategory = '';
        document.addEventListener('click', function() {
             let currentContent = '';
             isDropdownOpen = false;
             customDropdown.style.display = 'none';
        });


            // رویداد تغییر دسته‌بندی
        // جلوگیری از بستن وقتی روی dropdown کلیک شود
            categorySelect.addEventListener('change', function() {
        customDropdown.addEventListener('click', function(e) {
                currentCategory = this.value;
            e.stopPropagation();
               
        });
                if (currentCategory) {
                    contentSelect.disabled = false;
                    contentSelect.innerHTML = '<option value="">انتخاب محتوا</option>';
                   
                    // پر کردن لیست محتوا بر اساس دسته‌بندی
                    libraryData[currentCategory].forEach((item, index) => {
                        const option = document.createElement('option');
                        option.value = index;
                        option.textContent = item.displayName;
                        contentSelect.appendChild(option);
                    });
                   
                    resetContent();
                } else {
                    contentSelect.disabled = true;
                    contentSelect.innerHTML = '<option value="">انتخاب محتوا</option>';
                    resetContent();
                }
            });


            // رویداد تغییر محتوا
        // پر کردن options در dropdown
             contentSelect.addEventListener('change', function() {
        function populateDropdownOptions(searchTerm = '') {
                 currentContent = this.value;
             const books = booksData[currentCategory];
            const searchLower = searchTerm.toLowerCase();
           
            optionsContainer.innerHTML = '';
           
            const filteredBooks = books.filter(book =>
                !searchTerm || book.text.toLowerCase().includes(searchLower)
            );
           
            filteredBooks.forEach(book => {
                 const optionItem = document.createElement('div');
                optionItem.className = 'option-item';
                optionItem.textContent = book.text;
                optionItem.setAttribute('data-value', book.value);
                  
                  
                 if (currentContent !== '') {
                 if (book.value === bookSelect.value) {
                     displayContentWithIframe();
                     optionItem.classList.add('selected');
                } else {
                    resetContent();
                 }
                 }
            });
            // نمایش محتوا با iframe - فقط محتوای اصلی
            function displayContentWithIframe() {
                const contentIndex = parseInt(currentContent);
                const contentData = libraryData[currentCategory][contentIndex];
                const contentName = contentData.name;
                const contentDisplayName = contentData.displayName;
                  
                  
                 contentTitle.textContent = `${contentDisplayName}`;
                 optionItem.addEventListener('click', function() {
                    bookSelect.value = this.getAttribute('data-value');
                    customSelect.textContent = this.textContent;
                    isDropdownOpen = false;
                    customDropdown.style.display = 'none';
                   
                    if (bookSelect.value) {
                        showContent(bookSelect.value, this.textContent);
                    }
                });
                  
                  
                 const contentUrl = `https://www.pediabible.com/index.php/${contentName}?action=render`;
                 optionsContainer.appendChild(optionItem);
                const wikiUrl = `https://www.pediabible.com/index.php/${contentName}`;
            });
               
           
                contentContainer.innerHTML = `
            if (filteredBooks.length === 0) {
                    <iframe
                const noResult = document.createElement('div');
                        id="content-iframe"
                noResult.className = 'option-item';
                        src="${contentUrl}"
                noResult.textContent = 'نتیجه‌ای یافت نشد';
                        class="content-display"
                 noResult.style.color = '#999';
                        frameborder="0"
                 noResult.style.cursor = 'default';
                        loading="lazy">
                optionsContainer.appendChild(noResult);
                    </iframe>
                `;
                  
                wikiPageLink.href = wikiUrl;
                 wikiPageLink.style.display = 'flex';
             }
             }
        }


             function resetContent() {
        // جستجو در dropdown
                 contentTitle.textContent = 'لطفاً دسته‌بندی و محتوای مورد نظر را انتخاب کنید';
        dropdownSearch.addEventListener('input', function() {
                 contentContainer.innerHTML = `
             populateDropdownOptions(this.value);
                    <div class="instructions">
        });
                        <div class="placeholder">
 
                            <i class="fas fa-book-open"></i>
        // نمایش محتوا در iframe
                            <p>برای مطالعه، لطفاً ابتدا دسته‌بندی و سپس محتوای مورد نظر خود را انتخاب کنید.</p>
        function showContent(bookValue, bookText) {
                        </div>
            if (!bookValue) {
                    </div>
                 contentFrame.style.display = 'none';
                `;
                 iframePlaceholder.style.display = 'flex';
                 wikiPageLink.style.display = 'none';
                iframePlaceholder.textContent = 'لطفاً یک کتاب یا مقاله از لیست انتخاب کنید';
                 wikiLink.style.display = 'none';
                return;
             }
             }
           
            const contentUrl = `https://www.pediabible.com/index.php/${bookValue}?action=render`;
            const wikiUrl = `https://www.pediabible.com/index.php/${bookValue}`;
           
            // نمایش حالت لودینگ
            contentFrame.style.display = 'none';
            iframePlaceholder.style.display = 'flex';
            iframePlaceholder.textContent = 'در حال بارگذاری محتوا...';
           
            // تنظیم iframe
            contentFrame.src = contentUrl;
           
            // وقتی iframe لود شد
            contentFrame.onload = function() {
                contentFrame.style.display = 'block';
                iframePlaceholder.style.display = 'none';
            };
           
            // اگر iframe خطا داد
            contentFrame.onerror = function() {
                iframePlaceholder.style.display = 'flex';
                iframePlaceholder.textContent = 'خطا در بارگذاری محتوا. لطفاً دوباره تلاش کنید.';
                contentFrame.style.display = 'none';
            };
           
            // به‌روزرسانی لینک ویکی
            wikiLink.href = wikiUrl;
            wikiLink.textContent = `مشاهده صفحه کامل "${bookText}"`;
            wikiLink.style.display = 'inline-block';
        }


            console.log('✅ برنامه کتابخانه روی دامنه مجاز بارگذاری شد');
        // رویداد تغییر دسته‌بندی
        }
        categorySelect.addEventListener('change', updateBookList);


         // 🔒 شروع برنامه با بررسی امنیتی
         // رویداد تغییر کتاب
         document.addEventListener('DOMContentLoaded', function() {
         bookSelect.addEventListener('change', function() {
             loadApplication();
             if (this.selectedIndex > 0) {
                const selectedOption = this.options[this.selectedIndex];
                customSelect.textContent = selectedOption.text;
                showContent(selectedOption.value, selectedOption.text);
            } else {
                customSelect.textContent = 'لطفاً انتخاب کنید';
                showContent('', '');
            }
         });
         });


         // 🔒 جلوگیری از دسترسی به توابع از کنسول
         // بارگذاری اولیه
         Object.defineProperty(window, 'libraryData', {
         updateBookList();
            value: null,
            writable: false,
            configurable: false
        });
     </script>
     </script>
</body>
</body>
</html>
</html>

نسخهٔ ‏۱۲ اکتبر ۲۰۲۵، ساعت ۱۹:۳۸

<!DOCTYPE html> کتابخانه پدیا بایبل - مطالعه کتاب‌ها و مقالات

کتابخانه پدیا بایبل

در این بخش می‌توانید کتاب‌ها و مقالات مختلف را مطالعه کنید. برای شروع، دسته‌بندی و سپس مورد مورد نظر خود را انتخاب نمایید.
لطفاً یک کتاب یا مقاله از لیست انتخاب کنید