Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
Blood Service Portal
Commits
ab2bf32f
Commit
ab2bf32f
authored
Oct 26, 2019
by
rama chandra
Browse files
Update dashboard.php
parent
e0f68cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/dashboard.php
View file @
ab2bf32f
...
...
@@ -15,6 +15,24 @@ include("auth.php"); //include auth.php file on all secure pages ?>
<
p
><
a
href
=
"index.php"
>
Home
</
a
><
p
>
<
p
><
a
href
=
"insert.php"
>
Insert
New
Record
</
a
></
p
>
<
p
><
a
href
=
"view.php"
>
View
Records
</
a
><
p
>
<
form
method
=
"POST"
action
=
"search.php"
class
=
"bg-white rounded pb_form_v1"
>
<
div
class
=
"form-group"
>
<
select
name
=
"blood"
class
=
"form-control pb_height-50 reverse"
>
<
option
value
=
""
selected
>
Blood
Group
You
Required
</
option
>
<
option
value
=
"A+"
>
A
+</
option
>
<
option
value
=
"A-"
>
A
-</
option
>
<
option
value
=
"B+"
>
B
+</
option
>
<
option
value
=
"B-"
>
B
-</
option
>
<
option
value
=
"AB+"
>
AB
+</
option
>
<
option
value
=
"AB-"
>
AB
-</
option
>
<
option
value
=
"O+"
>
O
+</
option
>
<
option
value
=
"O-"
>
O
-</
option
>
</
select
>
<
input
type
=
"submit"
name
=
"search"
class
=
"btn btn-primary btn-lg btn-block pb_btn-pill btn-shadow-blue"
value
=
"Submit"
>
</
div
>
</
form
>
<
p
><
a
href
=
"logout.php"
>
Logout
</
a
></
p
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment