Subversion Repositories SmartDukaan

Rev

Rev 1778 | Rev 1806 | Go to most recent revision | Details | Compare with Previous | 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 -->
1799 rajveer 34
        <div id="productDetail" class="comparision-page-content">
1778 rajveer 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" >
1799 rajveer 48
                  <div class="comparision-bc-left">
1778 rajveer 49
                  <h1 id="comparision-heading">Comparison:</h1>
1799 rajveer 50
                  </div>
51
                  <div class="comparision-bc-right">
1778 rajveer 52
				  #foreach($productname in $productnames)
1799 rajveer 53
					#if($velocityCount != 1),&nbsp; #end $productname
1778 rajveer 54
				  #end
1799 rajveer 55
				  </div>
1778 rajveer 56
                </div>
57
 
58
              </div>
59
              <div class="clearBoth"></div>
60
            </div>
61
          </div>
62
          <div class="bottom">
63
            <div class="left">
64
              <div class="right"> &nbsp; </div>
65
            </div>
66
          </div>
67
        </div>
68
        <!-- /Product detail -->
69
 
70
        </div>
71
		<!-- /wrapper-->
72
 
73
		<!-- sidebar-->
74
		<div id="sidebar">
75
			$action.getCustomerServiceSnippet()
76
		</div>
77
		<!-- /sidebar-->
78
		<div class="clearBoth"></div>
79
 
80
      <!-- Comparision main body  -->
81
      <div id="slideGuideContent" class="comparision-page">
82
        <div class="top">
83
          <div class="left">
84
            <div class="right">
85
              <div class="center">
86
              </div>
87
            </div>
88
          </div>
89
        </div>
90
        <div class="middle">
91
          <div id="comparision-left" >
92
            <div id="slideGuideNav">
93
              <ul id="sideNav" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
94
 
95
				#foreach($slidename in $slidenames)
96
				#set($slidenamesmall = $slidename.toLowerCase().replace(" ", ""))
97
				<li title="$slidename" class="#if($velocityCount != 1)ui-state-default #else ui-state-default ui-state-active #end ui-corner-top">
98
                  <a class="vt" href="#vtab-$slidenamesmall">
99
                    <span>$slidename</span>
100
                  </a>
101
                </li>
102
				#end
103
 
104
 
105
              </ul>
106
            </div>
107
          </div>
108
          <div id="comparision-right" class="">
109
            <h1 class='comparision-page-title'>Introduction</h1>
110
            <div class="scroller-column-$snippets.size()">
111
              <div class="column-top-grey">&nbsp;</div>
112
 
113
			   <div class="scroller-content-inner" id="scroller-main-content">
114
 
115
              <div class="comparision-product-name">
116
 
117
				#set($productsnippets =  $action.getProductSnippets())
118
				#foreach ( $snippet in $productsnippets.values() )
119
					#if($velocityCount != 1)
120
						<div class="comparision-border-inner"></div>
121
					#end
122
					$snippet
123
				#end
124
			</div>
125
 
126
				#set($snippets =  $action.getSnippets())
127
				#foreach ( $snippet in $snippets.values() )
128
					#if($velocityCount != 1)
129
						<div class="comparision-border-inner"></div>
130
					#end
131
					<div id="product-comparision" class="comparision-product-column">
132
					$snippet	
133
					</div>
134
				#end
135
 
136
				</div>
137
              <div class="column-bottom-grey">&nbsp;</div>
138
            </div>
139
          </div>
140
        </div>
141
        <div class="bottom">
142
          <div class="left">
143
            <div class="right">
144
              <div class="center">&nbsp;</div>
145
            </div>
146
          </div>
147
        </div>
148
      </div>
149
      <!-- /Comparision main body  -->	  
150
 
151
 
152
	<div class="clearBoth"></div>
153
    </div><!-- /main -->
154
 
155
	 $action.getFooterSnippet()
156
    <!-- color by color lightbox -->
157
    <div style="display: none;">
158
      <div class="colorSelLightBoxColor">
159
        <form name="frmColorSelName" method="post" action="#">
160
          <h1>Color Selector</h1>
161
          <h2>"Please choose color of product"</h2>
162
          <div class="content"></div>
163
          <div class="bigImgButton yellow-image">
164
            <input value="Continue" class="button" onclick="selectColor();" type="button" />
165
          </div>
166
          <div class="clearBoth"></div>
167
        </form>
168
      </div>
169
    </div>
170
    <!-- /color by color lightbox -->
171
	#include ( "templates/commonjsfiles.vm" )
172
<script language="javascript" type="text/javascript" src="/js/jquery.jscrollpane.js"></script>
173
    <script src="/js/jquery.colorbox-min.js"></script>
174
#if($snippets.size() > 3)
175
<script type="text/javascript" id="sourcecode">
176
      $(function() {
177
	    if ($(".scroller-column-$snippets.size()").length){
178
          $('.scroller-column-$snippets.size()').jScrollPane({showArrows: true});
179
        }
180
      });
181
</script>
182
#end
183
 
184
 
185
</body>
186
</html>