Subversion Repositories SmartDukaan

Rev

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

Rev 8274 Rev 11607
Line 19... Line 19...
19
			color:red;
19
			color:red;
20
			float:left;
20
			float:left;
21
			font-size:12px;
21
			font-size:12px;
22
			padding: 2px 0;
22
			padding: 2px 0;
23
			width:500px;
23
			width:500px;
-
 
24
		}
-
 
25
		#expiryMsg{
-
 
26
				position: fixed;
-
 
27
				top: 40%;
-
 
28
				border: 1px solid #2978C1;
-
 
29
				font-size: 18px;
-
 
30
				box-shadow: #2978C1 0 0 30px 1px;
-
 
31
				background-color: white;
-
 
32
				color: #666;
-
 
33
				display: none;
-
 
34
				line-height:25px;
-
 
35
				margin-left:3px;
-
 
36
				padding:10px;
-
 
37
		}
24
    </style>
38
    </style>
-
 
39
	
25
</head>
40
</head>
26
 
41
 
27
<body>
42
<body>
28
	<noscript>
43
	<noscript>
29
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
44
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
Line 49... Line 64...
49
               if (document.context) document.write ("&context=" + escape(document.context));
64
               if (document.context) document.write ("&context=" + escape(document.context));
50
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
65
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
51
               document.write ("'><\/scr"+"ipt>");
66
               document.write ("'><\/scr"+"ipt>");
52
            //]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=19&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a592d2cd' border='0' alt='' /></a></noscript>
67
            //]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=19&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a592d2cd' border='0' alt='' /></a></noscript>
53
				</div>
68
				</div>
-
 
69
				<div id="expiryMsg" style="">
-
 
70
				</div>
54
				<div class="recharge-faq-container" style="font-size:13px">
71
				<div class="recharge-faq-container" style="font-size:13px">
55
					<div style="font-size:15px;padding:12px">
72
					<div style="font-size:15px;padding:12px">
56
						<a href="/recharge">Now Recharge</a> your Mobile and DTH TV and win an assured eGift Voucher for the entire amount of your recharge. You can use this gift voucher to buy Mobiles, Tablets, Cameras and Laptops.
73
						<a href="/recharge">Now Recharge</a> your Mobile and DTH TV and win an assured eGift Voucher for the entire amount of your recharge. You can use this gift voucher to buy Mobiles, Tablets, Cameras and Laptops.
57
					</div>
74
					</div>
58
    				<div id="faq" style="padding:12px;">
75
    				<div id="faq" style="padding:12px;">
Line 76... Line 93...
76
		</div>
93
		</div>
77
		</div>
94
		</div>
78
	</div>
95
	</div>
79
	#include("templates/footer.vm")
96
	#include("templates/footer.vm")
80
	#include ( "templates/commonjsfiles.vm" )
97
	#include ( "templates/commonjsfiles.vm" )
-
 
98
	<script type="text/javascript" charset="utf-8">
-
 
99
		$(function(){
-
 
100
			$("#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.");
-
 
101
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
-
 
102
			$("#expiryMsg").fadeIn(600, function() {
-
 
103
						window.setTimeout(function() {
-
 
104
							$("#expiryMsg").fadeOut(800, function() {
-
 
105
								$("#expiryMsg").removeAttr('style');
-
 
106
							});
-
 
107
						}, 100000000);
-
 
108
			});
-
 
109
		});
-
 
110
	</script>
81
</body>
111
</body>
82
</html>
112
</html>