-
Notifications
You must be signed in to change notification settings - Fork 0
/
reView.html
325 lines (291 loc) · 17.1 KB
/
reView.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap-5.0.2/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/reviewStyle.css">
<title>Document</title>
</head>
<body>
<div class="bd-layout">
<!-- side menu bar -->
<aside class="bd-sidebar shadow">
<div class="logo">
<img src="assets/src/owereLogo.png" alt="o`were">
</div>
<div class="searchForm">
<div class="ps-2">
<img src="assets/src/searchIcon.png">
</div>
<div>
<form class="searchBox">
<input type="text" placeholder="검색">
</form>
</div>
</div>
<nav class="bd-links mb-auto">
<ul class="sidebarList list-unstyled ps-0">
<li class="">
<button class="btn btn-normal align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#reservation-collapse" aria-expanded="false" onclick="location.href='reservationMonthly.html'" id="asideForm">
예약
</button>
</li>
<li>
<button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#stock-collapse" aria-expanded="false" onclick="location.href='storage.html'" id="asideForm">
재고
</button>
<div class="collapse" id="stock-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="storage.html" class="link-dark rounded " id="asideForm">재고 현황</a></li>
<li><a href="storage_tinyenroll.html" class="link-dark rounded " id="asideForm">개별 재고 등록</a></li>
<li><a href="storage_hugeenroll.html" class="link-dark rounded " id="asideForm">대량 재고 등록</a></li>
</ul>
</div>
</li>
<li>
<button class="btn btn-normal align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#chatting-collapse" aria-expanded="false" onclick="location.href='chatting.html'" id="asideForm">
채팅
</button>
</li>
<li>
<button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#salon-collapse" aria-expanded="true" onclick="location.href='profile.html'" id="asideForm">
내 미용실
</button>
<div class="" id="salon-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="profile.html" class="link-dark rounded" id="asideForm">MY</a></li>
<li><a href="registrationTimeSeat.html" class="link-dark rounded" id="asideForm">시간 및 좌석 등록</a></li>
<li><a href="reView.html" class="link-dark rounded activeButton" id="asideForm">리뷰 관리</a></li>
</ul>
</div>
</li>
<li>
<button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#recruitment-collapse" aria-expanded="false" onclick="location.href='designer.html'" id="asideForm">
디자이너 관리
</button>
<div class="collapse" id="recruitment-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="designer.html" class="link-dark rounded" id="asideForm">디자이너 목록 관리</a></li>
<li><a href="reservationManage.html" class="link-dark rounded" id="asideForm">예약 관리</a></li>
</ul>
</div>
</li>
<li>
<button class="btn btn-normal align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#calculate-collapse" aria-expanded="false" onclick="location.href='calculate.html'" id="asideForm">
정산
</button>
</li>
</ul>
</nav>
<div class="bottomNav">
<ul class="list-unstyled border-top py-2 mb-0">
<li class="my-2">
<a href="setting.html">설정</a>
</li>
<li class="my-1">
<a href="#">도움말</a>
</li>
</ul>
</div>
<div class="bottomNav border-top pt-2 my-2">로그아웃</div>
</aside>
<main class="bd-main">
<div class="bd-navTop">
<div class="st-actionContainer right-bottom">
<div class="st-btn-container right-bottom">
<div class="st-button-main">
<img src="assets/src/icon/notificationIcon.png">
</div>
</div>
<div class="st-panel">
<div class="st-panel-header">
<div>알림</div>
<div>
<input type="checkbox">모두읽음</span>
</div>
</div>
<div class="st-panel-contents">
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#007bff"/><text x="50%" y="50%" fill="#007bff" dy=".3em">32x32</text></svg>
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
<div class="d-flex justify-content-between">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#007bff"/><text x="50%" y="50%" fill="#007bff" dy=".3em">32x32</text></svg>
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
<div class="d-flex justify-content-between">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#007bff"/><text x="50%" y="50%" fill="#007bff" dy=".3em">32x32</text></svg>
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
<div class="d-flex justify-content-between">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
</div>
</div>
</div>
<!-- <button class="btn">menu list</button> -->
</div>
<div class="bd-mainContent">
<div class="row ">
<h5>리뷰 작성</h5>
</div>
<div class="shadowingBox ">
<table class="table align-middle table-striped">
<thead>
<tr class="text-nowrap a w-100 text-center">
<th scope="col">#</th>
<th scope="col">고객명</th>
<th scope="col" class="colStarrate">별점</th>
<th scope="col" class="flex-grow-1 align-middle">리뷰 내용</th>
<th scope="col" class="ms-auto">
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
<option value="last" selected>최신순</option>
<option value="old">오래된순</option>
</select>
</th>
</tr>
</thead>
<tbody class="reviewList">
<!-- <tr>
<th id="reviewNum"scope="row">3</th>
<td id="customerName">Mark</td>
<td id="reviewStarRate">★★★★☆</td>
<td id="reviewText">
<div class="userComment">
시설 괜찮네요 좋아요 좋아요 시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요ㅍ
</div>
<hr>
<div>
<form>
<input type="text" class="form-control myComment" placeholder="답글달기">
</input>
<div class="d-flex justify-content-end">
<button class="btn normalBtn" type="submit" >전송</button>
</div>
</form>
</div>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td id="customerName">Mark</td>
<td id="reviewStarRate">★★★★☆</td>
<td id="reviewText">
<div class="userComment">
시설 괜찮네요 좋아요 좋아요 시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요ㅍ
</div>
<hr>
<div>
<form>
<input type="text" class="form-control myComment" placeholder="답글달기">
</input>
<div class="d-flex justify-content-end">
<button class="btn normalBtn" type="submit" >전송</button>
</div>
</form>
</div>
</td>
</tr> -->
<tr>
<th scope="row">2</th>
<td id="customerName">Mark</td>
<td id="reviewStarRate">★★★★☆</td>
<td id="reviewText">
<div class="userComment">
시설 괜찮네요 좋아요 좋아요 시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요ㅍ
</div>
<hr>
<div>
<form>
<textarea class="form-control myComment" id="exampleFormControlTextarea1" rows="2"placeholder="답글달기"></textarea>
<div class="d-flex justify-content-end">
<button class="btn normalBtn" type="submit" >전송</button>
</div>
</form>
</div>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td id="customerName">Mark</td>
<td id="reviewStarRate">★★★★☆</td>
<td id="reviewText">
<div class="userComment">
시설 괜찮네요 좋아요 좋아요 시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요ㅍ
</div>
<hr>
<div>
<form>
<textarea class="form-control myComment" id="exampleFormControlTextarea1" rows="2"placeholder="답글달기"></textarea>
<div class="d-flex justify-content-end">
<button class="btn normalBtn" type="submit" >전송</button>
</div>
</form>
</div>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td id="customerName">Mark</td>
<td id="reviewStarRate">★★★★☆</td>
<td id="reviewText">
<div class="userComment">
시설 괜찮네요 좋아요 좋아요 시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요ㅍ
</div>
<hr>
<div>
<form>
<textarea class="form-control myComment" id="exampleFormControlTextarea1" rows="2"placeholder="답글달기" disabled>감사합니다^^</textarea>
<div class="d-flex justify-content-end">
<button class="btn normalBtn" type="submit" >수정</button>
</div>
</form>
</div>
</td>
</tr>
<tr>
<th scope="row">1</th>
<td id="customerName">Mark</td>
<td id="reviewStarRate">★★★★☆</td>
<td id="reviewText">시설 괜찮네요 좋아요 좋아요 시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요시설 괜찮네요 좋아요 좋아요ㅍ</td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
</div>
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/bootstrap-5.0.2/js/bootstrap.js"></script>
<script src="assets/js/main.js"></script>
<!-- <script>
const menuArr = document.querySelectorAll('#asideForm');
menuArr.forEach(function(element){
element.addEventListener('click', event => {
element.classList.add('activeButton');
});
})
$(document).ready(function () {
console.log(menuArr);
})
</script> -->
</body>
</html>