Subversion Repositories SmartDukaan

Rev

Rev 1688 | Rev 1921 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1849
Line 12... Line 12...
12
#set( $endIndex = $totalItems )
12
#set( $endIndex = $totalItems )
13
#end
13
#end
14
#set($totalPages = $action.getTotalPages())
14
#set($totalPages = $action.getTotalPages())
15
#set($currentPage  = $action.getCurrentPage())
15
#set($currentPage  = $action.getCurrentPage())
16
#set($url = $action.getUrl())
16
#set($url = $action.getUrl())
17
#set($priceUrl = $action.getPriceUrl())
-
 
18
 
17
 
19
 
18
 
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
21
<html xmlns="http://www.w3.org/1999/xhtml">
20
<html xmlns="http://www.w3.org/1999/xhtml">
22
  <head>
21
  <head>
Line 157... Line 156...
157
                  #foreach ( $crumb in $crumbs )
156
                  #foreach ( $crumb in $crumbs )
158
                  <div id="filterTalkTime">
157
                  <div id="filterTalkTime">
159
                    <span class="sectionHeader">$crumb.get(0):</span>
158
                    <span class="sectionHeader">$crumb.get(0):</span>
160
                    <span class="filterContent">
159
                    <span class="filterContent">
161
                      <span class="filterOption">$crumb.get(1)</span>
160
                      <span class="filterOption">$crumb.get(1)</span>
162
                      <span class="filterClose"><a href="?$crumb.get(2)">[X]</a></span>
161
                      <span class="filterClose"><a href="$crumb.get(2)">[X]</a></span>
163
                    </span>
162
                    </span>
164
                  </div>
163
                  </div>
165
    					#end
164
    					#end
166
                </div>
165
                </div>
167
					#end
166
					#end
Line 507... Line 506...
507
 
506
 
508
    <script type="text/javascript">
507
    <script type="text/javascript">
509
      minPrice        = $minPrice ;
508
      minPrice        = $minPrice ;
510
      maxPrice        = $maxPrice ;
509
      maxPrice        = $maxPrice ;
511
      stepPrice       = 10;
510
      stepPrice       = 10;
512
      priceUrl		   = "$priceUrl";
511
      priceUrl		   = "$url";
513
    </script>
512
    </script>
514
 
513
 
515
</body>
514
</body>
516
</html>
515
</html>