Subversion Repositories SmartDukaan

Rev

Rev 1799 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1778 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
	<title>Compare phones</title>
5
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
	<meta name="Description" content="$action.getPageMetaDescSnippet()" />
7
	<meta name="Keywords" content="$action.getPageMetaKeywordsSnippet()" />
8
 
9
#set($slidenames = $action.getSlideNames())
10
#set($productnames = $action.getProductNames())
11
 
12
 #set($currentUrl = $request.getRequestURL().toString()) 
13
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
14
 <link rel="canonical" href="$currentUrl" /> 
15
 #include ( "templates/commoncssfiles.vm" )  
16
 
17
#set($userinfo = $action.getUserInfo())
18
</head>
19
 
20
<body>
21
	<noscript>
22
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
23
	</noscript>
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
		        <!-- Product detail -->
34
        <div id="productDetail">
35
          <div class="top">
36
            <div class="left">
37
              <div class="right"> &nbsp; </div>
38
            </div>
39
          </div>
40
          <div class="middle">
41
            <div class="content">
42
              <div class="blockLeft">
43
                <!-- breadcrumb -->
44
                <div id="breadcrumb"><a href="#">Home</a>&nbsp;&gt; <a href="#" class="deselect">Comparison</a></div>
45
                <!-- /breadcrumb -->
46
 
47
                <div class="comparision-bc" >
48
                  <h1 id="comparision-heading">Comparison:</h1>
49
				  #foreach($productname in $productnames)
50
					#if($velocityCount != 1),&nbsp; #end <a href="#">$productname </a>
51
				  #end
52
 
53
                </div>
54
 
55
              </div>
56
              <div class="clearBoth"></div>
57
            </div>
58
          </div>
59
          <div class="bottom">
60
            <div class="left">
61
              <div class="right"> &nbsp; </div>
62
            </div>
63
          </div>
64
        </div>
65
        <!-- /Product detail -->
66
 
67
        </div>
68
		<!-- /wrapper-->
69
 
70
		<!-- sidebar-->
71
		<div id="sidebar">
72
			$action.getCustomerServiceSnippet()
73
		</div>
74
		<!-- /sidebar-->
75
		<div class="clearBoth"></div>
76
 
77
      <!-- Comparision main body  -->
78
      <div id="slideGuideContent" class="comparision-page">
79
        <div class="top">
80
          <div class="left">
81
            <div class="right">
82
              <div class="center">
83
              </div>
84
            </div>
85
          </div>
86
        </div>
87
        <div class="middle">
88
          <div id="comparision-left" >
89
            <div id="slideGuideNav">
90
              <ul id="sideNav" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
91
 
92
				#foreach($slidename in $slidenames)
93
				#set($slidenamesmall = $slidename.toLowerCase().replace(" ", ""))
94
				<li title="$slidename" class="#if($velocityCount != 1)ui-state-default #else ui-state-default ui-state-active #end ui-corner-top">
95
                  <a class="vt" href="#vtab-$slidenamesmall">
96
                    <span>$slidename</span>
97
                  </a>
98
                </li>
99
				#end
100
 
101
 
102
              </ul>
103
            </div>
104
          </div>
105
          <div id="comparision-right" class="">
106
            <h1 class='comparision-page-title'>Introduction</h1>
107
            <div class="scroller-column-$snippets.size()">
108
              <div class="column-top-grey">&nbsp;</div>
109
 
110
			   <div class="scroller-content-inner" id="scroller-main-content">
111
 
112
              <div class="comparision-product-name">
113
 
114
				#set($productsnippets =  $action.getProductSnippets())
115
				#foreach ( $snippet in $productsnippets.values() )
116
					#if($velocityCount != 1)
117
						<div class="comparision-border-inner"></div>
118
					#end
119
					$snippet
120
				#end
121
			</div>
122
 
123
				#set($snippets =  $action.getSnippets())
124
				#foreach ( $snippet in $snippets.values() )
125
					#if($velocityCount != 1)
126
						<div class="comparision-border-inner"></div>
127
					#end
128
					<div id="product-comparision" class="comparision-product-column">
129
					$snippet	
130
					</div>
131
				#end
132
 
133
				</div>
134
              <div class="column-bottom-grey">&nbsp;</div>
135
            </div>
136
          </div>
137
        </div>
138
        <div class="bottom">
139
          <div class="left">
140
            <div class="right">
141
              <div class="center">&nbsp;</div>
142
            </div>
143
          </div>
144
        </div>
145
      </div>
146
      <!-- /Comparision main body  -->	  
147
 
148
 
149
	<div class="clearBoth"></div>
150
    </div><!-- /main -->
151
 
152
	 $action.getFooterSnippet()
153
    <!-- color by color lightbox -->
154
    <div style="display: none;">
155
      <div class="colorSelLightBoxColor">
156
        <form name="frmColorSelName" method="post" action="#">
157
          <h1>Color Selector</h1>
158
          <h2>"Please choose color of product"</h2>
159
          <div class="content"></div>
160
          <div class="bigImgButton yellow-image">
161
            <input value="Continue" class="button" onclick="selectColor();" type="button" />
162
          </div>
163
          <div class="clearBoth"></div>
164
        </form>
165
      </div>
166
    </div>
167
    <!-- /color by color lightbox -->
168
	#include ( "templates/commonjsfiles.vm" )
169
<script language="javascript" type="text/javascript" src="/js/jquery.jscrollpane.js"></script>
170
    <script src="/js/jquery.colorbox-min.js"></script>
171
#if($snippets.size() > 3)
172
<script type="text/javascript" id="sourcecode">
173
      $(function() {
174
	    if ($(".scroller-column-$snippets.size()").length){
175
          $('.scroller-column-$snippets.size()').jScrollPane({showArrows: true});
176
        }
177
      });
178
</script>
179
#end
180
 
181
 
182
</body>
183
</html>