Subversion Repositories SmartDukaan

Rev

Rev 3830 | Rev 3960 | 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">
3833 rajveer 39
			#include ( "templates/mainbanner.vm" )
3830 chandransh 40
			<div id="products">
41
			<div class="home-listing-common">
42
				<div class="home-listing-common-header">
43
					<div class="home-listing-common-header-text">
44
						<span class="left">BEST DEALS</span>
45
						<span class="home-listing-common-header-text-right right">
46
							<a href="/best-deals/1" title="Best Deals Mobile Phones">View All</a>
47
						</span>
48
					</div>					
49
				</div>
50
				<div class="home-listing-common-content">
51
				#foreach($snippet in $bestDealSnippets)
2727 chandransh 52
                    $snippet
3830 chandransh 53
				#end
54
				</div>
55
			</div>
56
 
57
			<div class="home-listing-common">
58
				<div class="home-listing-common-header">
59
					<div class="home-listing-common-header-text">
60
						<span class="left">LATEST ARRIVALS</span>
61
						<span class="home-listing-common-header-text-right right">
62
							<a href="/latest-arrivals/1" title="Latest Arrivals Mobile Phones">View All</a>
63
						</span>
64
					</div>					
65
				</div>
66
				<div class="home-listing-common-content">
67
				#foreach($snippet in $latestArrivalSnippets)
2727 chandransh 68
                    $snippet
3830 chandransh 69
				#end
70
				</div>
71
			</div>
72
			<div class="home-listing-common">
73
				<div class="home-listing-common-header">
74
					<div class="home-listing-common-header-text">
75
						<span class="left">BEST SELLERS</span>
76
						<span class="home-listing-common-header-text-right right">
77
							<a href="/best-sellers/1" title="Best Sellers Mobile Phones">View All</a>
78
						</span>
79
					</div>					
80
				</div>
81
				<div class="home-listing-common-content">
82
				#foreach($snippet in $bestSellerSnippets)
2727 chandransh 83
                    $snippet
3830 chandransh 84
				#end
85
				</div>
86
			</div>
87
			</div>
88
		</div>
507 rajveer 89
 
3830 chandransh 90
 
91
		<!-- Widgets -->
92
		<div class="widgets right">
93
			$action.getCartWidgetSnippet()
94
			<div id="myresearch" class="common-widget">
2868 rajveer 95
                #include("templates/myresearch.vm")
1372 vikas 96
			</div>
3830 chandransh 97
			<div id="browsehistory" class="common-widget">
2868 rajveer 98
                #include("templates/browsehistory.vm")
1372 vikas 99
			</div>
507 rajveer 100
		</div>
3830 chandransh 101
		<!-- /Widgets -->
102
 
103
	</div>
104
</div>
105
<!-- /Main -->
106
 
507 rajveer 107
 
2868 rajveer 108
	 #include("templates/footer.vm")
507 rajveer 109
 
762 rajveer 110
<!-- color by color lightbox -->
111
<div style="display:none;">
112
	<div class="colorSelLightBoxColor">
113
		<form name="frmColorSelName" method="post" action="#">
114
			<h1>Color Selector</h1>
115
			<h2>"Please choose color of product"</h2>
116
 
117
			<div class="content"></div>
118
 
794 rajveer 119
			<div class="bigImgButton yellow-image">
762 rajveer 120
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
121
			</div>
122
			<div class="clearBoth"></div>
123
 
124
		</form>
125
	</div>
126
</div>
127
<!-- /color by color lightbox -->
128
 
943 vikas 129
#include ( "templates/commonjsfiles.vm" )
130
 
131
<script type="text/javascript" charset="utf-8">
132
$(function(){
1236 vikas 133
	$('ul.product-description li').truncate({addtitle: true});
943 vikas 134
});
135
</script>
136
 
507 rajveer 137
</body>
794 rajveer 138
</html>