File size: 10,906 Bytes
96637b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 |
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>تفاصيل الطبيب - نظام إدارة المستشفى</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');
body { font-family: 'Tajawal', sans-serif; }
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4">
<div class="flex justify-between items-center py-4">
<div class="flex items-center space-x-reverse space-x-2">
<i data-feather="activity" class="w-8 h-8 text-blue-600"></i>
<span class="text-xl font-bold text-gray-800">نظام إدارة المستشفى</span>
</div>
<div class="hidden md:flex space-x-reverse space-x-6">
<a href="index.html" class="text-gray-600 hover:text-blue-600">الرئيسية</a>
<a href="patients.html" class="text-gray-600 hover:text-blue-600">المرضى</a>
<a href="doctors.html" class="text-gray-600 hover:text-blue-600">الأطباء</a>
<a href="appointments.html" class="text-gray-600 hover:text-blue-600">المواعيد</a>
<a href="departments.html" class="text-gray-600 hover:text-blue-600">الأقسام</a>
<a href="emergency.html" class="text-gray-600 hover:text-blue-600">الطوارئ</a>
</div>
</div>
</div>
</nav>
<div class="max-w-7xl mx-auto px-4 py-8">
<!-- Doctor Header -->
<div class="bg-white rounded-lg shadow-md p-6 mb-6">
<div class="flex justify-between items-start">
<div class="flex items-center space-x-reverse space-x-4">
<img src="http://static.photos/people/200x200/5" alt="Doctor" class="w-24 h-24 rounded-full">
<div>
<h1 class="text-2xl font-bold text-gray-800">د. أحمد محمد</h1>
<p class="text-gray-600">استشاري أمراض القلب</p>
<div class="flex items-center space-x-reverse space-x-4 mt-2 text-sm text-gray-600">
<span>15 سنة خبرة</span>
<span>الطابق الثاني - غرفة 201</span>
</div>
<div class="flex items-center mt-2">
<i data-feather="star" class="w-5 h-5 text-yellow-400 fill-current"></i>
<span class="text-sm text-gray-600 mr-1">4.8 (124 تقييم)</span>
</div>
</div>
</div>
<div class="flex space-x-reverse space-x-2">
<button class="px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 flex items-center space-x-reverse space-x-2">
<i data-feather="edit" class="w-4 h-4"></i>
<span>تعديل</span>
</button>
<a href="appointment-scheduling.html" class="px-4 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700 flex items-center space-x-reverse space-x-2">
<i data-feather="calendar" class="w-4 h-4"></i>
<span>حجز موعد</span>
</a>
</div>
</div>
</div>
<!-- Doctor Information Tabs -->
<div class="bg-white rounded-lg shadow-md">
<div class="border-b">
<div class="flex space-x-reverse space-x-8 px-6">
<button class="py-4 border-b-2 border-blue-600 text-blue-600 font-medium">المعلومات الشخصية</button>
<button class="py-4 text-gray-600 hover:text-blue-600">الجدول</button>
<button class="py-4 text-gray-600 hover:text-blue-600">المرضى</button>
<button class="py-4 text-gray-600 hover:text-blue-600">المواعيد</button>
<button class="py-4 text-gray-600 hover:text-blue-600">الإحصائيات</button>
</div>
</div>
<!-- Personal Information Tab -->
<div class="p-6">
<h2 class="text-xl font-semibold text-gray-800 mb-4">المعلومات الشخصية</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-lg font-medium text-gray-700 mb-3">معلومات أساسية</h3>
<div class="space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">تاريخ الميلاد:</span>
<span>10/03/1975</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">الجنسية:</span>
<span>سعودي</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">الجنس:</span>
<span>ذكر</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">الحالة الاجتماعية:</span>
<span>متزوج</span>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-medium text-gray-700 mb-3">معلومات الاتصال</h3>
<div class="space-y-2">
<div class="flex justify-between">
<span class="text-gray-600">الهاتف:</span>
<span>01234567890</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">البريد الإلكتروني:</span>
<span>dr.ahmed@hospital.com</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">العنوان:</span>
<span>الرياض - حي الملز</span>
</div>
<div class="flex justify-between">
<span class="text-gray-600">رقم الترخيص:</span>
<span>123456789</span>
</div>
</div>
</div>
</div>
<div class="mt-6">
<h3 class="text-lg font-medium text-gray-700 mb-3">المعلومات المهنية</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h4 class="font-medium text-gray-600 mb-2">التعليم:</h4>
<ul class="list-disc list-inside text-gray-600">
<li>بكالوريوس الطب والجراحة - جامعة الملك سعود</li>
<li>زمالة أمراض القلب - جامعة هارفارد</li>
</ul>
</div>
<div>
<h4 class="font-medium text-gray-600 mb-2">الخبرات:</h4>
<ul class="list-disc list-inside text-gray-600">
<li>استشاري قلب - المستشفى التخصصي (5 سنوات)</li>
<li>أخصائي قلب - مستشفى الملك فيصل (7 سنوات)</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Today's Schedule -->
<div class="bg-white rounded-lg shadow-md p-6 mt-6">
<h2 class="text-xl font-semibold text-gray-800 mb-4">جدول اليوم</h2>
<div class="space-y-4">
<div class="flex items-center justify-between p-4 bg-blue-50 rounded-lg">
<div class="flex items-center space-x-reverse space-x-4">
<div class="text-center">
<p class="text-sm text-gray-600">9:00 ص</p>
<p class="text-xs text-gray-500">30 دقيقة</p>
</div>
<div>
<h4 class="font-semibold text-gray-800">أحمد محمد</h4>
<p class="text-sm text-gray-600">#1001 - متابعة ضغط الدم</p>
</div>
</div>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded">قادم</span>
</div>
<div class="flex items-center justify-between p-4 bg-gray-50 rounded-lg">
<div class="flex items-center space-x-reverse space-x-4">
<div class="text-center">
<p class="text-sm text-gray-600">9:30 ص</p>
<p class="text-xs text-gray-500">30 دقيقة</p>
</div>
<div>
<h4 class="font-semibold text-gray-800">فاطمة أحمد</h4>
<p class="text-sm text-gray-600">#1002 - فحص أولي</p>
</div>
</div>
<span class="bg-gray-100 text-gray-800 text-xs px-2 py-1 rounded">قادم</span>
</div>
</div>
</div>
</div>
<script>
feather.replace();
anime({
targets: '.bg-white',
translateY: [20, 0],
opacity: [0, 1],
delay: anime.stagger(100),
duration: 600,
easing: 'easeOutQuad'
});
</script>
</body>
</html> |