-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct2.php
More file actions
381 lines (361 loc) · 15.4 KB
/
Copy pathproduct2.php
File metadata and controls
381 lines (361 loc) · 15.4 KB
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!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">
<title>Lab Automation</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/global.css" rel="stylesheet">
<link href="css/detail.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Alata&display=swap" rel="stylesheet">
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<section id="top">
<div class="container">
<div class="row">
<div class="top_1 clearfix">
<div class="col-sm-4">
<div class="top_1m text-center clearfix">
<h1 class="mgt"><a href="index.php">Lab Automation</a></h1>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="main clearfix">
<section id="header" class="clearfix">
<div class="container">
<div class="row">
<div class="haeder clearfix">
<nav class="navbar">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".js-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">Lab Automation</a>
</div>
<div class="collapse navbar-collapse js-navbar-collapse">
<ul class="nav navbar-nav">
<li><a class="font_tag " href="index.php">Home</a></li>
<li><a class="font_tag active_tab" href="shop.php">Product</a></li>
<li><a class="font_tag" href="service.php">Services</a></li>
<li><a class="font_tag" href="contact.php">Contact Us</a></li>
</ul>
</div><!-- /.nav-collapse -->
</nav>
</div>
</div>
</div>
</section>
</div>
<section id="center" class="center_shop clearfix">
<div class="container">
<div class="row">
<div class="center_shop_1 text-center clearfix">
<div class="col-sm-12">
<h1 class="mgt">Shop Detail</h1>
</div>
</div>
<div class="center_shop_2 clearfix">
<!--Side Product start-->
<div class="col-sm-3">
<div class="center_shop_2l clearfix">
<h3 class="mgt">Categories</h3><br>
<h5 class="mgt"><i class="fa fa-caret-right"></i> <a href="product1.php">Inductor</a></h5>
<h5><i class="fa fa-caret-right"></i> <a href="product2.php">Sensor</a></h5>
<h5><i class="fa fa-caret-right"></i> <a href="product4.php">Transistor</a></h5>
</div><br>
<div class="center_shop_2l clearfix">
<h3 class="mgt">Products</h3><br>
<div class="center_shop_2li mgt clearfix">
<div class="col-sm-4 center_shop_2lil space_all">
<a href="product6.php"><img src="productimg/img13.jpg" alt="abc" class="iw"></a>
</div>
<div class="col-sm-8 center_shop_2lir space_right">
<p class="mgt"><a href="product6.php">Infrared Array Sensors</a></p>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h4>Rs:8999</h4>
</div>
</div>
<div class="center_shop_2li clearfix">
<div class="col-sm-4 center_shop_2lil space_all">
<a href="product5.php"><img src="productimg/img10.jpg" alt="abc" class="iw"></a>
</div>
<div class="col-sm-8 center_shop_2lir space_right">
<p class="mgt"><a href="product5.php">High Current Power Inductor</a></p>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h4>Rs:499</h4>
</div>
</div>
<div class="center_shop_2li pdb border_none clearfix">
<div class="col-sm-4 center_shop_2lil space_all">
<a href="product4.php"><img src="productimg/img9.jpg" alt="abc" class="iw"></a>
</div>
<div class="col-sm-8 center_shop_2lir space_right">
<p class="mgt"><a href="product4.php">Dual N-Channel JFETs</a></p>
<span>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star col_1"></i>
<i class="fa fa-star-half-o col_1"></i>
</span>
<h4>Rs:1999</h4>
</div>
</div>
</div>
</div>
<!-- Side product end-->
<div class="col-sm-9">
<div class="detail_r clearfix">
<div class="col-sm-5 space_left">
<div class="detail_rl clearfix">
<div class="carousel slide article-slide" id="article-photo-carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner cont-slider">
<div class="item">
<img alt="" title="" src="productimg/img6.jpg" class="iw"> </div>
<div class="item">
<img alt="" title="" src="productimg/img6.jpg" class="iw"> </div>
<div class="item">
<img alt="" title="" src="productimg/img6.jpg" class="iw"> </div>
<div class="item active">
<img alt="" title="" src="productimg/img6.jpg" class="iw"> </div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li class="" data-slide-to="0" data-target="#article-photo-carousel">
<img alt="" src="productimg/img6.jpg"> </li>
<li class="" data-slide-to="1" data-target="#article-photo-carousel">
<img alt="" src="productimg/img6.jpg"> </li>
<li class="" data-slide-to="2" data-target="#article-photo-carousel">
<img alt="" src="productimg/img6.jpg"> </li>
<li class="active" data-slide-to="3" data-target="#article-photo-carousel">
<img alt="" src="productimg/img6.jpg"> </li>
</ol>
</div>
</div>
</div>
<div class="col-sm-7 space_left">
<div class="center_shop_1ri clearfix">
<h2 class="mgt">TBP Series IR Temperature Sensor</h2>
<h6>
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i> </span>
2 Reviews </h6>
<h6>
<span>Availability :</span>
<span class="col_1">In Stock</span> </h6>
<p>TBP series is a non-contact IR temperature measurement sensor that is designed to compensate the active for sudden changes in ambient temperature (thermal shock) with less impact. The devices utilize the I2C communication method.</p>
<h4 class="col_1 normal"><span>Rs:9999</span> Rs:9599</h4>
<h5>Quantity:</h5>
<div class="input-group number-spinner">
<span class="input-group-btn">
<button class="btn btn-default" data-dir="dwn"><span class="glyphicon glyphicon-minus"></span></button>
</span>
<input type="text" class="form-control text-center" value="1">
<span class="input-group-btn">
<button class="btn btn-default" data-dir="up"><span class="glyphicon glyphicon-plus"></span></button>
</span> </div>
<h5 class="mgt"><a class="button " href="shop2.php"><i class="fa fa-shopping-cart"></i> ADD TO CART</a></h5>
</div>
</div>
</div>
<div class="center_shop_2r clearfix">
<div class="center_shop_2ri clearfix">
<ul class="nav nav-tabs mgt">
<li class="active"><a data-toggle="tab" href="#home_description">DESCRIPTION</a></li>
<li class=""><a data-toggle="tab" href="#menu_information">SHIPPING</a></li>
<li class=""><a data-toggle="tab" href="#menu_review">REVIEWS</a></li>
</ul>
<div class="tab-content clearfix">
<div id="home_description" class="tab-pane fade clearfix active in">
<div class="click clearfix">
<div class="click_inner clearfix">
<p>TBP series is a non-contact IR temperature measurement sensor that is designed to compensate the active for sudden changes in ambient temperature (thermal shock) with less impact. The devices utilize the I2C communication method.</p>
</div>
<div class="click_inner clearfix">
<h4>Features</h4>
<ul>
<li>Operating voltage range: 3 V to 5 V </li>
<li>Operating current: 1.2 mA (typ.)</li>
<li>Object temperature range: -40°C to +380°C.</li>
<li>Operating temperature range: -20°C to +85°C.</li>
<li>Interface type: I2C.</li>
</ul>
</div>
<div class="click_inner clearfix">
<h4>Applications </h4>
<ul>
<li>Overheating systems. </li>
<li>Industrial temperature measurement devices.</li>
<li>Home appliances.</li>
<li>Intelligence temperature control systems.</li>
<li>Photovoltaic industry.</li>
</ul>
</div>
<div class="click_inner clearfix">
<blockquote>
<p class="mgt">It has a magnetic powder core with very low core loss and soft saturation characteristics to withstand high peak current. The flat wire design utilizes the magnetic core winding space effectively to achieve high current and low DC resistance. The DCR is as low as 0.38 mΩ, which can reduce DC loss.</p>
</blockquote>
</div>
</div>
</div>
<div id="menu_information" class="tab-pane fade clearfix">
<div class="click clearfix">
<div class="click_inner_1 clearfix">
<h4>Returns Policy</h4>
<p>You may return most new, unopened items within 30 days of delivery for a full refund. We'll also pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.)</p>
<p>You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).</p>
<p>If you need to return an item, simply login to your account, view the order using the 'Complete Orders' link under the My Account menu and click the Return Item(s) button. We'll notify you via e-mail of your refund once we've received and processed the returned item</p>
<h4>Shipping</h4>
<p>We can ship to virtually any address in the world. Note that there are restrictions on some products, and some products cannot be shipped to international destinations.</p>
<p>When you place an order, we will estimate shipping and delivery dates for you based on the availability of your items and the shipping options you choose. Depending on the shipping provider you choose, shipping date estimates may appear on the shipping quotes page.</p>
<p>Please also note that the shipping rates for many items we sell are weight-based. The weight of any such item can be found on its detail page. To reflect the policies of the shipping companies we use, all weights will be rounded up to the next full pound.</p>
</div>
</div>
</div>
<div id="menu_review" class="tab-pane fade clearfix">
<div class="click clearfix">
<div class="click_inner_2 clearfix">
<div class="click_inner_2i clearfix">
<div class="col-sm-6 space_left">
<h6>
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i> </span>
Based on 2 reviews</h6>
</div>
<div class="col-sm-6 space_left">
<h5 class="mgt text-right"><a class="button mgt" href="#">WRITE A REVIEW</a></h5>
</div>
</div>
<div class="click_inner_2i1 clearfix">
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i> </span>
<h5>Ali</h5>
<h6>Karachi on Nov 11, 2022</h6>
<p>Best quality and service.</p>
<h6><a class="col_1" href="#">Report as Inappropriate</a></h6>
</div>
<div class="click_inner_2i1 border_none pd1 clearfix">
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i> </span>
<h5>Ahmed</h5>
<h6>Lahore on Nov 12, 2022</h6>
<p>Best quality and service.</p>
<h6><a class="col_1" href="#">Report as Inappropriate</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Start -->
<div>
<section style="height:20px;"></section>
<!----------- Footer ------------>
<footer class="footer-bs">
<div class="row">
<div class="col-md-3 footer-brand animated fadeInLeft">
<h2>Lab Automation</h2>
<p>Laboratory automation is the integration of automated technologies into the laboratory to enable new and improved processes.</p>
</div>
<div class="col-md-4 footer-nav animated fadeInUp">
<div class="col-md-6">
<ul class="list">
<li><a href="index.php">Home</a></li>
<li><a href="shop.php">Product</a></li>
<li><a href="service.php">Services</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-md-2 footer-social animated fadeInDown">
<h4>Follow Us</h4>
<ul>
<li><a href="https://www.facebook.com/">Facebook</a></li>
<li><a href="https://twitter.com/">Twitter</a></li>
<li><a href="https://instagram.com/">Instagram</a></li>
<li><a href="https://indeed.com/">Indeed</a></li>
<li><a href="https://www.facebook.com/"><i class="fa fa-facebook"></i></a> <a href="https://www.twitter.com/"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/"><i class="fa fa-instagram"></i></a> <a href="https://www.indeed.com/"><i class="fa fa-info"></i></a> </li>
</ul>
</div>
<div class="col-md-3 footer-ns animated fadeInRight">
<h4>Newsletter</h4>
<p>For upcoming services and products.</p>
<p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-envelope"></span></button>
</span>
</div><!-- /input-group -->
</p>
</div>
</div>
</footer>
<section style="text-align:center; margin:10px auto; font-weight:bold"><p>© 2022 Copyright & All rights reserved: Lab Automation</p></section>
</div>
<!-- Footer End -->
<script>
$(document).on('click', '.number-spinner button', function () {
var btn = $(this),
oldValue = btn.closest('.number-spinner').find('input').val().trim(),
newVal = 0;
if (btn.attr('data-dir') == 'up') {
newVal = parseInt(oldValue) + 1;
} else {
if (oldValue > 1) {
newVal = parseInt(oldValue) - 1;
} else {
newVal = 1;
}
}
btn.closest('.number-spinner').find('input').val(newVal);
});
</script>
</body>
</html>