Subversion Repositories SmartDukaan

Rev

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

Rev 10095 Rev 11607
Line 30... Line 30...
30
			width: 100%;
30
			width: 100%;
31
		}
31
		}
32
		.activation-process li {
32
		.activation-process li {
33
			margin-top: 10px;
33
			margin-top: 10px;
34
		}
34
		}
-
 
35
		#expiryMsg{
-
 
36
			position: fixed;
-
 
37
			top: 40%;
-
 
38
			border: 1px solid #2978C1;
-
 
39
			font-size: 18px;
-
 
40
			box-shadow: #2978C1 0 0 30px 1px;
-
 
41
			background-color: white;
-
 
42
			color: #666;
-
 
43
			display: none;
-
 
44
			line-height:25px;
-
 
45
			margin-left:3px;
-
 
46
			padding:10px;
-
 
47
		}
35
    </style>
48
    </style>
36
</head>
49
</head>
37
 
50
 
38
<body>
51
<body>
39
	<noscript>
52
	<noscript>
Line 90... Line 103...
90
	                        #end
103
	                        #end
91
						#end
104
						#end
92
                       </div>
105
                       </div>
93
					#end
106
					#end
94
               </div>
107
               </div>
-
 
108
			   <div id="expiryMsg" style="">
-
 
109
				</div>
95
			   <div class="aircel-offer-container" style="font-size:13px">
110
			   <div class="aircel-offer-container" style="font-size:13px">
96
					<div style="font-size:15px;padding:12px">
111
					<div style="font-size:15px;padding:12px">
97
						<h3 style="padding-top: 10px; font-weight: bold; color: black; font-size: 18px;">Special Offer from Aircel for buyers of Spice Mobiles</h3>
112
						<h3 style="padding-top: 10px; font-weight: bold; color: black; font-size: 18px;">Special Offer from Aircel for buyers of Spice Mobiles</h3>
98
					</div>
113
					</div>
99
					<p style="padding-left: 12px; padding-right: 5px; padding: 15px 10px 10px;font-size: 14px;">Get special talktime, SMS usage and data with a second recharge of Rs. 153, when you buy the below-listed Spice Mobiles.</p>
114
					<p style="padding-left: 12px; padding-right: 5px; padding: 15px 10px 10px;font-size: 14px;">Get special talktime, SMS usage and data with a second recharge of Rs. 153, when you buy the below-listed Spice Mobiles.</p>
Line 190... Line 205...
190
		</div>
205
		</div>
191
	</div>
206
	</div>
192
	#include("templates/footer.vm")
207
	#include("templates/footer.vm")
193
	#include ( "templates/commonjsfiles.vm" )
208
	#include ( "templates/commonjsfiles.vm" )
194
	<script type="text/javascript" charset="utf-8">
209
	<script type="text/javascript" charset="utf-8">
-
 
210
		$(function(){
-
 
211
			$("#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.");
-
 
212
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
-
 
213
			$("#expiryMsg").fadeIn(600, function() {
-
 
214
						window.setTimeout(function() {
-
 
215
							$("#expiryMsg").fadeOut(800, function() {
-
 
216
								$("#expiryMsg").removeAttr('style');
-
 
217
							});
-
 
218
						}, 100000000);
-
 
219
			});
-
 
220
		});
-
 
221
	</script>
-
 
222
	<script type="text/javascript" charset="utf-8">
195
	#if ($bannerCount == 1 )
223
	#if ($bannerCount == 1 )
196
	jQuery('#banner-menu').slidy({
224
	jQuery('#banner-menu').slidy({
197
        animation:  'none',
225
        animation:  'none',
198
        children:   'a',
226
        children:   'a',
199
        menu:       false,
227
        menu:       false,