Subversion Repositories SmartDukaan

Rev

Rev 2768 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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>
2838 mandeep.dh 21
#set ( $specialPage = $action.getSpecialPage() )
2768 mandeep.dh 22
<body>
2838 mandeep.dh 23
    <span style="font-weight: bold; padding-right: 1em; vertical-align: top; font-family: verdana,geneva;">$specialPage.getDisplayName()</span>
2768 mandeep.dh 24
    <p></p>
2838 mandeep.dh 25
    Description:- $specialPage.getDescription()
2768 mandeep.dh 26
    <p></p>
2838 mandeep.dh 27
    Prime URL:- $specialPage.getPrimeURL()
2768 mandeep.dh 28
    <p></p>
2838 mandeep.dh 29
    Saholic URL:- $specialPage.getSaholicURL()
2768 mandeep.dh 30
    <p></p>
2838 mandeep.dh 31
    SearchQuery:- $specialPage.getSearchQuery()
2768 mandeep.dh 32
    <p></p>
2838 mandeep.dh 33
    Page Title:- $specialPage.getPageTitle()
2768 mandeep.dh 34
    <p></p>
2838 mandeep.dh 35
    MetaDescription:- $specialPage.getMetaDescription()
2768 mandeep.dh 36
    <p></p>
2838 mandeep.dh 37
    MetaKeywords:- $specialPage.getMetaKeywords()
2768 mandeep.dh 38
    <p></p>
39
</body>
40
</html>