Subversion Repositories SmartDukaan

Rev

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

Rev 6866 Rev 6931
Line 33... Line 33...
33
    <script type="text/javascript">
33
    <script type="text/javascript">
34
      minPrice        = $minPrice ;
34
      minPrice        = $minPrice ;
35
      maxPrice        = $maxPrice ;
35
      maxPrice        = $maxPrice ;
36
      stepPrice       = 10;
36
      stepPrice       = 10;
37
      priceUrl		   = "$priceUrl";
37
      priceUrl		   = "$priceUrl";
-
 
38
      dynamicPriceRange = $action.getDynamicSearchMap(); 
38
    </script>
39
    </script>
39
 
40
 
40
  </head>
41
  </head>
41
  <body>
42
  <body>
42
 
43