| 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" />
|
- |
|
| 33 |
#include ( "templates/commoncssfiles.vm" )
|
30 |
#include ( "templates/commoncssfiles.vm" )
|
| 34 |
<link rel="stylesheet" href="/css/jquery-ui-1.8.6.custom.css" type="text/css" media="all" />
|
31 |
<link rel="stylesheet" href="/css/jquery-ui-1.8.6.custom.css" type="text/css" media="all" />
|
| 35 |
<script type="text/javascript">
|
32 |
<script type="text/javascript">
|
| 36 |
minPrice = $minPrice ;
|
33 |
minPrice = $minPrice ;
|
| 37 |
maxPrice = $maxPrice ;
|
34 |
maxPrice = $maxPrice ;
|