Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | 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 -->
7
<meta http-equiv="imagetoolbar" content="false">
8
<meta name="MSSmartTagsPreventParsing" content="true">
990 vikas 9
<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." />	
989 vikas 10
<meta name="keywords" content="Mobile Phone Reviews and Best Deals in India, Saholic.com" />
507 rajveer 11
 
974 vikas 12
<title>Mobile Phone Reviews and Best Deals in India | Saholic.com</title>
507 rajveer 13
 
568 rajveer 14
#include ( "templates/commoncssfiles.vm" )
762 rajveer 15
<link rel="stylesheet" href="/css/colorbox.css"> 
16
<link rel="stylesheet" href="/css/lightbox_inline.css"> 
637 rajveer 17
 
507 rajveer 18
</head>
19
 
20
<body>
637 rajveer 21
<noscript>
22
	<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
23
</noscript>
507 rajveer 24
 
25
	$action.getHeaderSnippet()			
26
     <!-- Wrapper start -->
27
	<div id="main">
28
		$action.getMainMenuSnippet()
29
		$action.getSearchBarSnippet()
30
 
31
		<!-- wrapper-->
32
		<div id="wrapper">
33
			$action.getMainBannerSnippet()
34
			<!-- sub wrapper -->
35
			<div id="subWrapper">
36
			<!-- products -->
37
			<div id="products">
38
			$action.getBestDealsSnippet()
39
			$action.getLatestArrivalsSnippet()
40
			$action.getBestSellersSnippet()
41
			</div>
42
			</div>
43
			<!-- /sub wrapper -->
44
        </div>
45
		<!-- /wrapper-->
46
 
47
		<!-- sidebar-->
48
		<div id="sidebar">
49
			$action.getCustomerServiceSnippet()
50
			$action.getMyResearchSnippet()
51
			$action.getBrowseHistorySnippet()
52
			<div style="clear:both;padding:2px;">&nbsp;</div>
53
		</div>
54
		<!-- /sidebar-->
55
 
56
   		<div class="clearBoth"></div>
57
    </div><!-- /main -->
58
 
59
	 $action.getFooterSnippet()
60
 
762 rajveer 61
<!-- color by color lightbox -->
62
<div style="display:none;">
63
	<div class="colorSelLightBoxColor">
64
		<form name="frmColorSelName" method="post" action="#">
65
			<h1>Color Selector</h1>
66
			<h2>"Please choose color of product"</h2>
67
 
68
			<div class="content"></div>
69
 
794 rajveer 70
			<div class="bigImgButton yellow-image">
762 rajveer 71
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
72
			</div>
73
			<div class="clearBoth"></div>
74
 
75
		</form>
76
	</div>
77
</div>
78
<!-- /color by color lightbox -->
79
 
943 vikas 80
#include ( "templates/commonjsfiles.vm" )
81
<script language="javascript" type="text/javascript" src="/js/jquery.colorbox-min.js"></script>
82
 
83
<script type="text/javascript" charset="utf-8">
84
$(function(){
85
	$('ul.product-description li').textOverflow();
86
});
87
</script>
88
 
507 rajveer 89
</body>
794 rajveer 90
</html>