Subversion Repositories SmartDukaan

Rev

Rev 11607 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5352 phani.kuma 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5625 vikram.rag 5
	<meta name="keywords" content="Get Paid for your reviews, ${domain.name}" />
5352 phani.kuma 6
	<title>Get Paid for your reviews</title>
7
 
8
#include ( "templates/commoncssfiles.vm" )
5542 amar.kumar 9
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
11607 kshitij.so 10
	<style>
11
	#expiryMsg{
12
					position: fixed;
13
					top: 40%;
14
					border: 1px solid #2978C1;
15
					font-size: 18px;
16
					box-shadow: #2978C1 0 0 30px 1px;
17
					background-color: white;
18
					color: #666;
19
					display: none;
20
					line-height:25px;
21
					margin-left:20px;
22
					padding:10px;
11609 kshitij.so 23
					width:980px;
24
					z-index:99px;
11607 kshitij.so 25
 
26
	}
27
	</style>
5352 phani.kuma 28
</head>
29
 
30
<body>
31
<noscript>
5572 anupam.sin 32
	<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
5352 phani.kuma 33
</noscript>
34
$action.getHeaderSnippet()
35
 
36
	<div id="main">
37
		<div class="main-content">
38
			<div id="registration">
39
				<div class="middle">
40
					<div style="margin: 0px 60px 0px 60px;">
11607 kshitij.so 41
						<div id="expiryMsg" style="">
42
						</div>
5352 phani.kuma 43
						<br />
44
						<h1 style="text-align: center; font-family: Verdana;">Get Paid for your reviews</h1>
45
						<br style="font-family: Verdana;" /><br style="font-family: Verdana;" />
5625 vikram.rag 46
						<p style="font-family: Verdana;">The "Pay for Review  Program"  is open to all persons who being residents of India and above 18 years of age  shop on the e-commerce web site <a href="http://www.${domain.name}/">www.${domain.name}</a></p>
5352 phani.kuma 47
						<br style="font-family: Verdana;" />
48
						<ul style="font-family: Verdana; margin-left: 20px;">
5625 vikram.rag 49
							<li>We will pay Rs.1000 to the first 100 Reviewers for <a href="http://www.${domain.name}/mobile-phones/samsung-galaxy-s-iii-i9300-16gb-1004197">Samsung Galaxy SIII</a> / <a href="http://www.${domain.name}/mobile-phones/htc-one-x-s720e-1003236">HTC One X</a> / <a href="http://www.${domain.name}/mobile-phones/sony-xperia-s-lt26i-1003376">Sony Xperia S</a></li>
5357 phani.kuma 50
							<li>All reviews will be displayed on our <a href="http://india-mobilewatch.blogspot.in/">blog</a> and the best Review will receive an additional Rs. 1000 (I.e. a total of Rs. 2000) payment</li>
5352 phani.kuma 51
							<li>We will transfer the money to you using the same instrument (Credit Card, Debit Card, Netbanking) that you used to make the purchase</li>
52
							<li>We will process the payment within 2 weeks of receiving your review</li>
5625 vikram.rag 53
							<li>Reviews must be emailed to <a href="mailto:DroidWars@${domain.name}">DroidWars@${domain.name}</a>, from the same email account that you specified as your login id while making the purchase</li>
5352 phani.kuma 54
							<li>Payment only given to Users who have shopped for the respective products on or Before June 15th, 2012</li>
55
							<li>In case of refund of this sale, the refund amount will be adjusted to reflect the payment made for the review</li>
56
							<li>The employees of Spice Online Retail or any associated companies and members of the immediate family of the employees of the Company will not be eligible to participate in the Program</li>
5625 vikram.rag 57
							<li>All Reviews become a property of ${domain.name} and can be used by ${domain.name} anywhere without restriction</li>
5352 phani.kuma 58
							<li>Products need to be bought for personal use and not resale purpose</li>
59
							<li>We reserve the right to amend the rules of the Program or or any part thereof. We will not entertain Disputes regarding the Program whatsoever</li>
5357 phani.kuma 60
							<li>Reviews should not be abusive to any Mobile Brand or Retailer</li>
5352 phani.kuma 61
						</ul>
62
					</div>
63
				</div>
64
			</div>
65
		</div>
66
	</div>
67
#include("templates/footer.vm")
68
 
69
#include ( "templates/commonjsfiles.vm" )
11607 kshitij.so 70
<script type="text/javascript" charset="utf-8">
71
		$(function(){
11609 kshitij.so 72
			$("#expiryMsg").html("This offer has expired. Please visit our <a href='http://www.facebook.com/mysaholic' target='_blank'>Facebook Page</a> for more offers and discounts.");
11607 kshitij.so 73
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
74
			$("#expiryMsg").fadeIn(600, function() {
75
						window.setTimeout(function() {
76
							$("#expiryMsg").fadeOut(800, function() {
77
								$("#expiryMsg").removeAttr('style');
78
							});
79
						}, 100000000);
80
			});
81
		});
82
</script>
5352 phani.kuma 83
</body>
84
</html>