Subversion Repositories SmartDukaan

Rev

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

Rev 2768 Rev 2838
Line 16... Line 16...
16
 
16
 
17
</style>
17
</style>
18
 
18
 
19
<title>Show $action.getId()</title>
19
<title>Show $action.getId()</title>
20
</head>
20
</head>
21
#set ( $brand = $action.getBrand() )
21
#set ( $specialPage = $action.getSpecialPage() )
22
<body>
22
<body>
23
    <span style="font-weight: bold; padding-right: 1em; vertical-align: top; font-family: verdana,geneva;">$brand.getDisplayName()</span>
23
    <span style="font-weight: bold; padding-right: 1em; vertical-align: top; font-family: verdana,geneva;">$specialPage.getDisplayName()</span>
24
    <p></p>
24
    <p></p>
25
    Description:- $brand.getDescription()
25
    Description:- $specialPage.getDescription()
26
    <p></p>
26
    <p></p>
27
    Prime URL:- $brand.getPrimeURL()
27
    Prime URL:- $specialPage.getPrimeURL()
28
    <p></p>
28
    <p></p>
29
    Saholic URL:- $brand.getSaholicURL()
29
    Saholic URL:- $specialPage.getSaholicURL()
30
    <p></p>
30
    <p></p>
31
    SearchQuery:- $brand.getSearchQuery()
31
    SearchQuery:- $specialPage.getSearchQuery()
32
    <p></p>
32
    <p></p>
33
    Page Title:- $brand.getPageTitle()
33
    Page Title:- $specialPage.getPageTitle()
34
    <p></p>
34
    <p></p>
35
    MetaDescription:- $brand.getMetaDescription()
35
    MetaDescription:- $specialPage.getMetaDescription()
36
    <p></p>
36
    <p></p>
37
    MetaKeywords:- $brand.getMetaKeywords()
37
    MetaKeywords:- $specialPage.getMetaKeywords()
38
    <p></p>
38
    <p></p>
39
</body>
39
</body>
40
</html>
40
</html>
41
41