Subversion Repositories SmartDukaan

Rev

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

Rev 1849 Rev 1921
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())
17
 
18
 
18
 
19
 
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
20
<html xmlns="http://www.w3.org/1999/xhtml">
21
<html xmlns="http://www.w3.org/1999/xhtml">
21
  <head>
22
  <head>
Line 506... Line 507...
506
 
507
 
507
    <script type="text/javascript">
508
    <script type="text/javascript">
508
      minPrice        = $minPrice ;
509
      minPrice        = $minPrice ;
509
      maxPrice        = $maxPrice ;
510
      maxPrice        = $maxPrice ;
510
      stepPrice       = 10;
511
      stepPrice       = 10;
511
      priceUrl		   = "$url";
512
      priceUrl		   = "$priceUrl";
512
    </script>
513
    </script>
513
 
514
 
514
</body>
515
</body>
515
</html>
516
</html>