پرش به محتوا

کتاب مقدس آنلاین: تفاوت میان نسخه‌ها

از دانشنامه کتاب مقدس
بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
بدون خلاصۀ ویرایش
 
(۵۷ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۶۵: خط ۶۵:
             gap: 8px;
             gap: 8px;
             margin-bottom: 12px;
             margin-bottom: 12px;
             font-size: 0.9rem;
             font-size: 1.1rem;
             color: var(--dark-color);
             color: var(--dark-color);
             direction: rtl;
             direction: rtl;
خط ۱۰۲: خط ۱۰۲:
          
          
         .description {
         .description {
             color: var(--accent-color);
             color:#808080;
             font-size: 1rem;
             font-size:1rem;
             font-style: italic;
             font-style: italic;
             margin-top: 5px;
             margin-top: 5px;
خط ۲۳۴: خط ۲۳۴:
             gap: 8px;
             gap: 8px;
             padding: 12px 20px;
             padding: 12px 20px;
             background-color: var(--accent-color);
             background-color: #87CEEB;
             color: white;
             color: #000000;
             text-decoration: none;
             text-decoration: none;
             border-radius: 6px;
             border-radius: 6px;
خط ۲۷۵: خط ۲۷۵:
             margin-bottom: 15px;
             margin-bottom: 15px;
             font-size: 1.5rem;
             font-size: 1.5rem;
        }
        .info-message {
            text-align: center;
            padding: 10px;
            background: #e7f3ff;
            border-radius: 5px;
            margin-top: 10px;
            font-size: 0.9rem;
            color: #0066cc;
         }
         }


خط ۳۹۰: خط ۴۰۰:
                 <span class="breadcrumb-current">کتاب مقدس</span>
                 <span class="breadcrumb-current">کتاب مقدس</span>
             </nav>
             </nav>
             <h1>کتاب مقدس</h1>
             <h1>کتاب مقدس آنلاین</h1>
             <p class="description">مطالعه کتاب مقدس با ترجمه‌های مختلف</p>
             <p class="description">مطالعه ترجمه‌های مختلف بصورت کاربردی با واژه نامه تخصصی<br>
ترجمهٔ هزارهٔ نو و مژده هم‌اکنون قابل مطالعه‌اند و عهد جدید کامل شده است. واژه‌نامه‌ها به‌صورت روزانه و با دقت در حال اتصال و به‌روزرسانی هستند تا خدمتی ماندگار برای نسل حال و آیندگان در خداوند به‌جا بگذاریم.</p>
         </div>
         </div>
          
          
خط ۴۱۴: خط ۴۲۵:
              
              
             // اگر روی فایل محلی هستیم، اجازه بده
             // اگر روی فایل محلی هستیم، اجازه بده
             if (currentDomain === '' || currentDomain === 'null' || currentDomain === 'localhost' || currentDomain === '127.0.0.1') {
             if (!currentDomain || currentDomain === '' || currentDomain === 'null') {
                 console.log('✅ فایل محلی - مجاز');
                 console.log('✅ فایل محلی - مجاز');
                 return true;
                 return true;
             }
             }
              
              
            // اگر دامنه در لیست مجازهاست
             const isAllowed = ALLOWED_DOMAINS.some(domain => {
             const isAllowed = ALLOWED_DOMAINS.some(domain => {
                 return currentDomain === domain || currentDomain.endsWith('.' + domain);
                 const match = currentDomain === domain || currentDomain.endsWith('.' + domain);
                if (match) {
                    console.log(`✅ دامنه ${currentDomain} مجاز است`);
                }
                return match;
             });
             });
              
              
             if (isAllowed) {
             if (!isAllowed) {
                console.log(`✅ دامنه ${currentDomain} مجاز است`);
            } else {
                 console.log(`❌ دامنه ${currentDomain} غیرمجاز است`);
                 console.log(`❌ دامنه ${currentDomain} غیرمجاز است`);
             }
             }
خط ۴۵۰: خط ۴۶۲:
             console.log('🚀 شروع بارگذاری با بررسی امنیتی...');
             console.log('🚀 شروع بارگذاری با بررسی امنیتی...');
              
              
             // همیشه برنامه را بارگذاری کن - بررسی امنیتی غیرفعال
             if (!isDomainAllowed()) {
             console.log('✅ بررسی امنیتی غیرفعال - بارگذاری برنامه اصلی');
                console.log('❌ دسترسی غیرمجاز - نمایش پیام خطا');
                showAccessDenied();
                return;
            }
 
             console.log('✅ دامنه مجاز - بارگذاری برنامه اصلی');
            // اگر دامنه مجاز باشد، برنامه اصلی بارگذاری می‌شود
             initializeBibleApp();
             initializeBibleApp();
         }
         }
خط ۵۸۱: خط ۵۹۹:
                             </div>
                             </div>
                         </div>
                         </div>
                    </div>
                   
                    <div class="info-message">
                        <i class="fas fa-info-circle"></i>
                        واژه ها در همین پنجره نمایش داده می‌شوند. برای تجربه بهتر مطالعه واژه در تب جدید: راست کلیک → Open in new tab
                     </div>
                     </div>
                      
                      
خط ۶۰۷: خط ۶۳۰:
                     name: 'ترجمه قدیم',
                     name: 'ترجمه قدیم',
                     baseUrl: 'https://www.pediabible.com/index.php?title=',
                     baseUrl: 'https://www.pediabible.com/index.php?title=',
                    // برای ترجمه قدیم از الگوی ساده با displayName استفاده می‌کنیم
                     getPageTitle: function(bookDisplayName, chapter) {
                     getPageTitle: function(bookDisplayName, chapter) {
                         return `${bookDisplayName} فصل ${chapter}`;
                         return `${bookDisplayName} فصل ${chapter}`;
خط ۶۱۵: خط ۶۳۷:
                     name: 'هزاره نو',
                     name: 'هزاره نو',
                     baseUrl: 'https://www.pediabible.com/index.php?title=',
                     baseUrl: 'https://www.pediabible.com/index.php?title=',
                    // برای ترجمه‌های جدید از displayName + نام ترجمه استفاده می‌کنیم
                     getPageTitle: function(bookDisplayName, chapter) {
                     getPageTitle: function(bookDisplayName, chapter) {
                         return `${bookDisplayName} هزاره نو فصل ${chapter}`;
                         return `${bookDisplayName} هزاره نو فصل ${chapter}`;
خط ۷۴۶: خط ۷۶۷:
                 chapterTitle.textContent = `${translationName} - ${bookName} - فصل ${currentChapter}`;
                 chapterTitle.textContent = `${translationName} - ${bookName} - فصل ${currentChapter}`;
                  
                  
                // استفاده از الگوی مناسب برای هر ترجمه
                 const pageTitle = translations[currentTranslation].getPageTitle(bookDisplayName, currentChapter);
                 const pageTitle = translations[currentTranslation].getPageTitle(bookDisplayName, currentChapter);
               
                // استفاده از action=render برای نمایش فقط محتوای اصلی
                 const contentUrl = `${translations[currentTranslation].baseUrl}${encodeURIComponent(pageTitle)}&action=render`;
                 const contentUrl = `${translations[currentTranslation].baseUrl}${encodeURIComponent(pageTitle)}&action=render`;
                  
                  
خط ۷۵۹: خط ۷۷۷:
                         frameborder="0"
                         frameborder="0"
                         loading="lazy"
                         loading="lazy"
                         allowfullscreen
                         sandbox="allow-scripts allow-same-origin allow-forms allow-popups"
                        onload="makeLinksOpenInNewTab(this)">
                        allowfullscreen>
                     </iframe>
                     </iframe>
                 `;
                 `;
                  
                  
                 // لینک صفحه کامل برای باز کردن در تب جدید
                 // اضافه کردن sandbox به iframe برای امنیت بیشتر
                const iframe = document.getElementById('content-iframe');
               
                 wikiPageLink.href = `${translations[currentTranslation].baseUrl}${encodeURIComponent(pageTitle)}`;
                 wikiPageLink.href = `${translations[currentTranslation].baseUrl}${encodeURIComponent(pageTitle)}`;
                 wikiPageLink.style.display = 'flex';
                 wikiPageLink.style.display = 'flex';
                 updateNavigationButtons();
                 updateNavigationButtons();
             }
             }
            // تابع جدید برای باز کردن لینک‌ها در تب جدید
            function makeLinksOpenInNewTab(iframe) {
                try {
                    const iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
                    const links = iframeDoc.querySelectorAll('a');
                   
                    links.forEach(link => {
                        // اگر لینک به دامنه pediabible.com اشاره می‌کند، در تب جدید باز شود
                        if (link.href && link.href.includes('pediabible.com')) {
                            link.target = '_blank';
                            link.rel = 'noopener noreferrer';
                        }
                    });
                } catch (error) {
                    console.log('امکان دسترسی به iframe برای تغییر لینک‌ها وجود ندارد:', error);
                }
            }
            // اضافه کردن تابع به scope سراسری برای دسترسی از onload
            window.makeLinksOpenInNewTab = makeLinksOpenInNewTab;


             function updateNavigationButtons() {
             function updateNavigationButtons() {
خط ۸۴۳: خط ۸۴۲:
             }
             }


             console.log('✅ برنامه کتاب مقدس بارگذاری شد');
             console.log('✅ برنامه کتاب مقدس روی دامنه مجاز بارگذاری شد');
         }
         }


         // 🔒 شروع برنامه با بررسی امنیتی
         // 🔒 شروع برنامه با بررسی امنیتی
         document.addEventListener('DOMContentLoaded', function() {
         document.addEventListener('DOMContentLoaded', function() {
             console.log('🚀 شروع بارگذاری برنامه...');
             console.log('🚀 شروع بارگذاری با بررسی امنیتی...');
             loadApplication();
             loadApplication();
         });
         });

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

کتاب مقدس - مطالعه آنلاین

کتاب مقدس آنلاین

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