-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlistappointments-selectstaff.html
More file actions
141 lines (133 loc) · 5.74 KB
/
listappointments-selectstaff.html
File metadata and controls
141 lines (133 loc) · 5.74 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
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
<html>
<head>
<!-- CSS -->
<!-- Bootstrap 4.1.1 -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">-->
<link rel="stylesheet" href="css/bootstrap.css" />
<!-- FontAwesome 5.1.0 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/main.css" />
<!-- Scripts -->
<!-- Bootstrap 4.1.1 -->
<!--<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>-->
<script src="js/bootstrap.js"></script>
<!-- Meta -->
<meta charset="utf-8">
<meta name="description" content="my first web-page" />
<meta name="author" content="Melissa Brennan" />
<meta name="keywords" content="{tags}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Other -->
<title>Rochdale Medical Practice - Appointment List</title>
</head>
<body>
<div id="wrapper">
<div id="sidebar" class="p-3 mb-2">
<div id="logo">
<img src="images/logo.png" alt="Rochdale Medical Practice logo" class="img-fluid" />
</div>
<ul id="navigation" class="nav flex-column">
<li class="nav-item">
<a class="nav-link active" href="home.html">
<button type="button" class="btn btn-dark" style="width:100%;"><i class="fas fa-home"></i> Home Page</button>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="clientmanager.html">
<button type="button" class="btn btn-dark" style="width:100%;"><i class="fas fa-user"></i> Manage Clients</button>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="staffmanager.html">
<button type="button" class="btn btn-dark" style="width:100%;"><i class="fas fa-user-md"></i> Manage Staff</button>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="appointmentmanager.html">
<button type="button" class="btn btn-dark" style="width:100%;"><i class="fas fa-calendar-check"></i> Manage Appointments</button>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="logout.html">
<button type="button" class="btn btn-dark" style="width:100%;"><i class="fas fa-sign-out-alt"></i> Log Out</button>
</a>
</li>
</ul>
<div id="footer">
<p class="p-3 mb-2">Copyright © 2018 <a href="http://scm.ulster.ac.uk/~B00714027">Melissa Brennan</a></p>
</div>
</div>
<div id="body">
<div id="box">
<h1>Select Staff Member</h1>
<h2>Search</h2>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">Name</span>
</div>
<input type="text" class="form-control" placeholder="Name" aria-label="Name" aria-describedby="basic-addon1">
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="button" id="button-addon2">Apply</button>
</div>
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">D.O.B</span>
</div>
<input type="date" class="form-control" placeholder="DOB" aria-label="DOB" aria-describedby="basic-addon1">
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="button" id="button-addon2">Apply</button>
</div>
</div>
<br />
<h2>Staff Members</h2>
<p class="p-3 mb-2">
<strong>NURSE MELISSA BLACKMORE</strong>
<br />
<strong>D.O.B: </strong>November 19, 1985 (32 years old)
<br />
<strong>Contact Number: </strong>07515 600900
<br />
<strong>Address: </strong>31 Lewis Street, Rochdale
<a href="listappointments.html"><button type="button" class="btn btn-secondary" style="float: right;">Select</button></a>
</p>
<p class="p-3 mb-2">
<strong>DR RUBY BRENNAN</strong>
<br />
<strong>D.O.B: </strong>October 11, 1973 (44 years old)
<br />
<strong>Contact Number: </strong>07542 345676
<br />
<strong>Address: </strong>21 Marshville Road
<a href="listappointments.html"><button type="button" class="btn btn-secondary" style="float: right;">Select</button></a>
</p>
<p class="p-3 mb-2">
<strong>DR MAXINE CAULFIELD</strong>
<br />
<strong>D.O.B: </strong>April 23, 1988 (30 years old)
<br />
<strong>Contact Number: </strong>07869 943778
<br />
<strong>Address: </strong>52 Marigold Lane
<a href="listappointments.html"><button type="button" class="btn btn-secondary" style="float: right;">Select</button></a>
</p>
<p class="p-3 mb-2">
<strong>DR SHAUN MURPHY</strong>
<br />
<strong>D.O.B: </strong>May 29, 1981 (37 years old)
<br />
<strong>Contact Number: </strong>07753 454545
<br />
<strong>Address: </strong>41 Marigold Lane
<a href="listappointments.html"><button type="button" class="btn btn-secondary" style="float: right;">Select</button></a>
</p>
<br />
<button type="button" class="btn btn-secondary" style="float: right;">Next Page</button>
<br />
<br />
</div>
</div>
</div>
</body>
</html>