Subversion Repositories SmartDukaan

Rev

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

Rev 1372 Rev 1688
Line 25... Line 25...
25
    <!-- Prevent MS Office toolbar from changing layout -->
25
    <!-- Prevent MS Office toolbar from changing layout -->
26
    <meta http-equiv="imagetoolbar" content="false" />
26
    <meta http-equiv="imagetoolbar" content="false" />
27
    <meta name="MSSmartTagsPreventParsing" content="true" />
27
    <meta name="MSSmartTagsPreventParsing" content="true" />
28
    <title>Saholic</title>
28
    <title>Saholic</title>
29
 
29
 
-
 
30
     #set($currentUrl = $request.getRequestURL().toString()) 
-
 
31
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
32
 <link rel="canonical" href="$currentUrl" /> 
30
    #include ( "templates/commoncssfiles.vm" )
33
 #include ( "templates/commoncssfiles.vm" )  
31
	<link rel="stylesheet" href="/css/jquery-ui-1.8.6.custom.css" type="text/css" media="all" />
34
	<link rel="stylesheet" href="/css/jquery-ui-1.8.6.custom.css" type="text/css" media="all" />
32
    <script type="text/javascript">
35
    <script type="text/javascript">
33
      minPrice        = $minPrice ;
36
      minPrice        = $minPrice ;
34
      maxPrice        = $maxPrice ;
37
      maxPrice        = $maxPrice ;
35
      stepPrice       = 10;
38
      stepPrice       = 10;