Subversion Repositories SmartDukaan

Rev

Rev 5275 | Rev 5572 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5228 amit.gupta 1
#set($totalItems  = $action.getTotalItems())
2
#set($beginIndex  = $action.getBeginIndex())
3
 
4
#set($endIndex  = $action.getBeginIndex() + 19 )
5
#if($totalItems <= $endIndex)
6
  #set($endIndex = $totalItems)
7
#end
8
#set($totalPages = $action.getTotalPages())
9
#set($snippets  = $action.getSnippets())
10
#set($currentPage  = $action.getCurrentPage())
11
 
12
 
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
14
<html xmlns="http://www.w3.org/1999/xhtml">
15
  <head>
16
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
17
    <!-- Prevent MS Office toolbar from changing layout -->
18
    <meta http-equiv="imagetoolbar" content="false" />
19
    <meta name="MSSmartTagsPreventParsing" content="true" />
20
	<meta name="description" content="Coming soon in Saholic.com. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty. Comprehensive reviews." />
21
	<meta name="keywords" content="best deals mobile phones, buy mobile phones, mobile phone prices, mobile phones India" />
22
    <title>Coming Soon | Saholic.com</title>
23
 
24
 
25
 #include ( "templates/commoncssfiles.vm" )  
5542 amar.kumar 26
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
5228 amit.gupta 27
  </head>
28
  <body>
29
 
30
    <noscript>
31
      <p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
32
    </noscript>
33
 
34
	$action.getHeaderSnippet()			
35
 
36
	<!-- Main -->
37
<div id="main">
38
	<div class="main-content">
39
		<div class="main-top">
40
			<div class="bread-crumbs">
41
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
42
				<a href="#">Coming Soon</a>
43
			</div>
44
		</div>
45
		<div class="main-left left">
46
		<!-- tab buttons -->
47
 
48
 
49
        <div class="main-left-banner">
50
            <script type='text/javascript'><!--//<![CDATA[
51
               var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
52
               var m3_r = Math.floor(Math.random()*99999999999);
53
               if (!document.MAX_used) document.MAX_used = ',';
54
               document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
55
               document.write ("?zoneid=3");
56
               document.write ('&amp;cb=' + m3_r);
57
               if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
58
               document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
59
               document.write ("&amp;loc=" + escape(window.location));
60
               if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
61
               if (document.context) document.write ("&context=" + escape(document.context));
62
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
63
               document.write ("'><\/scr"+"ipt>");
64
            //]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a5510443&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=3&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a5510443' border='0' alt='' /></a></noscript>
65
		</div>
66
 
67
        <!-- Best Deals -->
68
        <div id="productListing">
69
 
5275 amit.gupta 70
 
5228 amit.gupta 71
          <div class="middle">
72
            <div class="content blue-border">
5275 amit.gupta 73
				<!-- Empty Coming soon. -->
74
			#if ($totalItems==0)
75
			<div class="mid-inner">
76
        		<!-- empty cart -->
77
        		<div id="emptyCart">
78
        			<p>
79
        				There are currently no new products coming in the next 2 weeks.
80
        			</p>
81
 
82
        			<br>
83
        		</div>		
84
			</div>
85
 
86
			#else
5228 amit.gupta 87
              <!-- productListTop -->
88
              <div class="productListTop">
89
                <div class="pagination2">
90
                  <ul class="pagination">
91
										#if($currentPage == 1)
92
                    <li class="pager-previous">
93
                      <span class="current prev">Prev</span>
94
                    </li>
95
										#else
96
											#set($prev = $currentPage-1)
97
                    <li class="pager-previous">
98
                      <a href="./${prev}" class="current prev">Prev</a>
99
                    </li>
100
										#end	
101
 
102
 
103
										#set( $begin = 1 )
104
										#set( $end = 1 )
105
										#if($totalPages <= 5)
106
											#set( $begin = 1 )
107
											#set( $end = $totalPages )
108
										#else
109
											#if($currentPage <= 3)
110
												#set( $begin = 1 )
111
												#set( $end = 5 )
112
											#else
113
												#set( $begin = $currentPage - 2 )
114
    											#set( $end = $currentPage + 2 )
115
												#if( $end > $totalPages)
116
													#set( $end = $totalPages)
117
													#set( $begin = $end - 4 )
118
												#end
119
											#end	
120
										#end	
121
										#set( $pages = [$begin..$end] )
122
 
123
										#foreach( $pageId in $pages )
124
											#if($currentPage == $pageId)
125
                    <li class="pager-item">
126
                      <span class="current">$pageId</span>
127
                    </li>
128
                                            #else
129
                    <li class="pager-item">
130
                      <a href="./$pageId">$pageId</a>	
131
                    </li>
132
										    #end
133
										#end
134
 
135
										#if($currentPage == $totalPages)
136
                    <li class="pager-next">
137
                      <span class="current next">Next</span>
138
                    </li>
139
										#else
140
											#set($next = $currentPage+1)
141
                    <li class="pager-next">
142
                      <a href="./${next}" class="current next">Next</a>
143
                    </li>
144
										#end
145
                  </ul>
146
                </div>
147
 
148
                <div class="productListResult"> $beginIndex to $endIndex of <span class="resultLimit"> $totalItems </span>coming soon items</div>                                
149
                <div class="clearBoth"></div>
150
              </div>
151
              <!-- /productListTop -->
152
 
153
 
154
              <!-- productListCenter -->
155
              <div id="productListingContent">
156
                <ul class="deal-items best-deals-page-items">
157
				  #if($snippets && $snippets.size()!=0)
158
                  #set( $isLeft = 0 )
159
                  #foreach ( $entity in $snippets )
160
                  <li
161
                    #if( $isLeft == 0 ) 
162
                            	 class="floatLeft"
163
                            	#set($isLeft = 1)	
164
                    #else
165
                            	class="floatRight"
166
                            	#set($isLeft = 0)	
167
                    #end		
168
                    >
169
                    $entity
170
                 </li>
171
				  #end
172
				  #end
173
              </ul>
174
 
175
              <div class="clearBoth"></div>
176
 
177
            </div>
178
            <!-- /productListCenter -->
179
 
180
 
181
            <!-- productListBottom -->
182
            <div class="productListBottom">
183
              <div class="pagination2">
184
                <ul class="pagination">
185
                  #if($currentPage == 1)
186
                  <li class="pager-previous">
187
                    <span class="current prev">Prev</span>
188
                  </li>
189
										#else
190
											#set($prev = $currentPage-1)
191
                  <li class="pager-previous">
192
                    <a href="./${prev}" class="current prev">Prev</a>
193
                  </li>
194
										#end	
195
 
196
										#foreach( $pageId in $pages )
197
										#if($currentPage == $pageId)
198
                  <li class="pager-item">
199
                    <span class="current">$pageId</span>
200
                  </li>
201
										#else
202
                  <li class="pager-item">
203
                    <a href="./$pageId">$pageId</a>	
204
                  </li>
205
										#end
206
										#end
207
 
208
										#if($currentPage == $totalPages)
209
                  <li class="pager-next">
210
                    <span class="current next">Next</span>
211
                  </li>
212
										#else
213
											#set($next = $currentPage+1)
214
                  <li class="pager-next">
215
                    <a href="./${next}" class="current next">Next</a>
216
                  </li>
217
										#end
218
                </ul>
219
              </div>	
220
            </div>
221
            <!-- /productListBottom -->      
5275 amit.gupta 222
			    #end
5228 amit.gupta 223
            <div class="clearBoth"></div>
224
          </div>
225
 
5275 amit.gupta 226
 
227
			  </div>
5228 amit.gupta 228
 
229
      </div>
230
      <!-- /Best Sellers -->
231
 
232
		</div>
233
		<!-- Widgets -->
234
		<div class="widgets right">
235
			$action.getCartWidgetSnippet()
236
			<div id="myresearch" class="common-widget">
237
                #include("templates/myresearch.vm")
238
			</div>
239
			<div id="browsehistory" class="common-widget">
240
                #include("templates/browsehistory.vm")
241
			</div>
242
		</div>
243
		<!-- /Widgets -->
244
 
245
	</div>
246
</div>
247
<!-- /Main -->
248
 
249
 
250
 
251
  <!-- footer -->
252
  #include("templates/footer.vm")
253
  <!-- /footer -->
254
 
255
 
256
  <!-- color by color lightbox -->
257
  <div style="display:none;">
258
    <div class="colorSelLightBoxColor">
259
      <form name="frmColorSelName" method="post" action="#">
260
        <h1>Color Selector</h1>
261
        <h2>"Please choose color of product"</h2>
262
 
263
        <div class="content"></div>
264
 
265
        <div class="bigImgButton yellow-image">
266
                <input value="Continue" type="button" class="button" onclick="selectColor();" />
267
        </div>
268
        <div class="clearBoth"></div>
269
 
270
      </form>
271
    </div>
272
  </div>
273
  <!-- /color by color lightbox -->
274
 
275
    #include ( "templates/commonjsfiles.vm" )
276
 
277
</body>
278
</html>
279