Subversion Repositories SmartDukaan

Rev

Rev 3722 | Rev 3833 | 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>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
 
6
<!-- Prevent MS Office toolbar from changing layout -->
1240 vikas 7
<meta name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" /> 
8
<META name="y_key" content="116f6310a0df3c4f" />
9
<meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
507 rajveer 10
<meta http-equiv="imagetoolbar" content="false">
11
<meta name="MSSmartTagsPreventParsing" content="true">
990 vikas 12
<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." />	
991 vikas 13
<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" />
2152 varun.gupt 14
<meta property='fb:admins' content="100002073769572" />
974 vikas 15
<title>Mobile Phone Reviews and Best Deals in India | Saholic.com</title>
507 rajveer 16
 
3830 chandransh 17
 #include ( "templates/commoncssfiles.vm" )
18
 #set($bestDealSnippets = $action.getBestDealSnippets())
19
 #set($bestSellerSnippets = $action.getBestSellerSnippets())
20
 #set($bestArrivalSnippets = $action.getLatestArrivalSnippets())
21
 
22
<link rel="stylesheet" href="/css/home.css" type="text/css" />
637 rajveer 23
 
3830 chandransh 24
 
507 rajveer 25
</head>
26
 
27
<body>
637 rajveer 28
<noscript>
29
	<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
30
</noscript>
507 rajveer 31
 
3830 chandransh 32
	$action.getHeaderSnippet()
33
 
34
	<!-- Main -->
35
<div id="main">
36
	<div class="main-content">
37
		<div class="main-top"></div>
38
		<div class="main-left left">
39
			<div class="main-left-banner">
40
				<img style="height: 200px; width: 690px;" src="images/product-banner.jpg"/>
41
			</div>
42
			<div id="products">
43
			<div class="home-listing-common">
44
				<div class="home-listing-common-header">
45
					<div class="home-listing-common-header-text">
46
						<span class="left">BEST DEALS</span>
47
						<span class="home-listing-common-header-text-right right">
48
							<a href="/best-deals/1" title="Best Deals Mobile Phones">View All</a>
49
						</span>
50
					</div>					
51
				</div>
52
				<div class="home-listing-common-content">
53
				#foreach($snippet in $bestDealSnippets)
2727 chandransh 54
                    $snippet
3830 chandransh 55
				#end
56
				</div>
57
			</div>
58
 
59
			<div class="home-listing-common">
60
				<div class="home-listing-common-header">
61
					<div class="home-listing-common-header-text">
62
						<span class="left">LATEST ARRIVALS</span>
63
						<span class="home-listing-common-header-text-right right">
64
							<a href="/latest-arrivals/1" title="Latest Arrivals Mobile Phones">View All</a>
65
						</span>
66
					</div>					
67
				</div>
68
				<div class="home-listing-common-content">
69
				#foreach($snippet in $latestArrivalSnippets)
2727 chandransh 70
                    $snippet
3830 chandransh 71
				#end
72
				</div>
73
			</div>
74
			<div class="home-listing-common">
75
				<div class="home-listing-common-header">
76
					<div class="home-listing-common-header-text">
77
						<span class="left">BEST SELLERS</span>
78
						<span class="home-listing-common-header-text-right right">
79
							<a href="/best-sellers/1" title="Best Sellers Mobile Phones">View All</a>
80
						</span>
81
					</div>					
82
				</div>
83
				<div class="home-listing-common-content">
84
				#foreach($snippet in $bestSellerSnippets)
2727 chandransh 85
                    $snippet
3830 chandransh 86
				#end
87
				</div>
88
			</div>
89
			</div>
90
		</div>
507 rajveer 91
 
3830 chandransh 92
 
93
		<!-- Widgets -->
94
		<div class="widgets right">
95
			$action.getCartWidgetSnippet()
96
			<div id="myresearch" class="common-widget">
2868 rajveer 97
                #include("templates/myresearch.vm")
1372 vikas 98
			</div>
3830 chandransh 99
			<div id="browsehistory" class="common-widget">
2868 rajveer 100
                #include("templates/browsehistory.vm")
1372 vikas 101
			</div>
507 rajveer 102
		</div>
3830 chandransh 103
		<!-- /Widgets -->
104
 
105
	</div>
106
</div>
107
<!-- /Main -->
108
 
507 rajveer 109
 
2868 rajveer 110
	 #include("templates/footer.vm")
507 rajveer 111
 
762 rajveer 112
<!-- color by color lightbox -->
113
<div style="display:none;">
114
	<div class="colorSelLightBoxColor">
115
		<form name="frmColorSelName" method="post" action="#">
116
			<h1>Color Selector</h1>
117
			<h2>"Please choose color of product"</h2>
118
 
119
			<div class="content"></div>
120
 
794 rajveer 121
			<div class="bigImgButton yellow-image">
762 rajveer 122
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
123
			</div>
124
			<div class="clearBoth"></div>
125
 
126
		</form>
127
	</div>
128
</div>
129
<!-- /color by color lightbox -->
130
 
943 vikas 131
#include ( "templates/commonjsfiles.vm" )
132
 
133
<script type="text/javascript" charset="utf-8">
134
$(function(){
1236 vikas 135
	$('ul.product-description li').truncate({addtitle: true});
943 vikas 136
});
137
</script>
138
 
507 rajveer 139
</body>
794 rajveer 140
</html>