-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.php
106 lines (95 loc) · 3.92 KB
/
dashboard.php
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
<!DOCTYPE html>
<html>
<head>
<title>Health Doc</title>
<link rel="stylesheet" type="text/css" href="dashboard.css">
</head>
<body>
<!-- header part -->
<header>
<section class="logoschbar">
<a href="https://www.wix.com/blog/best-fonts-for-logos#viewer-adtuf" class="Logo">HelthDoc</a>
<form class="buttonset">
<div>
<button type="button" onclick="location class=" userregiste"><a href="logreg/login.php">Log
out</a></button>
</div>
</form>
</section>
<section class="treenavbar">
<a href="home.php">Home</a>
</section>
</header>
<!-- finish -->
<div class="Main-body">
<div class="blog-container">
<h2 class="blog-title">Profile</h2>
<p class="blog-content">As the Administrator of this site, I am Himeshika De Silva, highly experienced
professional in the pharmaceutical field. I make sure that our website complies with industry standards
and govermental laws. I am in charge of managing the customer details, website's operation and issue
invoice. </p>
<p class="blog-content"> I provide wide knowledge and skills to our site and thanks to my pharmacy
bachelor's degree. I am dedicated to providing our staff base service. My objective is to improve our
online pharmacy platform.</p>
<p class="blog-content">THANK YOU! </p>
<!-- slide bar -->
<div class="sidebar">
<div class="profile">
<img src="admin_girl.png">
<br>
<br>
<h2>Admin</h2>
<h3>Himeshika De Silva</h3>
<br>
<br>
<br>
</div>
<ul>
<li>
<center><a href="#">Dashboard</a></center>
</li>
<br>
<br>
<br>
<li>
<center>Staff Details</center>
</li>
<br>
<div class="dropdown">
<ul> <button><a href="manage.php">Pharmacist</a></button></ul>
<div class="dropdown-options">
<a href="manage.php">Add Pharmacist</a><br>
<a href="submit.php">Update Pharmacist</a>
</div>
</div>
<br>
<br>
<br>
<div class="dropdown">
<ul> <button><a href="add.php">Assistant Pharmacist</a></button></ul>
<div class="dropdown-options">
<a href="add.php">Add Assistant Pharmacist</a><br>
<a href="display$.php">Update Assistant Pharmacist</a>
</div>
</div>
<br>
<br>
<br>
<div class="dropdown">
<ul> <button><a href="newdperson.php">Delivery Person</a></button></ul>
<div class="dropdown-options">
<a href="newdperson.php">Add Delivery Person</a><br>
<a href="display#.php">Update Delivery Person</a>
</div>
</div>
<br>
<br>
<br>
<br>
<p>
<center>
<img src="online.png" alt="image" width="500px" height="300px" class="image">
</center>
</p>
</div>
<!-- finish -->