Showing
7 changed files
with
60 additions
and
105 deletions
... | @@ -9,16 +9,15 @@ | ... | @@ -9,16 +9,15 @@ |
9 | 9 | ||
10 | <title>식당 예약</title> | 10 | <title>식당 예약</title> |
11 | 11 | ||
12 | - <!-- Bootstrap core CSS --> | ||
13 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | 12 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
14 | - | ||
15 | - <!-- Custom fonts for this template --> | ||
16 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | 13 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
17 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | 14 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> |
18 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> | 15 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> |
19 | - | ||
20 | - <!-- Custom styles for this template --> | ||
21 | <link href="css/grayscale.min.css" rel="stylesheet"> | 16 | <link href="css/grayscale.min.css" rel="stylesheet"> |
17 | + <script src="css/grayscale.min.js"></script> | ||
18 | + <script src="vendor/jquery/jquery.min.js"></script> | ||
19 | + <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
20 | + <script src="vendor/jquery-easing/jquery.easing.min.js"></script> | ||
22 | 21 | ||
23 | </head> | 22 | </head> |
24 | 23 | ||
... | @@ -95,8 +94,6 @@ | ... | @@ -95,8 +94,6 @@ |
95 | </section> | 94 | </section> |
96 | 95 | ||
97 | 96 | ||
98 | - | ||
99 | - | ||
100 | <!-- Menu Section --> | 97 | <!-- Menu Section --> |
101 | <section id="menu" class="download-section content-section text-center"> | 98 | <section id="menu" class="download-section content-section text-center"> |
102 | <div class="row"> | 99 | <div class="row"> |
... | @@ -145,13 +142,11 @@ | ... | @@ -145,13 +142,11 @@ |
145 | </section> | 142 | </section> |
146 | 143 | ||
147 | 144 | ||
148 | - | ||
149 | - | ||
150 | <!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ --> | 145 | <!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ --> |
151 | <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script> | 146 | <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script> |
152 | 147 | ||
153 | 148 | ||
154 | - <section id="Map" class="content-section text-center"> | 149 | + <section id="Map" class="content-section text-center"> |
155 | <div class="row"> | 150 | <div class="row"> |
156 | <div class="col-lg-8 mx-auto text-center"> | 151 | <div class="col-lg-8 mx-auto text-center"> |
157 | <h1>찾아오시는 길</h1> | 152 | <h1>찾아오시는 길</h1> |
... | @@ -210,22 +205,15 @@ | ... | @@ -210,22 +205,15 @@ |
210 | </section> | 205 | </section> |
211 | 206 | ||
212 | <!-- Footer --> | 207 | <!-- Footer --> |
213 | - <footer> | 208 | + <footer> |
214 | - <div class="container text-center"> | 209 | + <div class="container text-center"> |
215 | - <p>Copyright ©정지윤 오픈소스 프로젝트</p> | 210 | + <p>Copyright ©정지윤 오픈소스 프로젝트</p> |
216 | - <a href="/pw" class="btn btn-default btn-lg">관리자모드</a> | 211 | + <a href="/pw" class="btn btn-default btn-lg">관리자모드</a> |
217 | - </div> | 212 | + </div> |
218 | - </footer> | 213 | + </footer> |
219 | 214 | ||
220 | 215 | ||
221 | - <!-- Custom scripts for this template --> | ||
222 | - <script src="css/grayscale.min.js"></script> | ||
223 | - <!-- Bootstrap core JavaScript --> | ||
224 | - <script src="vendor/jquery/jquery.min.js"></script> | ||
225 | - <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
226 | 216 | ||
227 | - <!-- Plugin JavaScript --> | ||
228 | - <script src="vendor/jquery-easing/jquery.easing.min.js"></script> | ||
229 | 217 | ||
230 | </body> | 218 | </body> |
231 | 219 | ... | ... |
... | @@ -4,41 +4,37 @@ | ... | @@ -4,41 +4,37 @@ |
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | 6 | ||
7 | - <!-- Bootstrap core CSS --> | ||
8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | 7 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
8 | + <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | ||
9 | + <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
9 | 10 | ||
10 | - <!-- Custom fonts for this template --> | ||
11 | - <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
12 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | 11 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> |
13 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> | 12 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> |
14 | - | ||
15 | - <!-- Custom styles for this template --> | ||
16 | <link href="css/grayscale.min.css" rel="stylesheet"> | 13 | <link href="css/grayscale.min.css" rel="stylesheet"> |
14 | + <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
17 | 15 | ||
18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> | 16 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> |
19 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> | 17 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> |
18 | + <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | ||
19 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | ||
20 | 20 | ||
21 | - <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | ||
22 | - <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
23 | - <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | ||
24 | - <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | ||
25 | 21 | ||
26 | <title>메뉴</title> | 22 | <title>메뉴</title> |
27 | 23 | ||
28 | <style type="text/css"> | 24 | <style type="text/css"> |
29 | - .reservationTheme{ | 25 | + .reservationTheme{ |
30 | - background:url('/img/s.jpg') no-repeat center fixed; | 26 | + background:url('/img/s.jpg') no-repeat center fixed; |
31 | - -webkit-background-size: cover; | 27 | + -webkit-background-size: cover; |
32 | - -moz-background-size: cover; | 28 | + -moz-background-size: cover; |
33 | - -o-background-size: cover; | 29 | + -o-background-size: cover; |
34 | - } | 30 | + } |
35 | 31 | ||
36 | - .container{ | 32 | + .container{ |
37 | - text-align: center; | 33 | + text-align: center; |
38 | - } | 34 | + } |
39 | - .form-group{ | 35 | + .form-group{ |
40 | - vertical-align: center; | 36 | + vertical-align: center; |
41 | - } | 37 | + } |
42 | </style> | 38 | </style> |
43 | <section id="about" class="reservationTheme content-section"> | 39 | <section id="about" class="reservationTheme content-section"> |
44 | <div class="container "text-align=" center"> | 40 | <div class="container "text-align=" center"> |
... | @@ -48,7 +44,7 @@ | ... | @@ -48,7 +44,7 @@ |
48 | <image src = "/img/킹크랩.jpg" width=400 height=300> | 44 | <image src = "/img/킹크랩.jpg" width=400 height=300> |
49 | <p>킹크랩스페셜 1인당 50,000원 </p> | 45 | <p>킹크랩스페셜 1인당 50,000원 </p> |
50 | 46 | ||
51 | - <br> | 47 | + <br> |
52 | <h2>활어회<h2> | 48 | <h2>활어회<h2> |
53 | <image src = "/img/광어.jpg" width=400 height=300> | 49 | <image src = "/img/광어.jpg" width=400 height=300> |
54 | <p>광어 소 38,000원 / 중 48,000원 / 대 58,000원 </p> | 50 | <p>광어 소 38,000원 / 중 48,000원 / 대 58,000원 </p> |
... | @@ -80,9 +76,10 @@ | ... | @@ -80,9 +76,10 @@ |
80 | 76 | ||
81 | 77 | ||
82 | 78 | ||
83 | -<br> | 79 | + <br> |
84 | <a href="/first" class="btn btn-default btn-lg">홈으로</a> | 80 | <a href="/first" class="btn btn-default btn-lg">홈으로</a> |
85 | 81 | ||
86 | </div> | 82 | </div> |
87 | </head> | 83 | </head> |
84 | + | ||
88 | </html> | 85 | </html> | ... | ... |
... | @@ -4,28 +4,27 @@ | ... | @@ -4,28 +4,27 @@ |
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | 6 | ||
7 | - <!-- Bootstrap core CSS --> | 7 | + |
8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | 8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
9 | + <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | ||
10 | + <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
11 | + <link rel='stylesheet' href='/stylesheets/style.css' /> | ||
9 | 12 | ||
10 | - <!-- Custom fonts for this template --> | ||
11 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | 13 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
12 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | 14 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> |
13 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> | 15 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> |
14 | - | ||
15 | - <!-- Custom styles for this template --> | ||
16 | <link href="css/grayscale.min.css" rel="stylesheet"> | 16 | <link href="css/grayscale.min.css" rel="stylesheet"> |
17 | 17 | ||
18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> | 18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> |
19 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> | 19 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> |
20 | + <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | ||
21 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | ||
20 | 22 | ||
21 | - <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | ||
22 | - <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
23 | - <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | ||
24 | - <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | ||
25 | - <title>결제창</title> | ||
26 | - <link rel='stylesheet' href='/stylesheets/style.css' /> | ||
27 | <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js" ></script> | 23 | <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js" ></script> |
28 | <script type="text/javascript" src="https://service.iamport.kr/js/iamport.payment-1.1.5.js"></script> | 24 | <script type="text/javascript" src="https://service.iamport.kr/js/iamport.payment-1.1.5.js"></script> |
25 | + | ||
26 | + <title>결제창</title> | ||
27 | + | ||
29 | </head> | 28 | </head> |
30 | <body> | 29 | <body> |
31 | <h1>결제창</h1> | 30 | <h1>결제창</h1> | ... | ... |
... | @@ -4,32 +4,24 @@ | ... | @@ -4,32 +4,24 @@ |
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | 6 | ||
7 | - <!-- Bootstrap core CSS --> | 7 | + |
8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | 8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
9 | + <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | ||
10 | + <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
9 | 11 | ||
10 | - <!-- Custom fonts for this template --> | ||
11 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | 12 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
12 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | 13 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> |
13 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> | 14 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> |
14 | - | ||
15 | - <!-- Custom styles for this template --> | ||
16 | <link href="css/grayscale.min.css" rel="stylesheet"> | 15 | <link href="css/grayscale.min.css" rel="stylesheet"> |
17 | 16 | ||
18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> | 17 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> |
19 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> | 18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> |
20 | - | 19 | + <script src="https://code.jquery.com/jquery-1.12.4.js"></script> |
21 | - <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | 20 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> |
22 | - <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
23 | - <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | ||
24 | - <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | ||
25 | 21 | ||
26 | <title>식당 예약</title> | 22 | <title>식당 예약</title> |
27 | 23 | ||
28 | 24 | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | <style type="text/css"> | 25 | <style type="text/css"> |
34 | .reservationTheme{ | 26 | .reservationTheme{ |
35 | background:url('/img/12.jpg') no-repeat center fixed; | 27 | background:url('/img/12.jpg') no-repeat center fixed; |
... | @@ -73,8 +65,8 @@ | ... | @@ -73,8 +65,8 @@ |
73 | <td><%=data[i].modidate%></td> | 65 | <td><%=data[i].modidate%></td> |
74 | </tr> | 66 | </tr> |
75 | <% } %> | 67 | <% } %> |
76 | -</tbody> | 68 | + </tbody> |
77 | -</table> | 69 | + </table> |
78 | 70 | ||
79 | 71 | ||
80 | 72 | ||
... | @@ -90,12 +82,5 @@ | ... | @@ -90,12 +82,5 @@ |
90 | </div> | 82 | </div> |
91 | 83 | ||
92 | 84 | ||
93 | - | ||
94 | </head> | 85 | </head> |
95 | </html> | 86 | </html> |
96 | - | ||
97 | - | ||
98 | - | ||
99 | - | ||
100 | - | ||
101 | - <!-- <form method="POST" action="/jj"> | ... | ... |
... | @@ -4,24 +4,20 @@ | ... | @@ -4,24 +4,20 @@ |
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | 6 | ||
7 | - <!-- Bootstrap core CSS --> | 7 | + |
8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | 8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
9 | + <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | ||
10 | + <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
9 | 11 | ||
10 | - <!-- Custom fonts for this template --> | ||
11 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | 12 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
12 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | 13 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> |
13 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> | 14 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> |
14 | - | ||
15 | - <!-- Custom styles for this template --> | ||
16 | <link href="css/grayscale.min.css" rel="stylesheet"> | 15 | <link href="css/grayscale.min.css" rel="stylesheet"> |
17 | 16 | ||
18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> | 17 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> |
19 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> | 18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> |
20 | - | 19 | + <script src="https://code.jquery.com/jquery-1.12.4.js"></script> |
21 | - <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | 20 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> |
22 | - <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
23 | - <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | ||
24 | - <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | ||
25 | 21 | ||
26 | <title>식당 예약</title> | 22 | <title>식당 예약</title> |
27 | 23 | ... | ... |
... | @@ -4,24 +4,22 @@ | ... | @@ -4,24 +4,22 @@ |
4 | <head> | 4 | <head> |
5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
6 | 6 | ||
7 | - <!-- Bootstrap core CSS --> | 7 | + |
8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | 8 | <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
9 | + <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | ||
10 | + <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | ||
9 | 11 | ||
10 | - <!-- Custom fonts for this template --> | ||
11 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | 12 | <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
12 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | 13 | <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> |
13 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> | 14 | <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> |
14 | - | ||
15 | - <!-- Custom styles for this template --> | ||
16 | <link href="css/grayscale.min.css" rel="stylesheet"> | 15 | <link href="css/grayscale.min.css" rel="stylesheet"> |
17 | 16 | ||
18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> | 17 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script> |
19 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> | 18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> |
20 | - | 19 | + <script src="https://code.jquery.com/jquery-1.12.4.js"></script> |
21 | - <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> | 20 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> |
22 | - <link rel="stylesheet" href="https://jqueryui.com/resources/demos/style.css"> | 21 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
23 | - <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | 22 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> |
24 | - <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | ||
25 | 23 | ||
26 | <title>식당 예약</title> | 24 | <title>식당 예약</title> |
27 | 25 | ||
... | @@ -318,8 +316,6 @@ | ... | @@ -318,8 +316,6 @@ |
318 | </script> | 316 | </script> |
319 | 317 | ||
320 | 318 | ||
321 | - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | 319 | + |
322 | - <!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 --> | ||
323 | - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | ||
324 | </head> | 320 | </head> |
325 | </html> | 321 | </html> | ... | ... |
-
Please register or login to post a comment