Subversion Repositories SmartDukaan

Rev

Rev 11609 | 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
					z-index:99px;
11607 kshitij.so 24
 
25
	}
26
	</style>
5352 phani.kuma 27
</head>
28
 
29
<body>
30
<noscript>
5572 anupam.sin 31
	<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
5352 phani.kuma 32
</noscript>
33
$action.getHeaderSnippet()
34
 
35
	<div id="main">
36
		<div class="main-content">
37
			<div id="registration">
38
				<div class="middle">
39
					<div style="margin: 0px 60px 0px 60px;">
11607 kshitij.so 40
						<div id="expiryMsg" style="">
41
						</div>
5352 phani.kuma 42
						<br />
43
						<h1 style="text-align: center; font-family: Verdana;">Get Paid for your reviews</h1>
44
						<br style="font-family: Verdana;" /><br style="font-family: Verdana;" />
5625 vikram.rag 45
						<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 46
						<br style="font-family: Verdana;" />
47
						<ul style="font-family: Verdana; margin-left: 20px;">
5625 vikram.rag 48
							<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 49
							<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 50
							<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>
51
							<li>We will process the payment within 2 weeks of receiving your review</li>
5625 vikram.rag 52
							<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 53
							<li>Payment only given to Users who have shopped for the respective products on or Before June 15th, 2012</li>
54
							<li>In case of refund of this sale, the refund amount will be adjusted to reflect the payment made for the review</li>
55
							<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 56
							<li>All Reviews become a property of ${domain.name} and can be used by ${domain.name} anywhere without restriction</li>
5352 phani.kuma 57
							<li>Products need to be bought for personal use and not resale purpose</li>
58
							<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 59
							<li>Reviews should not be abusive to any Mobile Brand or Retailer</li>
5352 phani.kuma 60
						</ul>
61
					</div>
62
				</div>
63
			</div>
64
		</div>
65
	</div>
66
#include("templates/footer.vm")
67
 
68
#include ( "templates/commonjsfiles.vm" )
11607 kshitij.so 69
<script type="text/javascript" charset="utf-8">
70
		$(function(){
11609 kshitij.so 71
			$("#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 72
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
73
			$("#expiryMsg").fadeIn(600, function() {
74
						window.setTimeout(function() {
75
							$("#expiryMsg").fadeOut(800, function() {
76
								$("#expiryMsg").removeAttr('style');
77
							});
78
						}, 100000000);
79
			});
80
		});
81
</script>
5352 phani.kuma 82
</body>
83
</html>