Subversion Repositories SmartDukaan

Rev

Rev 5941 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5941 Rev 7555
Line 4... Line 4...
4
<head>
4
<head>
5
	<title>$action.getPageTitle()</title>
5
	<title>$action.getPageTitle()</title>
6
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
	<meta name="Description" content="$action.getPageDescription()" />
7
	<meta name="Description" content="$action.getPageDescription()" />
8
	<meta name="Keywords" content="$action.getKeywords()" />
8
	<meta name="Keywords" content="$action.getKeywords()" />
-
 
9
	<link rel="stylesheet" href="/css/comparision.css" type="text/css" />
9
 
10
 
10
#set($productnames = $action.getProductNames())
11
#set($productnames = $action.getProductNames())
11
#set($productids = $action.getProductList())
12
#set($productids = $action.getProductList())
12
#set($totalCount = $action.getProductList().size())
13
#set($totalCount = $action.getProductList().size())
13
#set($slidenameimportancemap = $action.getSlideNameImportanceMap())
14
#set($slidenameimportancemap = $action.getSlideNameImportanceMap())