정지윤

코드 보기 좋게 정리

...@@ -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,8 +142,6 @@ ...@@ -145,8 +142,6 @@
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
...@@ -218,14 +213,7 @@ ...@@ -218,14 +213,7 @@
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,25 +4,21 @@ ...@@ -4,25 +4,21 @@
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>
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> 18 <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> 19 <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
25 20
21 +
26 <title>메뉴</title> 22 <title>메뉴</title>
27 23
28 <style type="text/css"> 24 <style type="text/css">
...@@ -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 -
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> 20 <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> 21 <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
25 - <title>결제창</title> 22 +
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>
......
...@@ -56,9 +56,3 @@ ...@@ -56,9 +56,3 @@
56 <script type="text/javascript" src="/mail"></script> 56 <script type="text/javascript" src="/mail"></script>
57 </head> 57 </head>
58 </html> 58 </html>
59 -
60 -
61 -
62 -
63 -
64 - <!-- <form method="POST" action="/jj">
......
...@@ -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 -
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> 19 <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> 20 <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,22 +4,18 @@ ...@@ -4,22 +4,18 @@
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 -
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> 19 <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> 20 <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
25 21
......
...@@ -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 -
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> 19 <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> 20 <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
21 + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
22 + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.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>
......