-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReservations.php
More file actions
113 lines (100 loc) · 6.29 KB
/
Copy pathReservations.php
File metadata and controls
113 lines (100 loc) · 6.29 KB
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
<!DOCTYPE html>
<html lang="ar">
<head>
<?php require "scripts/includes/head.php"; ?>
<link rel="stylesheet" href="css/all.css"/>
<link rel="stylesheet" href="css/home_page.css"/>
<link rel="stylesheet" href="css/Reservations.css"/>
<title>Salem Center - Reservation</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N6JGM2PW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- begging navbar -->
<?php include "scripts/includes/navbar-user.php"; ?>
<!-- ending navbar -->
<div class="form-background">
<div style="padding-bottom: 50px;" class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 fles-fixer">
<div class="display-center side-logo-container">
<img src="./assets/side-logo.svg" class="side-logo" alt="clinic logo">
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 display-center form-display-fixer">
<div class="display-center reservation-container">
<h2 class="form-header">
احجز موعدك الآن
</h2>
<form class="reservation-form" method="POST" action="/scripts/add reservation.php">
<input class="reservation-input" id="patientName" placeholder="الإسم" type="text" required name="name" value="<?= $_GET['name'] ?? '' ?>" />
<input class="reservation-input" id="patientNumber1" placeholder="رقم الهاتف (عليه واتساب)" required type="tel" name="phones[]" value="<?= $_GET['phone0'] ?? '' ?>" />
<input class="reservation-input" placeholder="رقم هاتف اخر (اختياري)" type="tel" name="phones[]" value="<?= $_GET['phone1'] ?? '' ?>" />
<select name="prefered_contact_method" class="reservation-input" required>
<option hidden disabled selected>اختر وسيلتك المفضلة للتواصل</option>
<option value="whatsapp">واتساب</option>
<option value="call">اتصال</option>
</select>
<input type="hidden" id="deviceType" name="device" value="<?= $_GET['device'] ?? '' ?>"/>
<p class="form-message">
<span style="color: red;"> * </span> ساعات العمل يوميا من 2 ظهرا إلى 10 مساء ماعدا الجمعة
</p>
<input class="btn reservation-btn" type="submit"/>
</form>
</div>
</div>
</div>
</div>
<div class="why-us-container">
<h2 class="why-us-heading">
ليه تختار مركزنا
</h2>
<div>
<p class="point">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-check2-square point-checkbox" viewBox="0 0 16 16">
<path d="M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5z"/>
<path d="m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0"/>
</svg>
اكتر من ٢٠٠٠ حالة تعافي بنجاح
</p>
</div>
<div>
<p class="point">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-check2-square point-checkbox" viewBox="0 0 16 16">
<path d="M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5z"/>
<path d="m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0"/>
</svg>
فريق متكامل من اخصائيين علاج طبيعي
</p>
</div>
<div>
<p class="point">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-check2-square point-checkbox" viewBox="0 0 16 16">
<path d="M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5z"/>
<path d="m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0"/>
</svg>
قسم خاص للسيدات مع اخصائيات علاج طبيعي
</p>
</div>
</div>
<div class="display-center">
<hr class="form-devidor">
</div>
<p class="point" style="font-size: 18px;margin:0 24px;direction:rtl">
نسعى جاهدين لتوفير بروتوكول إعادة تأهيل عالي الجودة ومتكامل.<br> نحن نساعد المريض الذي يعاني من الألم على العودة إلى طبيعته دون الاستخدام غير الضروري للحقن والأدوية والجراحة، أيضًا نقوم بتثقيف ومساعدة عملائنا للوصول إلى هدفهم المتمثل في نمط حياة وحركة أكثر صحة.
</p>
</div>
<!--starting footer-->
<?php require_once "scripts/includes/footer.php"; ?>
<!--ending footer-->
<!--vendor js files-->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/all.js"></script>
<script src="js/reservation.js"></script>
<!--main js files-->
<script>
</script>
</body>