Subversion Repositories SmartDukaan

Rev

Rev 5625 | Rev 11609 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5625 Rev 11607
Line 5... Line 5...
5
	<meta name="keywords" content="Get Paid for your reviews, ${domain.name}" />
5
	<meta name="keywords" content="Get Paid for your reviews, ${domain.name}" />
6
	<title>Get Paid for your reviews</title>
6
	<title>Get Paid for your reviews</title>
7
 
7
 
8
#include ( "templates/commoncssfiles.vm" )
8
#include ( "templates/commoncssfiles.vm" )
9
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
9
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
-
 
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;
-
 
23
					widht:980px;
-
 
24
					
-
 
25
	}
-
 
26
	</style>
10
</head>
27
</head>
11
 
28
 
12
<body>
29
<body>
13
<noscript>
30
<noscript>
14
	<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
31
	<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
Line 18... Line 35...
18
	<div id="main">
35
	<div id="main">
19
		<div class="main-content">
36
		<div class="main-content">
20
			<div id="registration">
37
			<div id="registration">
21
				<div class="middle">
38
				<div class="middle">
22
					<div style="margin: 0px 60px 0px 60px;">
39
					<div style="margin: 0px 60px 0px 60px;">
-
 
40
						<div id="expiryMsg" style="">
-
 
41
						</div>
23
						<br />
42
						<br />
24
						<h1 style="text-align: center; font-family: Verdana;">Get Paid for your reviews</h1>
43
						<h1 style="text-align: center; font-family: Verdana;">Get Paid for your reviews</h1>
25
						<br style="font-family: Verdana;" /><br style="font-family: Verdana;" />
44
						<br style="font-family: Verdana;" /><br style="font-family: Verdana;" />
26
						<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>
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>
27
						<br style="font-family: Verdana;" />
46
						<br style="font-family: Verdana;" />
Line 45... Line 64...
45
		</div>
64
		</div>
46
	</div>
65
	</div>
47
#include("templates/footer.vm")
66
#include("templates/footer.vm")
48
 
67
 
49
#include ( "templates/commonjsfiles.vm" )
68
#include ( "templates/commonjsfiles.vm" )
-
 
69
<script type="text/javascript" charset="utf-8">
-
 
70
		$(function(){
-
 
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.");
-
 
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>
50
</body>
82
</body>
51
</html>
83
</html>
52
84