query("SELECT video_path FROM hospital_ads WHERE is_active = 1 ORDER BY sort_order ASC, id DESC "); if ($stmt) { $activeVideos = $stmt->fetchAll(PDO::FETCH_COLUMN); } } catch (Throwable $e) { // Table might not exist yet, safe to ignore } $activeNews = []; try { $stmt = db()->query("SELECT phrase FROM hospital_news WHERE is_active = 1 ORDER BY sort_order ASC, id DESC"); if ($stmt) { $activeNews = $stmt->fetchAll(PDO::FETCH_COLUMN); } } catch (Throwable $e) { // Table might not exist yet } qh_page_start( 'display', qh_t('General display board', 'لوحة العرض العامة'), qh_t('Public queue display.', 'شاشة طوابير عامة.') ); ?>
= qh_h(qh_t('Please wait for your ticket number.', 'يرجى الانتظار حتى يتم نداء رقم تذكرتك.')) ?>
= qh_h(qh_t('Ask reception about bundled blood tests, diabetes follow-up, and annual screenings.', 'اسأل الاستقبال عن باقات تحاليل الدم، ومتابعة السكري، والفحوصات السنوية.')) ?>
= qh_h(qh_t('We announce ticket numbers on this screen and by voice. Stay near your department area.', 'نعلن أرقام التذاكر على هذه الشاشة وبالصوت. يرجى البقاء قرب منطقة القسم الخاص بك.')) ?>
= qh_h(qh_t('Completed visits can proceed to the pharmacy and billing desk near the main exit.', 'بعد انتهاء الزيارة يمكن التوجه إلى الصيدلية ومكتب المحاسبة قرب المخرج الرئيسي.')) ?>