| 2351 |
varun.gupt |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
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;
|
|
|
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>
|
|
|
34 |
<script type="text/javascript">
|
|
|
35 |
/**
|
|
|
36 |
$action.getFBPostedJSON()
|
|
|
37 |
**/
|
|
|
38 |
console.log(eval($action.getFBPostedJSON()))
|
|
|
39 |
var fbData = eval($action.getFBPostedJSON())
|
|
|
40 |
</script>
|
|
|
41 |
</head>
|
|
|
42 |
<body>
|
|
|
43 |
<div class="unlike"><img src="/images/community-promo-banner-unlike.jpg"/></div>
|
|
|
44 |
<div class="like"><img src="/images/community-promo-banner-like.jpg"/></div>
|
|
|
45 |
<table border="0">
|
|
|
46 |
<tr>
|
|
|
47 |
<td colspan="2">
|
|
|
48 |
<h2>Spice Mi-310</h2>
|
|
|
49 |
</td>
|
|
|
50 |
</tr>
|
|
|
51 |
<tr>
|
|
|
52 |
<td width="140" align="center"><img src="http://www.saholic.com/images/1001224/icon.jpg" /></td>
|
|
|
53 |
<td>
|
|
|
54 |
<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.
|
|
|
56 |
The phone has 3G, Wi-Fi, and Bluetooth support.
|
|
|
57 |
It comes with 2MP camera and video recording & editing features.
|
|
|
58 |
Other features include A-GPS, proximity & accelerometer sensors, document viewer,
|
|
|
59 |
direct access to multiple IMs & email accounts, and 16GB expandable memory.
|
|
|
60 |
</div>
|
|
|
61 |
</td>
|
|
|
62 |
</tr>
|
|
|
63 |
<tr><td colspan="2"> </td></tr>
|
|
|
64 |
<tr>
|
|
|
65 |
<td colspan="2" align="right">
|
|
|
66 |
<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">
|
|
|
68 |
<input type="button" class="button publish-button" value="View Details on Saholic.com">
|
|
|
69 |
</a>
|
|
|
70 |
</div>
|
|
|
71 |
</td>
|
|
|
72 |
</tr>
|
|
|
73 |
</table>
|
|
|
74 |
<script type="text/javascript">
|
|
|
75 |
if (fbData.page.liked) {
|
|
|
76 |
$(".like").show();
|
|
|
77 |
} else {
|
|
|
78 |
$(".unlike").show();
|
|
|
79 |
}
|
|
|
80 |
</script>
|
|
|
81 |
</body>
|
|
|
82 |
</html>
|