Subversion Repositories SmartDukaan

Rev

Rev 5625 | Rev 6856 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
507 rajveer 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>
5045 varun.gupt 4
	<!-- Google Website Optimizer Control Script -->
5523 varun.gupt 5
	<script>
5045 varun.gupt 6
function utmx_section(){}function utmx(){}
7
(function(){var k='${in.shop2020.ABTestExperimentID}',d=document,l=d.location,c=d.cookie;function f(n){
8
if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return escape(c.substring(i+n.
9
length+1,j<0?c.length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;
10
d.write('<sc'+'ript src="'+
11
'http'+(l.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com'
12
+'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
13
+new Date().valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
14
'" type="text/javascript" charset="utf-8"></sc'+'ript>')})();
5523 varun.gupt 15
	</script>
5045 varun.gupt 16
<!-- End of Google Website Optimizer Control Script -->
17
<!-- Google Website Optimizer Tracking Script -->
5523 varun.gupt 18
	<script type="text/javascript">
5045 varun.gupt 19
  var _gaq = _gaq || [];
20
  _gaq.push(['gwo._setAccount', '${in.shop2020.ABTestgaAccountID}']);
21
  _gaq.push(['gwo._trackPageview', '/${in.shop2020.ABTestExperimentID}/test']);
22
  (function() {
23
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
24
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
25
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
26
  })();
5523 varun.gupt 27
	</script>
5045 varun.gupt 28
<!-- End of Google Website Optimizer Tracking Script -->
5523 varun.gupt 29
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
507 rajveer 30
 
31
<!-- Prevent MS Office toolbar from changing layout -->
5523 varun.gupt 32
	<meta name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" /> 
33
	<META name="y_key" content="116f6310a0df3c4f" />
34
	<meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
35
	<meta http-equiv="imagetoolbar" content="false" />
36
	<meta name="MSSmartTagsPreventParsing" content="true" />
37
	<meta name="description" content="Comprehensive reviews and Best Deals on mobile phones in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty." />
38
	<meta name="keywords" content="Mobile phones, mobile phone reviews, mobile phone, mobile accessories, latest mobile phones, mobile phone prices, mobile phones India, mobile phone comparison" />
39
	<meta property='fb:admins' content="100002073769572" />
5625 vikram.rag 40
	<title>Mobile Phone Reviews and Best Deals in India | ${domain.name}</title>
507 rajveer 41
 
5523 varun.gupt 42
#include ( "templates/commoncssfiles.vm" )
43
#set($bestDealSnippets = $action.getBestDealSnippets())
44
#set($bestSellerSnippets = $action.getBestSellerSnippets())
45
#set($bestArrivalSnippets = $action.getLatestArrivalSnippets())
6848 kshitij.so 46
#set($banners = $action.getActiveBanners())
47
#set($bannerCount = $action.activeBannerCount())
3830 chandransh 48
 
5523 varun.gupt 49
	<link rel="stylesheet" href="/css/home.css" type="text/css" />
50
	<link href="https://plus.google.com/108546508648658526684" rel="publisher" />
6848 kshitij.so 51
	<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
5542 amar.kumar 52
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
507 rajveer 53
</head>
54
 
55
<body>
5523 varun.gupt 56
	<noscript>
5572 anupam.sin 57
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
5523 varun.gupt 58
	</noscript>
3830 chandransh 59
	$action.getHeaderSnippet()
60
	<!-- Main -->
5523 varun.gupt 61
	<div id="main">
62
		<div class="main-content">
63
			<div class="main-top"></div>
64
			<div class="main-left left">
6848 kshitij.so 65
				#if ( $bannerCount == 0 )
66
					<div class="main-left-banner" style="display: none">
67
				#elseif ( $bannerCount < 4 )
68
					<div class="main-left-banner"  style="height: 215px;">
69
				#else
70
					<div class="main-left-banner"  style="height: 235px;">
71
				#end
72
					  <div id="banner-menu">
73
						#foreach($banner in $banners)
74
							#if($banner.isHasMap())
75
								<a href="$banner.getLink()" banner-name='$banner.getBannerName()'><img src='/images/banners/$banner.getImageName()' title="$banner.getBannerName()" usemap='#map$velocityCount'/></a>
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
							#else
83
								<a href="$banner.getLink()" banner-name='$banner.getBannerName()'><img src='/images/banners/$banner.getImageName()' title="$banner.getBannerName()"/></a>
84
	                        #end
85
                        #end
86
                      </div> 
87
					</div>
5523 varun.gupt 88
				<div id="products">
89
					<div class="home-listing-common">
90
						<div class="home-listing-common-header">
91
							<div class="home-listing-common-header-text">
92
								<span class="left">BEST DEALS</span>
93
								<span class="home-listing-common-header-text-right right">
94
									<a href="/best-deals/1" title="Best Deals Mobile Phones">View All</a>
95
								</span>
96
							</div>
97
						</div>
98
						<div class="home-listing-common-content best-deals">
99
			#foreach($snippet in $bestDealSnippets)
100
				$snippet
101
			#end
102
						</div>
103
					</div>
104
 
105
					<div class="home-listing-common">
106
						<div class="home-listing-common-header">
107
							<div class="home-listing-common-header-text">
108
								<span class="left">BEST SELLERS</span>
109
								<span class="home-listing-common-header-text-right right">
110
									<a href="/best-sellers/1" title="Best Sellers Mobile Phones">View All</a>
111
								</span>
112
							</div>
113
						</div>
114
						<div class="home-listing-common-content best-sellers">
115
			#foreach($snippet in $bestSellerSnippets)
116
				$snippet
117
			#end
118
						</div>
119
					</div>
120
 
121
					<div class="home-listing-common">
122
						<div class="home-listing-common-header">
123
							<div class="home-listing-common-header-text">
124
								<span class="left">LATEST ARRIVALS</span>
125
								<span class="home-listing-common-header-text-right right">
126
									<a href="/latest-arrivals/1" title="Latest Arrivals Mobile Phones">View All</a>
127
								</span>
128
							</div>
129
						</div>
130
						<div class="home-listing-common-content latest-arrivals">
131
			#foreach($snippet in $latestArrivalSnippets)
132
				$snippet
133
			#end
134
						</div>
135
					</div>
3830 chandransh 136
				</div>
137
			</div>
5523 varun.gupt 138
 
139
			<!-- Widgets -->
140
			<div class="widgets right">
141
				$action.getCartWidgetSnippet()
142
				<div id="myresearch" class="common-widget">
143
			#include("templates/myresearch.vm")
3830 chandransh 144
				</div>
5523 varun.gupt 145
				<div id="browsehistory" class="common-widget">
146
			#include("templates/browsehistory.vm")
3830 chandransh 147
				</div>
148
			</div>
5523 varun.gupt 149
			<!-- /Widgets -->
3830 chandransh 150
		</div>
151
	</div>
5523 varun.gupt 152
	<!-- /Main -->
3830 chandransh 153
 
5523 varun.gupt 154
	#include("templates/footer.vm")
155
	<!-- color by color lightbox -->
156
	<div style="display:none;">
157
		<div class="colorSelLightBoxColor">
158
			<form name="frmColorSelName" method="post" action="#">
159
				<h1>Color Selector</h1>
160
				<h2>"Please choose color of product"</h2>
161
				<div class="content"></div>
162
				<div class="bigImgButton yellow-image">
762 rajveer 163
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
5523 varun.gupt 164
				</div>
165
				<div class="clearBoth"></div>
166
			</form>
167
		</div>
762 rajveer 168
	</div>
5523 varun.gupt 169
	<!-- /color by color lightbox -->
170
	#include ( "templates/commonjsfiles.vm" )
6848 kshitij.so 171
	<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
5523 varun.gupt 172
	<script type="text/javascript" charset="utf-8">
6848 kshitij.so 173
	$(function(){
1236 vikas 174
	$('ul.product-description li').truncate({addtitle: true});
6848 kshitij.so 175
    });
5523 varun.gupt 176
	</script>
6848 kshitij.so 177
	<script type="text/javascript" charset="utf-8">
178
	#if ($bannerCount == 1 )
179
	jQuery('#banner-menu').slidy({
180
        animation:  'none',
181
        children:   'a',
182
        menu:       false,
183
        pause:      true,
184
        speed:      400,
185
        time:       4000
186
    });
187
 
188
	#elseif ($bannerCount > 1 && $bannerCount < 4 )
189
	jQuery('#banner-menu').slidy({
190
        animation:  'slide',
191
        children:   'a',
192
        menu:       false,
193
        pause:      true,
194
        speed:      400,
195
        time:       4000
196
    });
197
 
198
	#else
199
	jQuery('#banner-menu').slidy({
200
        animation:  'slide',
201
        children:   'a',
202
        menu:       true,
203
        pause:      true,
204
        speed:      400,
205
        time:       4000
206
    });
207
	#end
208
	jQuery("#banner-menu").find("a, area").click(
209
    function(){
210
        if($(this).attr("href") != "#") {
211
            bannername = $(this).attr("banner-name");
212
            url = $(this).attr("href");
213
			trackEventWithGA('Banner Region Clicked', bannername, url);
214
        }
215
    }
216
);
217
	</script>
507 rajveer 218
</body>
5523 varun.gupt 219
</html>