| Line 1... |
Line 1... |
| 1 |
<!DOCTYPE html>
|
1 |
<!DOCTYPE html>
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<style>
|
- |
|
| 5 |
.unlike, .like {display:none;}
|
- |
|
| 6 |
|
- |
|
| 7 |
.bigImgButton {
|
- |
|
| 8 |
float: left;
|
- |
|
| 9 |
}
|
- |
|
| 10 |
|
- |
|
| 11 |
.yellow-image {
|
- |
|
| 12 |
background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
|
4 |
<link rel="stylesheet" href="$action.getServletContextPath()/css/community-promotion.css" type="text/css" />
|
| 13 |
border: 1px solid #BFA864;
|
- |
|
| 14 |
color: black;
|
- |
|
| 15 |
cursor: pointer;
|
- |
|
| 16 |
float: left;
|
- |
|
| 17 |
font-size: 13px;
|
- |
|
| 18 |
font-weight: bold;
|
- |
|
| 19 |
height: 18px;
|
- |
|
| 20 |
padding: 4px 7px;
|
- |
|
| 21 |
text-align: center;
|
- |
|
| 22 |
}
|
- |
|
| 23 |
|
- |
|
| 24 |
input.button {
|
- |
|
| 25 |
background: none repeat scroll 0 0 transparent;
|
- |
|
| 26 |
border: medium none;
|
- |
|
| 27 |
cursor: pointer;
|
- |
|
| 28 |
font-size: 13px;
|
- |
|
| 29 |
font-weight: bold;
|
- |
|
| 30 |
outline: medium none;
|
- |
|
| 31 |
}
|
- |
|
| 32 |
</style>
|
- |
|
| 33 |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
|
5 |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
|
| 34 |
<script type="text/javascript">
|
6 |
<script type="text/javascript">
|
| 35 |
/**
|
7 |
/**
|
| 36 |
$action.getFBPostedJSON()
|
8 |
$action.getFBPostedJSON()
|
| 37 |
**/
|
9 |
**/
|
| 38 |
console.log(eval($action.getFBPostedJSON()))
|
- |
|
| 39 |
var fbData = eval($action.getFBPostedJSON())
|
10 |
var fbData = eval($action.getFBPostedJSON())
|
| 40 |
</script>
|
11 |
</script>
|
| 41 |
</head>
|
12 |
</head>
|
| 42 |
<body>
|
13 |
<body>
|
| 43 |
<div class="unlike"><img src="/images/community-promo-banner-unlike.jpg"/></div>
|
14 |
<div class="unlike"><img src="/images/android2.2.png"/></div>
|
| 44 |
<div class="like"><img src="/images/community-promo-banner-like.jpg"/></div>
|
- |
|
| 45 |
<table border="0">
|
15 |
<table border="0">
|
| - |
|
16 |
<tr>
|
| - |
|
17 |
<td colspan="2">
|
| - |
|
18 |
<h2>Samsung Galaxy Pro</h2>
|
| - |
|
19 |
</td>
|
| - |
|
20 |
</tr>
|
| - |
|
21 |
<tr class="like">
|
| - |
|
22 |
<td> </td>
|
| - |
|
23 |
<td>
|
| - |
|
24 |
<div class="coupon-pallet">
|
| - |
|
25 |
To avail Rs. 400 off on Samsung Galaxy Pro, use coupon code, <b>SAHOLIC400</b>
|
| - |
|
26 |
</div>
|
| - |
|
27 |
</td>
|
| - |
|
28 |
</tr>
|
| - |
|
29 |
<tr>
|
| - |
|
30 |
<td width="140" align="center"><img src="http://www.saholic.com/images/1001222/icon.jpg" /></td>
|
| - |
|
31 |
<td>
|
| - |
|
32 |
<div style="font-size:12px;font-family: Verdana,Verdana,Geneva,sans-serif;">
|
| - |
|
33 |
Samsung Galaxy Pro B7510 is an Android Froyo phone with capacitive touchscreen and QWERTY keypad.
|
| - |
|
34 |
The phone has 3G, Wi-Fi b/g/n, and Bluetooth 3.0.
|
| - |
|
35 |
It comes with ThinkFree Office app, Samsung Kies PC sync app, IM & email support.
|
| - |
|
36 |
Other features include 3MP camera, A-GPS, digital compass,
|
| - |
|
37 |
Social Hub to provide access to social networking sites, and 800MHz processor.
|
| - |
|
38 |
The phone has 32GB expandable memory and a 2GB microSD card is included in the package.
|
| - |
|
39 |
</div>
|
| - |
|
40 |
</td>
|
| - |
|
41 |
</tr>
|
| - |
|
42 |
<tr>
|
| - |
|
43 |
<td colspan="2" align="right">
|
| - |
|
44 |
<div class="bigImgButton yellow-image">
|
| - |
|
45 |
<a href="http://www.saholic.com/mobile-phones/samsung-galaxy-pro-b7510-1001222?utm_source=fb_promo_app&utm_medium=facebook&utm_term=mi-310&utm_campaign=Galaxy%2BPro%2BFB%2BPromo" target="_blank">
|
| - |
|
46 |
<input type="button" class="button publish-button" value="View Details on Saholic.com">
|
| - |
|
47 |
</a>
|
| - |
|
48 |
</div>
|
| - |
|
49 |
</td>
|
| - |
|
50 |
</tr>
|
| - |
|
51 |
<tr><td colspan="2"> </td></tr>
|
| 46 |
<tr>
|
52 |
<tr>
|
| 47 |
<td colspan="2">
|
53 |
<td colspan="2">
|
| 48 |
<h2>Spice Mi-310</h2>
|
54 |
<h2>Spice Mi-310</h2>
|
| 49 |
</td>
|
55 |
</td>
|
| 50 |
</tr>
|
56 |
</tr>
|
| - |
|
57 |
<tr class="like">
|
| - |
|
58 |
<td> </td>
|
| - |
|
59 |
<td>
|
| - |
|
60 |
<div class="coupon-pallet">
|
| - |
|
61 |
To avail Rs. 500 off on Spice MI-310, use coupon code, <b>SAHOLIC500</b>
|
| - |
|
62 |
</div>
|
| - |
|
63 |
</td>
|
| - |
|
64 |
</tr>
|
| 51 |
<tr>
|
65 |
<tr>
|
| 52 |
<td width="140" align="center"><img src="http://www.saholic.com/images/1001224/icon.jpg" /></td>
|
66 |
<td width="140" align="center"><img src="http://www.saholic.com/images/1001224/icon.jpg" /></td>
|
| 53 |
<td>
|
67 |
<td>
|
| 54 |
<div style="font-size:12px;font-family: Verdana,Verdana,Geneva,sans-serif;">
|
68 |
<div style="font-size:12px;font-family: Verdana,Verdana,Geneva,sans-serif;">
|
| 55 |
Spice Mi-310 is an Android Froyo phone with 3.1 inch capacitive touchscreen and optical trackpad.
|
69 |
Spice Mi-310 is an Android Froyo phone with 3.1 inch capacitive touchscreen and optical trackpad.
|
| Line 58... |
Line 72... |
| 58 |
Other features include A-GPS, proximity & accelerometer sensors, document viewer,
|
72 |
Other features include A-GPS, proximity & accelerometer sensors, document viewer,
|
| 59 |
direct access to multiple IMs & email accounts, and 16GB expandable memory.
|
73 |
direct access to multiple IMs & email accounts, and 16GB expandable memory.
|
| 60 |
</div>
|
74 |
</div>
|
| 61 |
</td>
|
75 |
</td>
|
| 62 |
</tr>
|
76 |
</tr>
|
| 63 |
<tr><td colspan="2"> </td></tr>
|
- |
|
| 64 |
<tr>
|
77 |
<tr>
|
| 65 |
<td colspan="2" align="right">
|
78 |
<td colspan="2" align="right">
|
| 66 |
<div class="bigImgButton yellow-image">
|
79 |
<div class="bigImgButton yellow-image">
|
| 67 |
<a href="http://www.saholic.com/mobile-phones/spice-mi-310-1001224?utm_source=fb_promo_app&utm_medium=facebook&utm_term=mi-310&utm_campaign=MI-310%2BFB%2BPromo" target="_blank">
|
80 |
<a href="http://www.saholic.com/mobile-phones/spice-mi-310-1001224?utm_source=fb_promo_app&utm_medium=facebook&utm_term=mi-310&utm_campaign=MI-310%2BFB%2BPromo" target="_blank">
|
| 68 |
<input type="button" class="button publish-button" value="View Details on Saholic.com">
|
81 |
<input type="button" class="button publish-button" value="View Details on Saholic.com">
|