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
|
<!DOCTYPE html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="tc"> <!--<![endif]--> <!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:04 GMT --> <!-- Added by HTTrack --> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <!-- /Added by HTTrack -->
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <base> <title>Sinomax E-Shop</title> <script type="text/javascript"> if (/iP(hone|od)|android.+mobile|BlackBerry|IEMobile/i.test(navigator.userAgent)) { window.location("view_order.php"); } else if (/(tablet|ipad|playbook|silk)|(android(?!.*mobile))/i.test(navigator.userAgent)) { window.location.replace("../tc/view_order.php"); } else{ window.location.replace("../tc/view_order.php"); } </script> <!-- Mobile Specific Metas ================================================== --> <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>--> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <!-- Set Up the App Icon --> <link rel="apple-touch-icon" href="images/touch-icon-iphone.html"> <link rel="apple-touch-icon" sizes="76x76" href="images/touch-icon-ipad.html"> <link rel="apple-touch-icon" sizes="120x120" href="images/touch-icon-iphone-retina.html"> <link rel="apple-touch-icon" sizes="152x152" href="images/touch-icon-ipad-retina.html"> <link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-iphone6plus.html"> <!-- Favicons ================================================== --> <link rel="shortcut icon" href="../images/favicon.ico"> <link rel="icon" type="image/png" href="../images/favicon.png" /> <!-- google web font - open sans --> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- use font awesome --> <!-- Use jQuery ================================================== --> <script src="../js/jquery-1.11.1.min.js"></script> <!-- General Script --> <script src="../js/general.js"></script> <!-- Use Modernizr ================================================== --> <script src="../js/modernizr.custom.38310.js"></script> <!-- IE Support ================================================== --> <!--[if lt IE 9]> <link href="../css/ie.css" rel="stylesheet" type="text/css" media="screen"> <script src="../js/html5shiv.js"></script> <script src="../js/selectivizr-and-extra-selectors.min.js"></script><![endif]--> <!-- ===== you may change these --> <script type="text/javascript"> jQuery(document).ready(function($) { $('#search_top .icn_search').click(function() { $(this).closest('#search_top').addClass('active'); $(this).next('.sch_wrapper').slideDown(500); }); $('#search_top .schClose').click(function() { $(this).closest('#search_top').removeClass('active'); $('#search_top .sch_wrapper').slideUp(500); }); }); </script> <link href="../css/style.css" rel="stylesheet" type="text/css" media="screen"> <link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen"> <link rel="stylesheet" type="text/css" href="../css/slick.css" /> <link rel="stylesheet" type="text/css" href="../css/newstyle.css"> <link rel="stylesheet" type="text/css" href="../css/responsive-new.css"> <link rel="stylesheet" type="text/css" href="../css/forMobile.css"> </head>
<body> <div id="main"> <?php include '../include/m_header.php';?> <!-- #header ends ////////// --> <div class="clearfix"></div> <!-- contianer --> <div class="sub-content subContainerMargin"> <div class="container"> <nav class="breadcrumb"> <ul class="fl"> <li><a href="index.php">首頁</a> </li> <li><a href="#">訂單查詢</a> </li> </ul> </nav> <!-- .breadcrumb ends --> <div class="clearfix"></div> <div class="general_block" style="border: none;"> <div class="bedHeading"> <h4>訂單查詢</h4> </div> <form action="view_order.php" method="post" enctype="multipart/form-data" class="general_form reg_form"> <fieldset> <div class="clearfix"></div> <dl> <dt> <label class="required">電話:</label> </dt> <dd class="verifyItem"> <input name="vipTel" type="text" minlength="8" maxlength="8" required=""> </dd> </dl> <dl> <dt> <label class="required">訂單編號: </label> </dt> <dd class="verifyItem"> <input name="invNo" type="text" required=""> </dd> </dl> <dl> <dt style="vertical-align: top;"> <label class="required">驗證碼: </label> </dt> <dd class="verifyItem"> <input type="text" name="verification" required=""> <br> <img src="../js/verification_code/captcha/vCodeImage.php?_=1" alt="按圖更新驗證碼" id="verify_code" width="150" height="60" border="0" onclick="document.getElementById('verify_code').src='../js/verification_code/captcha/vCodeImage.php?' + Math.random();" style="FILTER: wave(add=0,freq=3,lightstrength=50,phase=0,strength=3);cursor:pointer;padding-top: 5px;"> <span style="font-size: 12px; color: #808080;">按圖更新驗證碼</span> </dd> </dl> <!-- /*/--> </fieldset> <!-- part 01 ends ========== --> <div class="clearfix"></div> <div class="form_footer"> <p class="tr"> <span class="trd">* 必填項目</span> </p> <hr class="separator_line"> <p class="tr"> <button class="styleBTN">提交</button> </p> </div> </form> <!-- .general_form ends --> </div> <!-- .general_block ends --> <div class="clearfix"></div> </div> </div> <!-- end of container --> <!-- Footer start ======================================== --> <?php include '../include/m_footer.php';?> <!-- #footer ends ////////// --> </div> </div> <?php include '../include/language.php';?> <!-- loginMenu --> <?php include '../include/loginMenu.php';?> <!-- end of login menu --> <a href="#" class="scrollToTop"> <img src="../images/new_images/scroll-top.png"> </a> <!-- OWL Carousel --> <link rel="stylesheet" href="../css/owl.carousel.css"> <link rel="stylesheet" href="../css/owl.theme.css"> <script defer src="../js/owl.carousel.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $(".slides").owlCarousel({ autoPlay: 4000, //Set AutoPlay to 3 seconds slideSpeed: 300, autoHeight: true, singleItem: true, navigation: false, pagination: true, navigationText: ["<img src='../images/slide_left.png' />", "<img src='../images/slide_right.png' />"] }); setInterval(function() { $(".owl-carousel").each(function() { $(this).data('owlCarousel').autoHeight(); }); }); }); </script> </body> <!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:39 GMT --> <!-- Created New JS Script --> <script type="text/javascript" src="../js/slick.min.js"></script> <script type="text/javascript" src="../js/newscript.js"></script> <script type="text/javascript"> $(document).on('ready', function() { $(".regular").slick({ dots: false, infinite: true, slidesToShow: 4, slidesToScroll: 4, responsive: [{ breakpoint: 1199, settings: { slidesToShow: 3, slidesToScroll: 3, } }, { breakpoint: 991, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 580, settings: { slidesToShow: 1, slidesToScroll: 1 } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); }); </script>
</html>
|