Subversion Repositories SmartDukaan

Rev

Rev 11607 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9002 kshitij.so 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" />
5
 
6
<!-- Prevent MS Office toolbar from changing layout -->
7
	<meta name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" /> 
8
	<META name="y_key" content="116f6310a0df3c4f" />
9
	<meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
10
	<meta name="keywords" content="Spice Aircel Bundle Offer, ${domain.name}" />
11
	<title>Spice Aircel Bundle Offer | ${domain.name}</title>
12
#set($banners = $action.getActiveBanners("/static/spiceaircel-offer"))
13
#if($banners)
14
#set($bannerCount = $banners.size())
15
#else
16
#set($bannerCount = 0)
17
#end
18
#include ( "templates/commoncssfiles.vm" )
19
 
20
	<link rel="stylesheet" href="/css/home.css" type="text/css" />
21
	<link href="https://plus.google.com/108546508648658526684" rel="publisher" />
22
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
23
	<style>
24
		.aircel-offer-container{
25
			border: 1px solid #2789C1;
26
			color: #444444;
27
			float: left;
28
			font-size: 13px;
29
			min-height: 426px;
30
			width: 100%;
31
		}
32
		.activation-process li {
33
			margin-top: 10px;
34
		}
11607 kshitij.so 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;
11609 kshitij.so 47
			width:674px;
48
			z-index:99;
11607 kshitij.so 49
		}
9002 kshitij.so 50
    </style>
51
</head>
52
 
53
<body>
54
	<noscript>
55
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
56
	</noscript>
57
	$action.getHeaderSnippet()
58
	<!-- Main -->
59
	<div id="main">
60
		<div class="main-content">
61
			<div class="main-top"></div>
62
			<div class="main-left left">
63
				#if ( $bannerCount == 0 )
64
					<div class="main-left-banner" style="display: none">
65
				#elseif ( $bannerCount < 3 )
66
					<div class="main-left-banner"  style="height: 210px;">
67
				#else
68
					<div class="main-left-banner"  style="height: 230px;">
69
				#end
70
 
71
				#if($bannerCount > 1 && $bannerCount < 3)
72
					<ul id="bannerMenu">
73
						#foreach($banner in $banners)
74
							#if($banner.isHasMap())
10095 kshitij.so 75
								<li class="square"><a href="$banner.getLink()" #if($banner.isTarget())target="_blank"#end banner-name='$banner.getBannerName()'><img src='/images/banners/$banner.getImageName()' usemap='#map$velocityCount' height="200" width="710"/></a>
9002 kshitij.so 76
								<map name='map$velocityCount'> 
77
									#set($mapdetails = $action.getbannermapdetails("$banner.getBannerName()"))
78
									#foreach($mapdetail in $mapdetails)
79
										<area shape="rect" coords='$mapdetail.getCoordinates()' href='$mapdetail.getMapLink()' banner-name='$banner.getBannerName()'/>
80
									#end
81
									</map>
82
									</li>
83
							#else
10095 kshitij.so 84
								<li class="square"><a href="$banner.getLink()" #if($banner.isTarget())target="_blank"#end banner-name='$banner.getBannerName()'><img src='/images/banners/$banner.getImageName()' height="200" width="710" /></a></li>
9002 kshitij.so 85
	                        #end
86
						#end
87
					</ul>
88
					<div class="container">
89
                      <div class="slider_arrow_left"></div>
90
                      <div class="slider_arrow_right"></div>
91
                    </div>
92
				#else
93
					  <div id="banner-menu">
94
						#foreach($banner in $banners)
95
							#if($banner.isHasMap())
10095 kshitij.so 96
								<a href="$banner.getLink()" #if($banner.isTarget())target="_blank"#end banner-name='$banner.getBannerName()'><img src='/images/banners/$banner.getImageName()' title="$banner.getBannerName()" usemap='#map$velocityCount'/></a>
9002 kshitij.so 97
								<map name='map$velocityCount'> 
98
									#set($mapdetails = $action.getbannermapdetails("$banner.getBannerName()"))
99
									#foreach($mapdetail in $mapdetails)
100
										<area shape="rect" coords='$mapdetail.getCoordinates()' href='$mapdetail.getMapLink()' banner-name='$banner.getBannerName()'/>
101
									#end
102
									</map>
103
							#else
10095 kshitij.so 104
								<a href="$banner.getLink()" #if($banner.isTarget())target="_blank"#end banner-name='$banner.getBannerName()'><img src='/images/banners/$banner.getImageName()' title="$banner.getBannerName()"/></a>
9002 kshitij.so 105
	                        #end
106
						#end
107
                       </div>
108
					#end
109
               </div>
11607 kshitij.so 110
			   <div id="expiryMsg" style="">
111
				</div>
9002 kshitij.so 112
			   <div class="aircel-offer-container" style="font-size:13px">
113
					<div style="font-size:15px;padding:12px">
114
						<h3 style="padding-top: 10px; font-weight: bold; color: black; font-size: 18px;">Special Offer from Aircel for buyers of Spice Mobiles</h3>
115
					</div>
116
					<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>
117
					<table border="0" cellpadding="0" cellspacing="0" class="airceloffer" style="padding: 15px 10px 10px; border-top-width: 0px; border-left-width: 0px;" width="100%">
118
						<thead>
119
							<tr>
120
								<th colspan="2" style="border: 1px solid gray; background-color: rgb(85, 167, 251); color: white; font-size: 15px; text-align: left; padding-left: 10px;">The offer</th>
121
							</tr>
122
						</thead>
123
						<tbody>
124
							<tr>
125
								<td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: gray;text-align: center; width: 9%;">Inbuilt Minutes A2A (L+N)</td>
126
								<td style="border-width: 0px 1px 1px 1px; border-style: solid; border-color: gray;text-align: center; width: 9%;">250 / Month for 3 Months</td></tr>
127
							<tr>
128
								<td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: gray;text-align: center; width: 9%;">Inbuilt SMS A2A (L+N)</td>
129
								<td style="border-style: solid; border-color: gray; text-align: center; width: 9%; padding-right: 1px; border-width: 0px 1px 1px;">250 / Month for 3 Months</td>
130
							</tr>
131
							<tr>
132
								<td style="border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 0px solid gray; text-align: center;">Inbuilt 3G + 2G Data (GB)</td>
133
								<td style="border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 1px solid gray;text-align: center;">1 GB / Month for 3 months</td>
134
							</tr>
135
						</tbody>
136
					</table>
137
					<span style="padding-left: 10px;">(2G data in 2G Circles , 3G data in 3G circles)</span>
138
					<!--<p style="padding-left: 10px; padding-right: 5px; font-size: 14px; padding-top: 25px;">List of Spice Mi Handsets bundled with Offer</p>-->
139
					<table border="0" cellpadding="0" cellspacing="0" class="airceloffer" style="padding: 15px 10px 10px; border-top-width: 0px; border-left-width: 0px;" width="100%">
140
						<thead>
141
							<tr>
142
								<th colspan="2" style="border: 1px solid gray; background-color: rgb(85, 167, 251); color: white; font-size: 14px; text-align: left; padding-left: 10px;">List of Spice Mi Handsets bundled with Offer</th>
143
							</tr>
144
						</thead>
145
						<tbody>
146
							<tr>
147
								<td style="border-style: solid; border-color: gray; text-align: center; width: 9%; border-width: 0px 0px 1px 1px;">Mi 353</td>
148
								<td style="border-style: solid; border-color: gray; text-align: center; width: 9%; border-width: 0px 1px 1px 1px;">Mi 354</td>
149
							</tr>
150
							<tr>
151
								<td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: gray;text-align: center; width: 9%;">Mi 422</td>
152
								<td style="border-style: solid; border-color: gray; text-align: center; width: 9%; padding-right: 1px; border-width: 0px 1px 1px;">Mi 450</td>
153
							</tr>
154
							<tr>
155
								<td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: gray;text-align: center; width: 9%;">Mi 491</td>
156
								<td style="border-style: solid; border-color: gray; text-align: center; width: 9%; padding-right: 1px; border-width: 0px 1px 1px;">Mi 496</td>
157
							</tr>
158
							<tr>
159
								<td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: gray;text-align: center; width: 9%;">Mi 436</td>
160
								<td style="border-style: solid; border-color: gray; text-align: center; width: 9%; padding-right: 1px; border-width: 0px 1px 1px;">Mi 515</td>
161
							</tr>
162
							<tr>
163
								<td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: gray;text-align: center; width: 9%;">Mi 502</td>
164
								<td style="border-style: solid; border-color: gray; text-align: center; width: 9%; padding-right: 1px; border-width: 0px 1px 1px;">Mi 525</td>
165
							</tr>
166
							<tr>
167
								<td style="border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 0px solid gray; text-align: center;">Mi 535</td>
168
								<td style="border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 1px solid gray;text-align: center;"></td>
169
							</tr>
170
						</tbody>
171
					</table>
172
					<div class="coverage-map">
173
						<h3 style="color: black; font-weight: bold; padding-top: 10px; font-size: 16px; padding-bottom: 15px; padding-left: 10px;">Map of Aircel 2G-3G coverage</h3>
174
						<img style="height: 480px; width: 450px; padding-left: 25%;" src="/images/Map_Aircel_2G-3G.gif">
175
					</div>
176
					<div class="activation-process">
177
<h3 style="color: black; font-weight: bold; font-size: 16px; padding-left: 10px; padding-top: 10px;">Activation Process</h3>
178
<ul style="list-style: decimal inside none; padding: 5px 10px 10px;">
179
<li>
180
After your successful purchase, SAHOLIC delivers a pre-stickered handset to you.
181
</li>
182
<li>
183
You visit an Aircel Activation outlet for activating a new Aircel connection (Branded Retail and Franchise outlets list available on Aircel Website)
184
</li>
185
<li>
186
You Fill up the CEF and hand it over to the Aircel Retail relationship executive along with Proof of Identity/ Proof of Address/ 4 Photographs .
187
</li>
188
<li>
189
Aircel Retail relationship executive triggers the 111(Activation SMS) &amp; handover the non-activated SIM to the Customer. 
190
</li>
191
<li>
192
Activation Centre of Aircel conducts Verification of Customer documents and activates New Customer account.
193
</li>
194
<li>
195
Post positive Document Verification from Activation Hub/Centre communicated by sms, you have to call 59059 to complete the Tele-verification . 
196
</li>
197
<li>
198
Post Positive Tele-verification, number gets activated and you have to do the First Recharge prevailing in the Circle and subsequently a second recharge of Rs.153 to get the benefit of Free Minutes, SMS , Data .
199
</li>
200
</ul>
201
</div>
202
			   </div>
203
			</div>
204
		<div class="widgets right">
205
			$action.getCartWidgetSnippet()
206
		</div>
207
		</div>
208
	</div>
209
	#include("templates/footer.vm")
210
	#include ( "templates/commonjsfiles.vm" )
211
	<script type="text/javascript" charset="utf-8">
11607 kshitij.so 212
		$(function(){
11609 kshitij.so 213
			$("#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 214
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
215
			$("#expiryMsg").fadeIn(600, function() {
216
						window.setTimeout(function() {
217
							$("#expiryMsg").fadeOut(800, function() {
218
								$("#expiryMsg").removeAttr('style');
219
							});
220
						}, 100000000);
221
			});
222
		});
223
	</script>
224
	<script type="text/javascript" charset="utf-8">
9002 kshitij.so 225
	#if ($bannerCount == 1 )
226
	jQuery('#banner-menu').slidy({
227
        animation:  'none',
228
        children:   'a',
229
        menu:       false,
230
        pause:      true,
231
        speed:      400,
232
        time:       4000
233
    });
234
 
235
	#elseif ($bannerCount > 1 && $bannerCount < 3 )
236
	$(document).ready(function() {
237
           $('#bannerMenu').DDSlider({
238
           nextSlide: '.slider_arrow_right',
239
           prevSlide: '.slider_arrow_left',
240
           selector: '.slider_selector'
241
            });
242
          }); 
243
	#else
244
	jQuery('#banner-menu').slidy({
245
        animation:  'fade',
246
        children:   'a',
247
        menu:       true,
248
        pause:      true,
249
        speed:      200,
250
        time:       5000
251
    });
252
	#end
253
	</script>
254
	<style type="text/css">
255
		.slider_arrow_left {
256
         background: url(/images/left_arrow.png) no-repeat top left;
257
         }
258
		.slider_arrow_right {
259
         background: url(/images/right_arrow.png) no-repeat top left;
260
         }
261
	</style>
262
</body>
263
</html>