| 391 |
rajveer |
1 |
<div class="content1">
|
|
|
2 |
<div class="lfbox">
|
|
|
3 |
|
|
|
4 |
<div class="bl">
|
|
|
5 |
<div class="br">
|
|
|
6 |
<div class="controls">
|
|
|
7 |
<div class="breadcrumb">
|
|
|
8 |
<a href="#">Home</a>
|
|
|
9 |
<a href="#">$params.CATEGORY</a>
|
|
|
10 |
<a href="#" class="selc">$params.TITLE</a>
|
|
|
11 |
</div>
|
|
|
12 |
|
| 413 |
rajveer |
13 |
<h2>$params.TITLE </h2>
|
|
|
14 |
<form class="addtocart" action="http://localhost:8080/Website/cart" method="post">
|
|
|
15 |
<input id="item_id" name="item_id" value="$params.PRODUCT_ID" type="hidden"/>
|
|
|
16 |
<input type="image" alt="Buy This Item" src="http://localhost/images/add-to-cart.gif">
|
|
|
17 |
</form>
|
|
|
18 |
|
| 391 |
rajveer |
19 |
|
| 413 |
rajveer |
20 |
|
|
|
21 |
|
| 391 |
rajveer |
22 |
<span class="textsml">A smartphone in the Nokia N-series </span>
|
|
|
23 |
<div class="clearfix"></div>
|
|
|
24 |
<div class="price">
|
|
|
25 |
<span class="text"><strong>Final Price:</strong> <span class="num">Rs. $params.PRICE</span> (all inclusive)</span>
|
|
|
26 |
|
|
|
27 |
<div class="clearfix"></div>
|
|
|
28 |
<span class="text">M.R.P: Rs. $params.PRICE (0% saving)</span>
|
|
|
29 |
<div class="clearfix"></div>
|
| 413 |
rajveer |
30 |
<span class="text">Ships to:<input type="text" name="pincode" class="pin" /><strong>within 48 days</strong></span><img src="http://localhost/images/shipping.gif" alt="Free Shipping" />
|
| 391 |
rajveer |
31 |
</div>
|
|
|
32 |
<div class="rating">
|
|
|
33 |
<h3>Ratings</h3>
|
|
|
34 |
<div class="seller">Amazon: </div>
|
|
|
35 |
|
|
|
36 |
<div id="rateMe" title="Rate Me...">
|
|
|
37 |
<a onclick="rateIt(this)" id="_1" title="Poor" onmouseover="rating(this)" onmouseout="off(this)"></a>
|
|
|
38 |
<a onclick="rateIt(this)" id="_2" title="Not Bad" onmouseover="rating(this)" onmouseout="off(this)"></a>
|
|
|
39 |
<a onclick="rateIt(this)" id="_3" title="Pretty Good" onmouseover="rating(this)" onmouseout="off(this)"></a>
|
|
|
40 |
<a onclick="rateIt(this)" id="_4" title="Excellent" onmouseover="rating(this)" onmouseout="off(this)"></a>
|
|
|
41 |
<a onclick="rateIt(this)" id="_5" title="Superb" onmouseover="rating(this)" onmouseout="off(this)"></a>
|
|
|
42 |
</div>
|
|
|
43 |
<div class="clearfix"></div>
|
| 392 |
rajveer |
44 |
<div class="seller">Shop2020 Buyers: $params.RATING_ALL</div>
|
| 391 |
rajveer |
45 |
|
|
|
46 |
<div id="rateMe" title="Rate Me...">
|
|
|
47 |
<a onclick="rateIt(this)" id="_11" title="poor"></a>
|
|
|
48 |
<a onclick="rateIt(this)" id="_22" title="Not Bad" ></a>
|
|
|
49 |
<a onclick="rateIt(this)" id="_33" title="Pretty Good"></a>
|
|
|
50 |
<a onclick="rateIt(this)" id="_44" title="Pretty Good"></a>
|
|
|
51 |
<a onclick="rateIt(this)" id="_55" title="Pretty Good"></a>
|
|
|
52 |
</div>
|
|
|
53 |
<span id="rateStatus" style="visibility:hidden;">Rate Me...</span>
|
|
|
54 |
|
|
|
55 |
<span id="ratingSaved" style="visibility:hidden;">Rating Saved!</span>
|
|
|
56 |
</div>
|
|
|
57 |
<div class="common">
|
|
|
58 |
<a href="#">Schedule a Local Pickup</a>
|
|
|
59 |
</div>
|
|
|
60 |
</div>
|
|
|
61 |
</div>
|
|
|
62 |
</div>
|
|
|
63 |
|
|
|
64 |
</div>
|
|
|
65 |
</div>
|
|
|
66 |
|