Subversion Repositories SmartDukaan

Rev

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

Rev 5625 Rev 5745
Line 15... Line 15...
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
#set($priceUrl = $action.getPriceUrl())
18
#set($sortUrl = $action.getSortUrl())
18
#set($sortUrl = $action.getSortUrl())
19
#set($sortOrder = $action.getSortOrder())
19
#set($sortOrder = $action.getSortOrder())
-
 
20
#set($query = $action.getQuery())
20
 
21
 
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml">
23
<html xmlns="http://www.w3.org/1999/xhtml">
23
  <head>
24
  <head>
24
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
25
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Line 391... Line 392...
391
 
392
 
392
    <script src="/js/priceSlider.js" type="text/javascript"></script>
393
    <script src="/js/priceSlider.js" type="text/javascript"></script>
393
 
394
 
394
	<script type="text/javascript" charset="utf-8">
395
	<script type="text/javascript" charset="utf-8">
395
        $(function(){
396
        $(function(){
-
 
397
						 $('#query').val("$query");
396
                        $('div.productDesp li').truncate({addtitle: true});
398
                        $('div.productDesp li').truncate({addtitle: true});
397
        });
399
        });
398
    </script>
400
    </script>
399
  </body>
401
  </body>
400
</html>
402
</html>