-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnhando.html
executable file
·256 lines (227 loc) · 11.6 KB
/
nhando.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title - My ASP.NET Application</title>
<link href="assets/css/normalize.css" rel="stylesheet" />
<link href="assets/bootstrap.min.css" rel="stylesheet" />
<link href="assets/style.css" rel="stylesheet" />
<style>
.btn span.glyphicon {
opacity: 0;
}
.btn.active span.glyphicon {
opacity: 1;
}
</style>
</head>
<body>
<!-- TAB TEMPLATE -->
<svg height="0" width="0" style="position: absolute; margin-left: -100%;">
<defs>
<filter id='shadow'>
<feComponentTransfer in="SourceGraphic">
<feFuncR type="discrete" tableValues="0" />
<feFuncG type="discrete" tableValues="0" />
<feFuncB type="discrete" tableValues="0" />
</feComponentTransfer>
<feGaussianBlur stdDeviation="1" />
<feComponentTransfer><feFuncA type="linear" slope="0.2" /></feComponentTransfer>
<feOffset dx="5" dy="1" result="shadow" />
<feComposite in="SourceGraphic" />
</filter>
<linearGradient id="tab-1-bg" x1="0%" y1="0%" x2="0%" y2="65%">
<stop offset="0%" style="stop-color: rgba(136, 195, 229, 1.0);" />
<stop offset="100%" style="stop-color: rgba(118, 160, 192, 1.0);" />
</linearGradient>
<linearGradient id="tab-2-bg" x1="0%" y1="0%" x2="0%" y2="65%">
<stop offset="0%" style="stop-color: rgba(149, 190, 233, 1.0);" />
<stop offset="100%" style="stop-color: rgba(112, 153, 213, 1.0);" />
</linearGradient>
<linearGradient id="tab-3-bg" x1="0%" y1="0%" x2="0%" y2="65%">
<stop offset="0%" style="stop-color: rgba(61, 149, 218, 1.0);" />
<stop offset="100%" style="stop-color: rgba(43, 130, 197, 1.0);" />
</linearGradient>
<linearGradient id="tab-4-bg" x1="0%" y1="0%" x2="0%" y2="65%">
<stop offset="0%" style="stop-color: rgba(72, 204, 243, 1.0);" />
<stop offset="100%" style="stop-color: rgba(71, 194, 243, 1.0);" />
</linearGradient>
<linearGradient id="tab-5-bg" x1="0%" y1="0%" x2="0%" y2="65%">
<stop offset="0%" style="stop-color: rgba(136, 195, 229, 1.0);" />
<stop offset="100%" style="stop-color: rgba(118, 160, 192, 1.0);" />
</linearGradient>
<linearGradient id="tab-6-bg" x1="0%" y1="0%" x2="0%" y2="65%">
<stop offset="0%" style="stop-color: rgba(72, 204, 243, 1.0);" />
<stop offset="100%" style="stop-color: rgba(171, 30, 243, 1.0);" />
</linearGradient>
</defs>
<path id="tab-shape" class="tab-shape" d="M116.486,29.036c-23.582-8-14.821-29-42.018-29h-62.4C5.441,0.036,0,5.376,0,12.003v28.033h122v-11H116.486
z">
</svg>
<nav role="navigation" class="main-navigation">
<ul>
<li class="tab-1" data-bg-color="rgba(118, 160, 192, 1.0)">
<a href="index.html">
<span>ĐĂNG NHẬP</span>
<svg viewBox="0 0 122 40">
<use xlink:href="#tab-shape"></use>
</svg>
</a>
</li>
<li class="tab-2 active" data-bg-color="rgba(112, 153, 213, 1.0)">
<a href="nhando.html">
<span>NHẬN ĐỒ</span>
<svg viewBox="0 0 122 40">
<use xlink:href="#tab-shape"></use>
</svg>
</a>
</li>
<li class="tab-3" data-bg-color="rgba(43, 130, 197, 1.0)">
<a href="trado.html">
<span>TRA ĐỒ</span>
<svg viewBox="0 0 122 40">
<use xlink:href="#tab-shape"></use>
</svg>
</a>
</li>
<li class="tab-4" data-bg-color="rgba(71, 194, 243, 1.0)">
<a href="nocong.html">
<span>CÔNG NỢ</span>
<svg viewBox="0 0 122 40">
<use xlink:href="#tab-shape"></use>
</svg>
</a>
</li>
<li class="tab-5" data-bg-color="rgba(50, 194, 3, 1.0)">
<a href="baocao.html">
<span>BÁO CÁO</span>
<svg viewBox="0 0 122 40">
<use xlink:href="#tab-shape"></use>
</svg>
</a>
</li>
<li class="tab-6" data-bg-color="rgba(171, 30, 243, 1.0)">
<a href="quantri.html">
<span>QUẢN TRỊ</span>
<svg viewBox="0 0 122 40">
<use xlink:href="#tab-shape"></use>
</svg>
</a>
</li>
</ul>
</nav>
<div class="main-content">
<article class="article">
<!--Bat Dau-->
<div class="container">
<div class="row">
<div class="left-area">
<div class="infor-user">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Tên</th>
<th>John</th>
</tr>
<tr>
<th>SĐT</th>
<th>01674433929</th>
</tr>
<tr>
<th>Phòng</th>
<th>I23</th>
</tr>
</thead>
</table>
</div>
<div class="infor-prices">
<table class="table table-bordered">
<thead>
<tr>
<th>Nợ Trước</th>
<th>140.000 VND</th>
</tr>
<tr>
<th>Số kì này</th>
<th>60.000 VND</th>
</tr>
</thead>
</table>
</div>
<div class="panel panel-total-monney">Tồng số tiền phải thanh toán<br />
3.400.000 VNĐ
</div>
</div>
<div class="right-area">
<div class="detail-clothes">
<table class="table table-bordered">
<thead>
<tr>
<th>LOẠI ĐỒ</th>
<th>SL (Kg)</th>
<th>Giặt</th>
<th>Xả</th>
<th>Xấy</th>
<th>Số Tiền</th>
</tr>
</thead>
<tbody>
<tr>
<td>Quần Áo</td>
<td>2.4kg</td>
<td><input type="checkbox" name="washing" value="Washing" checked></td>
<td><input type="checkbox" name="rinsing" value="Rinsing"></td>
<td><input type="checkbox" name="drying" value="Drying" checked></td>
<td>60.000 VNĐ</td>
</tr>
<tr>
<td>Chăn Màn</td>
<td>1.4kg</td>
<td><input type="checkbox" name="washing" value="Washing" checked></td>
<td><input type="checkbox" name="rinsing" value="Rinsing" checked></td>
<td><input type="checkbox" name="drying" value="Drying"></td>
<td>35.000 VNĐ</td>
</tr>
<tr>
<td>Bông Gấu</td>
<td>5.4kg</td>
<td><input type="checkbox" name="washing" value="Washing" checked></td>
<td><input type="checkbox" name="rinsing" value="Rinsing" checked></td>
<td><input type="checkbox" name="drying" value="Drying" checked></td>
<td>205.000 VNĐ</td>
</tr>
<tr>
<td>Khác</td>
<td>1.4kg</td>
<td><input class="checkbox" type="checkbox" name="washing" value="Washing"></td>
<td><input class="checkbox" type="checkbox" name="rinsing" value="Rinsing" checked></td>
<td>
<label class="btn btn-success active">
<input type="checkbox" autocomplete="off" name="drying" value="Drying" checked>
<span class="glyphicon glyphicon-ok"></span>
</label>
</td>
<td>205.000 VNĐ</td>
</tr>
<tr>
<td>Ghi Chú</td>
<td colspan="5">Chú ý giặt quần áo thật sách nhé</td>
</tr>
</tbody>
</table>
</div>
<div class="button-submit">
<button class="btn btn-success">THANH TOÁN <br/> (Ghi và in phiếu)</button>
<button class="btn btn-danger">NỢ <br/> (Ghi và in phiếu)</button>
</div>
</div>
</div>
</div>
<!--Ket Thuc-->
</article>
</div>
<script src="assets\js\jquery-1.10.2.min.js"></script>
<script src="assets\js\bootstrap.js"></script>
</body>
</html>