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
62499639
Commit
62499639
authored
Nov 08, 2019
by
Polavarapu Satya Durga Lalitha Rao Sarma
Browse files
Upload New File
parent
b5eb5e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/bulkupload.html
0 → 100644
View file @
62499639
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
crossorigin=
"anonymous"
>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
crossorigin=
"anonymous"
></script>
</head>
<body>
<div
id=
"wrap"
>
<div
class=
"container"
>
<div
class=
"row"
>
<form
class=
"form-horizontal"
action=
"bulkupload.php"
method=
"post"
name=
"upload_excel"
enctype=
"multipart/form-data"
>
<fieldset>
<!-- Form Name -->
<legend>
Bulk Upload of Blood Data
</legend>
<!-- File Button -->
<div
class=
"form-group"
>
<label
class=
"col-md-4 control-label"
for=
"filebutton"
>
Select File
</label>
<div
class=
"col-md-4"
>
<input
type=
"file"
name=
"file"
id=
"file"
class=
"input-large"
>
</div>
</div>
<!-- Button -->
<div
class=
"form-group"
>
<label
class=
"col-md-4 control-label"
for=
"singlebutton"
>
Import data
</label>
<div
class=
"col-md-4"
>
<button
type=
"submit"
id=
"submit"
name=
"Import"
class=
"btn btn-primary button-loading"
data-loading-text=
"Loading..."
>
Import
</button>
</div>
</div>
</fieldset>
</form>
</div>
<?php
get_all_records();
?>
</div>
</div>
<div>
<form
class=
"form-horizontal"
action=
"bulkupload.php"
method=
"post"
name=
"upload_excel"
enctype=
"multipart/form-data"
>
<div
class=
"form-group"
>
<div
class=
"col-md-4 col-md-offset-4"
>
<input
type=
"submit"
name=
"Export"
class=
"btn btn-success"
value=
"export to excel"
/>
</div>
</div>
</form>
</div>
</body>
</html>
Write
Preview
Supports
Markdown
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