-
Notifications
You must be signed in to change notification settings - Fork 31
/
pharmacy.html
154 lines (147 loc) · 8.01 KB
/
pharmacy.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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="ko">
<head>
<meta property="og:type" content="website">
<meta property="og:title" content="코로나19 약국 현황">
<meta name="description" content="질병관리본부의 데이터에 근거하여 코로나19 약국 감염증에 대한 정보, 안내, 현황 및 확산 지도를 신속하게 전달합니다.">
<meta name="keywords" content="코로나19, 코로나바이러스, 코로나, 코로나맵, 코로나지도, 코로나 지도, 코로나 현황, 확진자" />
<meta property="og:description" content="코로나19 약국 현황">
<meta property="og:image" content="https://livecorona.co.kr/img/livecorona.jpg">
<meta property="og:url" content="https://livecorona.co.kr">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="LIVECoD">
<link rel="shortcut icon" href="#">
<title>약국현황</title>
<link rel='icon' href='img/favicon.png' type='image/x-icon'>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/innks/NanumSquareRound@master/nanumsquareround.min.css">
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template-->
<link href="css/common.css" rel="stylesheet">
<link href="css/sb-admin-2.min.css" rel="stylesheet">
<link href="vendor/datatables/dataTables.bootstrap4.min.css" rel="stylesheet">
<link href="css/livecod-custom.css" rel="stylesheet">
<link href="css/livecod-lsy.css" rel="stylesheet">
</head>
<!-- Page Heading -->
<body id="page-top">
<div class="container">
<form class="needs-validation" novalidate>
<div class="row">
<div class="col-sm-9 mt-5">
<h1 class="h3 mb-0 text-gray-800">제주도 약국현황 입력</h1>
</div>
<div class="col-sm-3 mt-5">
<!-- Topbar Search -->
<form class="form-inline navbar-search">
<div class="input-group">
<input type="text" class="form-control bg-light small" placeholder="Search for..." aria-label="Search" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn btn-danger" type="button">
<i class="fas fa-search fa-sm"></i>
</button>
</div>
</div>
</form>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-6 mt-3">
<div class="card">
<div class="card-header">
<h6 class="m-0 font-weight-bold text-danger">온누리 약국(제주도 제주시 동광로 137 대동빌딩 4층)</h6>
</div>
<div class="card-body">
<div class="card-text">
<div class="form-row">
<div class="col-md-6 mb-3">
<label for="validationCustom01">마스크</label>
<input type="number" class="form-control" id="validationCustom01" value="Mark" required>
<div class="valid-feedback">
Looks good!
</div>
</div>
<div class="col-md-6 mb-3">
<label for="validationCustom02">손세정제</label>
<input type="number" class="form-control" id="validationCustom02" value="Otto" required>
<div class="valid-feedback">
Looks good!
</div>
</div>
</div>
</div>
<!-- Map -->
<div id="map-container-google-1">
<iframe src="https://maps.google.com/maps?q=manhatan&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" style="border:0;width:100%" allowfullscreen></iframe>
</div>
<!-- //Map -->
</div>
</div>
</div>
<div class="col-sm-6 mt-3">
<div class="card">
<div class="card-header">
<h6 class="m-0 font-weight-bold text-danger">하나 약국(제주도 제주시 동광로 137 대동빌딩 4층)</h6>
</div>
<div class="card-body">
<div class="card-text">
<div class="form-row">
<div class="col-md-6 mb-3">
<label for="validationCustom03">마스크</label>
<input type="number" class="form-control" id="validationCustom03" value="Mark" required>
<div class="valid-feedback">
Looks good!
</div>
</div>
<div class="col-md-6 mb-3">
<label for="validationCustom03">손세정제</label>
<input type="number" class="form-control" id="validationCustom03" value="Otto" required>
<div class="valid-feedback">
Looks good!
</div>
</div>
</div>
</div>
<!-- Map -->
<div id="map-container-google-1">
<iframe src="https://maps.google.com/maps?q=manhatan&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" style="border:0;width:100%" allowfullscreen></iframe>
</div>
<!-- //Map -->
</div>
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-12 text-right">
<button class="btn btn-danger" type="submit">제출</button>
</div>
</div>
</form>
</div>
<script>
// Example starter JavaScript for disabling form submissions if there are invalid fields
(function () {
'use strict';
window.addEventListener('load', function () {
// Fetch all the forms we want to apply custom Bootstrap validation styles to
var forms = document.getElementsByClassName('needs-validation');
// Loop over them and prevent submission
var validation = Array.prototype.filter.call(forms, function (form) {
form.addEventListener('submit', function (event) {
if (form.checkValidity() === false) {
event.preventDefault();
event.stopPropagation();
}
form.classList.add('was-validated');
}, false);
});
}, false);
})();
</script>
</body>
</html>