Subversion Repositories SmartDukaan

Rev

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

Rev 3830 Rev 5048
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html xmlns="http://www.w3.org/1999/xhtml">
-
 
3
#set($slidenames = $action.getSlideNames())
3
<head>
4
<head>
4
	<title>Compare phones</title>
5
	<title>$action.getPageTitle()</title>
5
	<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" />
6
	<meta name="Description" content="$action.getPageMetaDescSnippet()" />
7
	<meta name="Description" content="$action.getPageDescription()" />
7
	<meta name="Keywords" content="$action.getPageMetaKeywordsSnippet()" />
8
	<meta name="Keywords" content="$action.getKeywords()" />
8
 
9
 
9
#set($slidenames = $action.getSlideNames())
-
 
10
#set($productids = $action.getProductList())
10
#set($productids = $action.getProductList())
11
#set($productnames = $action.getProductNames())
11
#set($productnames = $action.getProductNames())
12
#set($slidenameimportancemap = $action.getSlideNameImportanceMap())
12
#set($slidenameimportancemap = $action.getSlideNameImportanceMap())
13
#set($productslidescores = $action.getProductSlideScores())
13
#set($productslidescores = $action.getProductSlideScores())
14
#set($importances = $action.getImportances())
14
#set($importances = $action.getImportances())