-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKidsInformation.html
70 lines (64 loc) · 2.08 KB
/
KidsInformation.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html dir='rtl'lang='ar'>
<head>
<title>Child Info</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="headerStyle.css">
</head>
<body>
<nav class="navbar navbar-default">
<ul class="nav navbar-nav">
<div class="container-fluid">
<div class="dropdown">
<a class="account"><span class="glyphicon glyphicon-bell" aria-hidden="true"></span></a>
<div class="submenu">
<ul class="root">
<li><a href="#Dashboard">Note1</a></li>
<li><a href="#Profile">Note2</a></li>
<li><a href="#settings">Note3</a></li>
<li><a href="#feedback">Note3</a></li>
</ul>
</div>
</div>
</div>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">اتصال</a></li>
<li><a href="#">معلومات</a></li>
<li><a href="#">الصفحة الرئيسية</a></li>
<li><a href="#">عنوان</a></li>
</ul>
</nav>
<div class="container">
<h1> اسم الاب/الام: الاء </h1>
<table class="table table-striped table-bordered" >
<tr>
<th colspan="2">افرد</th>
</tr>
<tr>
<td>اسم الابن</td>
<td>احمد علي امهز</td>
</tr>
<tr>
<td>اسم الابن</td>
<td> حنان علي امهز</td>
</tr>
<tr>
<td>اسم الابن</td>
<td>جورج علي امهز</td>
</tr>
<tr>
<td>اسم الابن</td>
<td>يارا علي امهز</td>
</tr>
<tr>
<td colspan="2"><a href = "addMember.html"><button type="button" class = "btn btn-primary"> اضافة فرد </button></a></td>
</tr>
</table>
</div>
</body>
</html>