Subversion Repositories SmartDukaan

Rev

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

<!DOCTYPE html PUBLIC 
    "-//W3C//DTD XHTML 1.1 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style>

* { font-family: Verdana;}
label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
.textarea {width: 400px; height: 200px}

</style>

<title>Show $action.getId()</title>
</head>
#set ( $specialPage = $action.getSpecialPage() )
<body>
    <span style="font-weight: bold; padding-right: 1em; vertical-align: top; font-family: verdana,geneva;">$specialPage.getDisplayName()</span>
    <p></p>
    Description:- $specialPage.getDescription()
    <p></p>
    Prime URL:- $specialPage.getPrimeURL()
    <p></p>
    Saholic URL:- $specialPage.getSaholicURL()
    <p></p>
    SearchQuery:- $specialPage.getSearchQuery()
    <p></p>
    Page Title:- $specialPage.getPageTitle()
    <p></p>
    MetaDescription:- $specialPage.getMetaDescription()
    <p></p>
    MetaKeywords:- $specialPage.getMetaKeywords()
    <p></p>
</body>
</html>