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