-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings_meating_sec.html
51 lines (51 loc) · 2.06 KB
/
settings_meating_sec.html
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
<section class="settings_MP">
<div class="head">
<h1>الإعدادات | اماكن الاجتماع</h1>
</div>
<div class="sub col-12 d-flex flex-row-reverse mt-4">
<button class="btn btn-outline-primary">اضافه مكان</button>
</div>
<div class="table mt-2">
<table class="col-12">
<thead>
<tr>
<th>المكان</th>
<th class="text-center">الحاله</th>
<th class="text-center">خيارات</th>
</tr>
</thead>
<tbody>
<tr>
<td width="50%">القاعة الرئيسية - فرع الشمال</td>
<td class="text-center text-success" width="25%">مفعل</td>
<td class="text-center" width="25%">
<span class="col-3">
<img src="images/Group_293.svg" />
</span>
<span class="col-3">
<img src="images/Group_297.svg" />
</span>
<span class="col-3">
<img src="images/Group_298.svg" />
</span>
</td>
</tr>
<tr>
<td>القاعة الرئيسية - المبنى الرئيسي</td>
<td class="text-center text-danger" width="25%">غير مفعل</td>
<td class="text-center" width="25%">
<span class="col-3">
<img src="images/Group_293.svg" />
</span>
<span class="col-3">
<img src="images/Group_297.svg" />
</span>
<span class="col-3">
<img src="images/Group_298.svg" />
</span>
</td>
</tr>
</tbody>
</table>
</div>
</section>