-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcenter.pl.html
328 lines (315 loc) · 21 KB
/
center.pl.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
326
327
328
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Acme&display=swap" rel="stylesheet">
<link rel="stylesheet" href="statics\css\style_zi.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/3a065c1b27.js" crossorigin="anonymous"></script>
<title>銷售商品 | NCU MIS SA</title>
</head>
<body>
<header style="box-shadow:3px 3px 5px 2px #cccccc;">
<div class='container'>
<nav class="navbar navbar-expand-lg navbar-light px-5">
<a class="navbar-brand" href="#">
<img src='statics/img/logo.png'>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse px-5" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto px-2">
<li class="nav-item px-2">
<a class="nav-link" href="#">首頁</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="center.html">會員中心</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" style="color: #ff8800;" href="#">熱門搜尋</a>
</li>
<li class="nav-item dropdown px-3">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
商品清單
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">預約清單</a>
<a class="dropdown-item" href="#">追蹤清單</a>
<a class="dropdown-item" href="#">售屋清單</a>
</div>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="#">常見問題</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="#">聯絡我們</a>
</li>
</ul>
</div>
<div class="nav-user-block" style="height: 50px;" onmouseover="switchMenu('MainMenu', 'SubMenu', 'MouseOver')" onmouseout="hideMenu()">
<div class="nav-user" style="margin-top: 11px;">
<span class="d-none d-lg-block">
<span class="nav-user-wrapper dropdown py-3">
<span class="nav-user-login mr-3">
<span class="main-menu" id="MainMenu" style="display:block;">
<i class="fas fa-user-circle"style="font-size: 1.6em;"></i>
</span>
</span>
<div id="SubMenu" class="dropdown-menu dropdown-origin-width" style="display:none;">
<a class="dropdown-item" href="#" style="color: rgba(0, 0, 0, 0.87);">會員登出</a>
</div>
</span>
</span>
</div>
</div>
</nav>
</div>
</header>
<section class='member' style="margin-bottom: 80px; margin-top: 90px;">
<div class="container">
<div class="row">
<div class="col-12 col-md-9 member-row">
<nav class="member-nav nav nav-tabs nav-justified d-md-flex" id="nav-active" style="margin-left: 4px;">
<a href="center.html" class="nav-item nav-link">個人檔案</a>
<a href="center.pl.html" class="nav-item nav-link active">銷售商品</a>
<a href="manager.html" class="nav-item nav-link">管理會員</a>
<a href="center.edit.html" class="nav-item nav-link">編輯檔案</a>
<a href="center.identity.html" class="nav-item nav-link">驗證身分</a>
<a href="center.message.html" class="nav-item nav-link">站內信息</a>
</nav>
<section class="member-nav-mobile d-md-none mt-3">
<div class="member-nav-itemlist">
<ul class="member-nav-itemlist-wrapper">
<li>
<a href="javascript:void(0)" class="member-nav-itemlist-wrapper-link active">銷售商品</a>
</li>
<li>
<a href="javascript:void(0)" class="member-nav-itemlist-wrapper-link">追蹤商品</a>
</li>
<li>
<a href="javascript:void(0)" class="member-nav-itemlist-wrapper-link">預約清單</a>
</li>
<li>
<a href="javascript:void(0)" class="member-nav-itemlist-wrapper-link">驗證身分</a>
</li>
<li>
<a href="javascript:void(0)" class="member-nav-itemlist-wrapper-link">搜尋紀錄</a>
</li>
<li>
<a href="javascript:void(0)" class="member-nav-itemlist-wrapper-link">站內信息</a>
</li>
</ul>
</div>
</section>
<div class="row mt-3">
<div class="col-md-4 text-left">
<div class="outer">
<a href="single.html">
<div class="upper">
<img src="statics/img/house_ex.jpg">
<div class="inner1">
<button type="button" class="btn btn-outline-light">刪除</button>
</div>
<div class="inner2">
<button type="button" class="btn btn-outline-light">修改</button>
</div>
</div>
<div class="lower">
<h3>中大男九宿舍</h3>
<span><i class="fas fa-map-marker-alt" aria-hidden="true" style="margin-left: 2px;"></i> 桃園市中壢區中大路100號</span><br>
</div>
</a>
</div>
</div>
<div class="col-md-4 text-left">
<div class="outer">
<a href="single.html">
<div class="upper">
<img src="statics/img/house_ex2.jpg">
<div class="inner1">
<button type="button" class="btn btn-outline-light">刪除</button>
</div>
<div class="inner2">
<button type="button" class="btn btn-outline-light">修改</button>
</div>
</div>
<div class="lower">
<h3>中央大學松苑餐廳</h3>
<span><i class="fas fa-map-marker-alt" aria-hidden="true" style="margin-left: 2px;"></i> 桃園市中壢區中大路100號</span><br>
</div>
</a>
</div>
</div>
<div class="col-md-4 text-left">
<div class="outer">
<a href="single.html">
<div class="upper">
<img src="statics/img/house_ex3.jpg">
<div class="inner1">
<button type="button" class="btn btn-outline-light">刪除</button>
</div>
<div class="inner2">
<button type="button" class="btn btn-outline-light">修改</button>
</div>
</div>
<div class="lower">
<h3>中央大學松果餐廳</h3>
<span><i class="fas fa-map-marker-alt" aria-hidden="true" style="margin-left: 2px;"></i> 桃園市中壢區中大路100號</span><br>
</div>
</a>
</div>
</div>
<div class="col-md-4 text-left">
<div class="outer">
<a href="single.html">
<div class="upper">
<img src="statics/img/house_ex4.jpg">
<div class="inner1">
<button type="button" class="btn btn-outline-light">刪除</button>
</div>
<div class="inner2">
<button type="button" class="btn btn-outline-light">修改</button>
</div>
</div>
<div class="lower">
<h3>中央大學內圖書館</h3>
<span><i class="fas fa-map-marker-alt" aria-hidden="true" style="margin-left: 2px;"></i> 桃園市中壢區中大路100號</span><br>
</div>
</a>
</div>
</div>
<div class="col-md-4 text-left">
<div class="outer">
<a href="single.html">
<div class="upper">
<img src="statics/img/house_ex5.jpg">
<div class="inner1">
<button type="button" class="btn btn-outline-light">刪除</button>
</div>
<div class="inner2">
<button type="button" class="btn btn-outline-light">修改</button>
</div>
</div>
<div class="lower">
<h3>中央大學管理學院</h3>
<span><i class="fas fa-map-marker-alt" aria-hidden="true" style="margin-left: 2px;"></i> 桃園市中壢區中大路100號</span><br>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="contact" style="background-color: #f4f4f4;">
<div class="container px-0">
<div class="row justify-content-center">
<div class="col-md-12 py-5">
<div class="row">
<div class="col-md-6 d-flex justify-content-around footer-block media">
<div class="footer-box">
<span class="font-weight-bold" style="margin-left: 15px;">相關社群</span>
<div class="footer-content mt-3">
<div class="d-flex justify-content-around">
<a href="https://www.facebook.com/hhhfb" target="_blank">
<img class="footer-media-item" src="statics/img/facebook.png" alt="fb" width="60" height="60">
</a>
<a href="https://line.me/ti/p/%40ovs4341s" target="_blank" style="margin-left: 7px;">
<img class="footer-media-item" src="statics/img/skype.png" alt="skype" width="45" height="45" >
</a>
<a href="https://www.youtube.com/user/gorgeousspace" target="_blank" style="margin-left: 11px;">
<img class="footer-media-item" src="statics/img/youtube.png" alt="youtube" width="52" height="52">
</a>
<a href="https://www.instagram.com/gorgeous_space/" target="_blank">
<img class="footer-media-item" src="statics/img/instagram.png" alt="ig" width="64" height="49">
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 d-flex justify-content-around footer-block">
<div class="footer-box">
<div class="footer-content text-center">
<span class="footer-content-tel">
矮人房屋網免付費諮詢信箱
<a href='mailto:[email protected]' class="text-primary text-photo-color"><i class="fas fa-envelope-square" style="color:rgb(97, 97, 97);"></i> </a>
</span>
<div class="footer-note mt-3 d-flex justify-content-center px-3">
<div class="px-2 footer-note-item">
<span><a href="/about/contact" target="_blank">聯絡我們</a></span>
</div>
<div class="px-2 footer-note-item">
<span><a href="/about/privacy_policy" target="_blank">隱私保護</a></span>
</div>
<div class="px-2 footer-note-item">
<span><a href="/about" target="_blank">關於本站</a></span>
</div>
</div>
<div class="footer-note mt-2 d-flex px-3">
<div class="px-2 footer-note-item">
<span><a href="/about/timeline" target="_blank">公司歷程</a></span>
</div>
<div class="px-2 footer-note-item">
<span><a href="https://www.104.com.tw/company/d6hr8sg" target="_blank">工作機會</a></span>
</div>
<div class="px-2 footer-note-item">
<span><a href="/about/sitemap" target="_blank">網站地圖</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
<script>
// Add active class to the current button (highlight it)
var header = document.getElementById("nav-active");
var items = header.getElementsByClassName("nav-item");
for (var i = 0; i < items.length; i++) {
items[i].addEventListener("click", function() {
var current = document.getElementsByClassName("active");
current[0].className = current[0].className.replace(" active", "");
this.className += " active";
});
}
var VisibleMenu = ''; // 記錄目前顯示的子選單的 ID
// 顯示或隱藏子選單
function switchMenu( theMainMenu, theSubMenu, theEvent ){
var SubMenu = document.getElementById( theSubMenu );
var MainMenu = document.getElementById( theMainMenu );
if( SubMenu.style.display == 'none' ){ // 顯示子選單
SubMenu.style.minWidth = theMainMenu.clientWidth; // 讓子選單的最小寬度與主選單相同 (僅為了美觀)
SubMenu.style.display = 'block';
MainMenu.style.display == 'none';
hideMenu(); // 隱藏子選單
VisibleMenu = theSubMenu;
}
else{ // 隱藏子選單
if( theEvent != 'MouseOver' || VisibleMenu != theSubMenu ){
SubMenu.style.display = 'none';
MainMenu.style.display == 'block';
VisibleMenu = '';
}
}
}
// 隱藏子選單
function hideMenu(){
if( VisibleMenu != '' ){
document.getElementById( VisibleMenu ).style.display = 'none';
MainMenu.style.display == 'block';
}
VisibleMenu = '';
}
</script>
</html>