-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patholx_SingleProduct.html
More file actions
113 lines (106 loc) · 5.1 KB
/
olx_SingleProduct.html
File metadata and controls
113 lines (106 loc) · 5.1 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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="olx_styling.css" rel="stylesheet" type="text/css">
</head>
<body>
<div>
<table class="mtable">
<tr id="1st_row">
<td>
<header>
<table id="header">
<tr>
<td id="logo"><p><img src="images/olx_logo2.png" alt="logo" width="100" height="100" align="middle">
<a id="title" href="olx_Dashboard.html"> Pakistan's Largest Marketplace</a></p></td>
<td id="myacc"><p><img src="images/myacc.png" alt="Login" width="20" height="20" align="bottom"><a href="login.html"> My Account</a></p></td>
<td id="submitAd"><a id="adv" href="submitAd.html"><img src="images/submitAd_btn.jpg"></a></td>
</tr>
</table>
</header>
</td>
</tr>
<tr id="row2">
<td id="back_next">
<table>
<tr>
<td><a id="back" href="Product_List.html"><< Back</a></td>
<td><a id="links">Ads Faisalabad >> Mobiles & Tablets Faisalabad >> Mobile Phones Faisalabad >> Samsung Faisalabad</a></td>
<td><a id="next" href="olx_SingleProduct.html">Next Ad >></a></td>
</tr>
</table>
</td>
</tr>
<tr id="row3">
<td>
<table id="showProd">
<tr>
<td id="display">
<p id="mainHeading">Samsung galaxy s3 4g lte</p>
<p>
<img src="images/area.png" align="middle"> Faisalabad, Punjab |
<img src="images/mobIcon.jpg" align="middle"> Added via phone at 10:35 pm, Ad ID: 806222143 <br>
<img src="images/star.jpg" align="middle"> <a href="">Mark as Favorite</a>
</p>
<hr>
<p><img id="samsung" src="images/samsung.jpg"><img id="arrow" src="images/arrows.jpg"></p>
</td>
<td id="contact">
<p id="price">Rs 16,500</p>
<p id="user"><img src="images/user.jpg" align="bottom"><b> hasam</b><br>
(Active on site since 3 Months)<br><a href="">User Ads</a>
</p>
<p id="num"><img src="images/call.jpg"><a> 032 476 68665</a></p>
<p id="sms"><b>Email Seller</b><br><br>
<input id="msgBox" type="text" placeholder="Message content.."><br><br>
<a id="sendMsg" href="olx_dashboard.html"><img src="images/send.jpg"></a>
</p>
</td>
</tr>
<tr>
<td id="info"><img src="images/mob_pics.jpg"><br>
<p>Brand:<br>
<a href=""><b>Samsung</b></a>
<br><br>
Samsung galaxy s3 4g lte, processor 1.5 dual core, 2gb ram, 8mp camera, kitkat 4.4, no fault.
<br><br>
<i>When you call, don't forget to mention that you found this ad on OLX.com.pk
<br>I do not wish to be contacted by telemarketers or representatives of any other website</i>
<br><br>Views: <b>165</b>
</p>
</td>
<td id="tips">
<p><b>Safety Tips for Buyers</b></p>
<ol>
<li>Meet a seller at a safe location</li>
<li>Check the item before you buy</li>
<li>Pay only after collecting item</li>
</ol>
<a href=""><p id="know">Know more >></p></a>
<hr>
<img src="images/flag.jpg" align='middle'><a> Report</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="row4">
<br>
<h2>Do you have something to sell?</h2>
<h3>Post your ad FOR FREE on OLX</h3>
<br><img src="images/submitAd.jpg">
</td>
</tr>
</table>
</div>
<footer><img src="images/productList_footer.png">
</footer>
</body>
</html>