Subversion Repositories SmartDukaan

Rev

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

Rev 8301 Rev 8302
Line 17... Line 17...
17
		<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&amp;sensor=false"></script> 
17
		<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&amp;sensor=false"></script> 
18
        #include ( "templates/commonjsfiles.vm" )
18
        #include ( "templates/commonjsfiles.vm" )
19
		<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
19
		<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
20
		<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
20
		<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
21
		<script>
21
		<script>
22
        function initialize() {
22
        function initialize_kor() {
23
                var mapCanvas = document.getElementById('map_canvas');
23
                var mapCanvas = document.getElementById('map_canvas_kor');
24
                var tgip = new google.maps.LatLng(28.57201,77.326555);
-
 
25
                var kora = new google.maps.LatLng(12.931957,77.62271);
24
                var kora = new google.maps.LatLng(12.931957,77.62271);
26
                var center = new google.maps.LatLng(20,77.4);
25
                var center = new google.maps.LatLng(12.931957,77.62271);
27
                var mapOptions = {
26
                var mapOptions = {
28
                    center: center,
27
                    center: center,
29
                    zoom: 4,
28
                    zoom: 14,
30
                    mapTypeId: google.maps.MapTypeId.ROADMAP
29
                    mapTypeId: google.maps.MapTypeId.ROADMAP
31
                };
30
                };
32
                var map = new google.maps.Map(mapCanvas, mapOptions);
31
                var map = new google.maps.Map(mapCanvas, mapOptions);
33
                
-
 
34
                var tgipmarker = new google.maps.Marker({
-
 
35
                    position: tgip,
-
 
36
                    map: map,
-
 
37
                    title: 'TGIP Mall, Noida'
-
 
38
                });
-
 
39
    
-
 
40
                var koramarker = new google.maps.Marker({
32
                var koramarker = new google.maps.Marker({
41
                    position: kora,
33
                    position: kora,
42
                    map: map,
34
                    map: map,
43
                    title: 'Koramangala, Bangalore'
35
                    title: 'Koramangala, Bangalore'
44
                });
36
                });
-
 
37
            }
-
 
38
			
-
 
39
			function initialize_noida() {
-
 
40
                var mapCanvas = document.getElementById('map_canvas_noida');
-
 
41
                var tgip = new google.maps.LatLng(28.57201,77.326555);
-
 
42
                var center = new google.maps.LatLng(28.57201,77.326555);
-
 
43
                var mapOptions = {
-
 
44
                    center: center,
-
 
45
                    zoom: 14,
-
 
46
                    mapTypeId: google.maps.MapTypeId.ROADMAP
45
            }   
47
                };
-
 
48
                var map = new google.maps.Map(mapCanvas, mapOptions);            
-
 
49
                var tgipmarker = new google.maps.Marker({
-
 
50
                    position: tgip,
-
 
51
                    map: map,
-
 
52
                    title: 'TGIP Mall, Noida'
-
 
53
                });
-
 
54
            }
46
            google.maps.event.addDomListener(window, 'load', initialize);
55
            google.maps.event.addDomListener(window, 'load', initialize_noida);
-
 
56
			google.maps.event.addDomListener(window, 'load', initialize_kor);
47
        </script>
57
        </script>
48
    	
58
    	
49
    	<style>
59
    	<style>
50
			@font-face {
60
			@font-face {
51
                font-family: 'ralewaylight';
61
                font-family: 'ralewaylight';
Line 84... Line 94...
84
                -moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
94
                -moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
85
                -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
95
                -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
86
				width:940px;
96
				width:940px;
87
				margin:auto;
97
				margin:auto;
88
				background-color:white;
98
				background-color:white;
89
				color:#666666;
99
				color:#444444;
90
    		}
100
    		}
91
			
101
			
92
			.content-after-banner {
102
			.content-after-banner {
93
				font-size:18px;
103
				font-size:18px;
94
				font-family:'ralewaylight';
104
				font-family:'ralewaylight';
Line 143... Line 153...
143
            }
153
            }
144
            
154
            
145
            .image-block {
155
            .image-block {
146
            	width:330px;
156
            	width:330px;
147
				height:300px;
157
				height:300px;
-
 
158
				box-shadow:0px 0px 5px 1px #666666;
148
            }
159
            }
-
 
160
			
-
 
161
			#store-banners {
-
 
162
				box-shadow:0px 0px 5px 1px #666666;
-
 
163
			}
149
            
164
            
150
            .left-inner-block {
165
            .left-inner-block {
151
            	padding:0 20px 0 60px;
166
            	padding:0 20px 0 60px;
152
				float:left;
167
				float:left;
153
				width:350px;
168
				width:350px;
Line 157... Line 172...
157
            	padding:0 60px 0 20px;
172
            	padding:0 60px 0 20px;
158
				float:left;
173
				float:left;
159
				width:350px;
174
				width:350px;
160
            }
175
            }
161
			
176
			
162
			#map_canvas {
177
			.map_canvas {
163
                width: 940px;
178
                width: 420px;
164
                height: 400px;
179
                height: 250px;
165
			}
180
			}
166
			
181
			
167
			.right-inner-block p, .left-inner-block p {
182
			.right-inner-block p, .left-inner-block p {
168
				padding:0 0 0 0;
183
				padding:0 0 0 0;
169
			}
184
			}
-
 
185
			
-
 
186
			.inline-mini-banner {
-
 
187
				float:left;
-
 
188
				box-shadow:0px 0px 5px 1px #666666;
-
 
189
				height:140px;
-
 
190
				width:220px;
-
 
191
			}
-
 
192
			
-
 
193
			#map_canvas_kor {
-
 
194
				margin: 0 30px 0 20px;
-
 
195
				float: left;
-
 
196
			}
-
 
197
			
-
 
198
			#map_canvas_noida {
-
 
199
				margin: 0 20px 0 30px;
-
 
200
				float: left;
-
 
201
			}
-
 
202
			
-
 
203
			.address-heading {
-
 
204
				width: 470px;
-
 
205
				float: left;
-
 
206
				text-align: center;
-
 
207
				margin: 30px 0 0 0;
-
 
208
				font-size: 30px;
-
 
209
			}
-
 
210
			
170
    	</style>
211
    	</style>
171
    </head>
212
    </head>
172
 
213
 
173
    <body>
214
    <body>
174
         $action.getHeaderSnippet()
215
         $action.getHeaderSnippet()
Line 186... Line 227...
186
                            <a class="content_tabber" href="/androidland-overview">Overview</a>
227
                            <a class="content_tabber" href="/androidland-overview">Overview</a>
187
        					<a class="content_tabber  current" href="/androidland-store">AndroidLand Store
228
        					<a class="content_tabber  current" href="/androidland-store">AndroidLand Store
188
								<img src="/images/androidland/orange-tab.png" style="width: 100%;">
229
								<img src="/images/androidland/orange-tab.png" style="width: 100%;">
189
							</a>
230
							</a>
190
        					<a class="content_tabber" href="/androidland-devices">Android Devices</a>
231
        					<a class="content_tabber" href="/androidland-devices">Android Devices</a>
191
        					<a class="content_tabber" href="/androidland-apps">Android Apps</a> 
232
        					<a class="content_tabber" href="/androidland-apps">Android Apps</a>
-
 
233
							<a class="content_tabber" href="/androidland-fun">Fun Zone</a>
192
                        </div><!-- .content_tabber_con -->
234
                        </div><!-- .content_tabber_con -->
193
                    </div>
235
                    </div>
194
                </div>
236
                </div>
195
				<div class="content-after-banner">
237
				<div class="content-after-banner">
196
        			<h1>Welcome to Androidland</h1>
238
        			<h1>Welcome to Androidland</h1>
Line 267... Line 309...
267
						</div>
309
						</div>
268
						<div style='clear:both;'></div>
310
						<div style='clear:both;'></div>
269
					</div>
311
					</div>
270
					<div class='separator'></div>
312
					<div class='separator'></div>
271
					
313
					
272
					<div class='outer-block'>
314
					<div class="outer-block">
273
						<div class='image-holding-block left-inner-block'>
315
						<div style="margin: 0 25px 0 50px;" class='inline-mini-banner'>
274
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
316
							<img width="220px" height="140px" src="/images/androidland/open-design.jpg">
275
						</div>
317
						</div>
276
						<div class='right-inner-block' style='padding:0 60px 0 20px;'>
318
						<div style="margin: 0 25px 0 25px;" class='inline-mini-banner'>
277
							<h3>Get expert advice</h3>
-
 
278
							<p>
-
 
279
								Let our trained staff guide you through the most amazing Android tips and tricks.
319
							<img width="220px" height="140px" src="/images/androidland/huge-collection.jpg">
280
							</p>
-
 
281
						</div>
320
						</div>
282
						<div style='clear:both;'></div>
-
 
283
					</div>
-
 
284
					
-
 
285
					<div class='separator'></div>
-
 
286
					
-
 
287
					<div class='outer-block'>
-
 
288
						<div class='left-inner-block'>
321
						<div style="margin: 0 50px 0 25px;" class='inline-mini-banner'>
289
							<h3> Browse the Google Play Zone</h3>
-
 
290
							<p>
-
 
291
								 Search, choose and download your favorite Android apps in the Google Play Zone.
322
							<img width="220px" height="140px" src="/images/androidland/open-design.jpg">
292
							</p>
-
 
293
						</div>
323
						</div>
294
						<div class='image-holding-block right-inner-block'>
-
 
295
							<img class='image-block' src='/images/androidland/open-design.jpg'>
-
 
296
						</div>
324
						
297
						<div style='clear:both;'></div>
325
						<div style="clear:both;"></div>
298
					</div>
326
					</div>
299
					
327
					
300
					<div class='separator'></div>
328
					<div class='separator'></div>
301
					
329
					
302
					<div class='outer-block'>
330
					<div>
303
						<div class='image-holding-block left-inner-block'>
331
						<h3 class='address-heading'>Androidland, Koramangla
-
 
332
							<span style="font-size: 16px;">
-
 
333
								<br>472/5A, 80 Feet Road,
-
 
334
								<br> Koramangala 3rd Block
304
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
335
								<br>Bangalore - 560095 (Karnataka)
-
 
336
							</span>
305
						</div>
337
						</h3>
306
						<div class='right-inner-block' style='padding:0 60px 0 20px;'>
338
						<h3 class='address-heading'>Androidland, Noida
307
							<h3>Enjoy Free WiFi</h3>
339
							<span style="font-size: 16px;">
-
 
340
								<br>Spice Global Knowledge Park (Ist Floor)
308
							<p>
341
								<br>19A-19B, Sector 125,
309
								Browse the internet for free using our always-on devices.
342
								<br>Noida - 201301 (UP)
310
							</p>
343
							</span>
311
						</div>
344
						</h3>
312
						<div style='clear:both;'></div>
345
						<div style="clear:both;"></div>
313
					</div>
346
					</div>
314
					
-
 
315
					<div class='separator'></div>
-
 
316
					
-
 
317
					<h2>Locate us</h2>
-
 
318
					
347
 
319
					<div style='margin-top:40px;'>
348
					<div style='margin-top:40px;'>
320
						<div id="map_canvas"></div>
349
						<div id="map_canvas_kor" class='map_canvas'></div>
-
 
350
						<div id="map_canvas_noida" class='map_canvas'></div>
-
 
351
						<div style="clear:both;">
321
					</div>
352
					</div>
322
					
353
					
323
					<div style='margin:40px;'>
354
					<div style='margin:40px;'>
324
						&nbsp;
355
						&nbsp;
325
					</div>
356
					</div>
326
					
357
					
327
    			</div>
358
    			</div>
-
 
359
					
-
 
360
    			</div>
328
    		</div>
361
    		</div>
329
    	</div>
362
    	</div>
330
        
363
        
331
        #include("templates/footer.vm")
364
        #include("templates/footer.vm")
332
    	<script>
365
    	<script>