| 2768 |
mandeep.dh |
1 |
<!DOCTYPE html PUBLIC
|
|
|
2 |
"-//W3C//DTD XHTML 1.1 Transitional//EN"
|
|
|
3 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
4 |
|
|
|
5 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
6 |
<head>
|
|
|
7 |
<style>
|
|
|
8 |
|
|
|
9 |
* { font-family: Verdana;}
|
|
|
10 |
label { width: 10em; float: left; }
|
|
|
11 |
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
|
|
|
12 |
p { clear: both; }
|
|
|
13 |
.submit { margin-left: 12em; }
|
|
|
14 |
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
|
|
|
15 |
.textarea {width: 400px; height: 200px}
|
|
|
16 |
|
|
|
17 |
</style>
|
|
|
18 |
|
|
|
19 |
<title>Show $action.getId()</title>
|
|
|
20 |
</head>
|
|
|
21 |
#set ( $brand = $action.getBrand() )
|
|
|
22 |
<body>
|
|
|
23 |
<span style="font-weight: bold; padding-right: 1em; vertical-align: top; font-family: verdana,geneva;">$brand.getDisplayName()</span>
|
|
|
24 |
<p></p>
|
|
|
25 |
Description:- $brand.getDescription()
|
|
|
26 |
<p></p>
|
|
|
27 |
Prime URL:- $brand.getPrimeURL()
|
|
|
28 |
<p></p>
|
|
|
29 |
Saholic URL:- $brand.getSaholicURL()
|
|
|
30 |
<p></p>
|
|
|
31 |
SearchQuery:- $brand.getSearchQuery()
|
|
|
32 |
<p></p>
|
|
|
33 |
Page Title:- $brand.getPageTitle()
|
|
|
34 |
<p></p>
|
|
|
35 |
MetaDescription:- $brand.getMetaDescription()
|
|
|
36 |
<p></p>
|
|
|
37 |
MetaKeywords:- $brand.getMetaKeywords()
|
|
|
38 |
<p></p>
|
|
|
39 |
</body>
|
|
|
40 |
</html>
|