Subversion Repositories SmartDukaan

Rev

Rev 3830 | Rev 5179 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2320 rajveer 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">
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
<meta name="keywords" content="Glossary, Saholic.com" />
5101 varun.gupt 6
#if($action.getTitle())
7
	#set($title = "What is " + $action.getTitle())
8
#else
9
	#set($title = "Glossary | Saholic.com")
10
#end
11
<title>$title</title>
2320 rajveer 12
 
13
 #include ( "templates/commoncssfiles.vm" )
14
<style type="text/css">
15
 
16
.glossarycontent {
17
	margin-top: 5px;
18
}
19
.glossarycontent li {
20
	margin-left: 20px;
21
}
22
.glossarycontainer {
23
	padding: 20px 60px 20px 60px;
24
}
25
.toccontainer {
26
	padding: 10px 0px 10px 0px;
27
}
28
.title {
29
	font-weight: bold; padding-right: 1em; vertical-align: top; font-family: verdana,geneva;
30
}
31
</style>
32
</head>
33
 
34
<body>
35
<noscript>
36
	<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
37
</noscript>
38
$action.getHeaderSnippet()
39
 
3830 chandransh 40
 
2320 rajveer 41
<div id="main">
3830 chandransh 42
	<div class="main-content">
43
		<div class="main-top">
44
			<div class="bread-crumbs">
45
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
46
				<a href="#">Glossary</a>
47
			</div>
2320 rajveer 48
		</div>
3830 chandransh 49
		<div class="main-left left blue-border">
50
 
51
        <div id="registration">
52
          <div class="middle">
53
        	<div class="glossarycontainer">
54
        		<div>
55
        			#if($action.getDefinition()=="")
56
        				<span class="title">Mobile terms glossary</span>
57
        			#else
58
        				$action.getDefinition()
59
        			#end
60
        		</div>
61
        		<div class="toccontainer">
62
                       #set($items =  $action.getItems())
63
        				#if($items && $items.size() >  0)
64
        				<h3 style="padding-top: 15px;">Related Mobiles</h3>
65
        				<hr size=1/> 
66
        				#foreach ( $entry in $items.entrySet() )
67
        					  #if($velocityCount == 1)  #else | #end
68
        					  <a href="$entry.getValue()">$entry.getKey()</a>
69
        				#end
70
        				#end
71
        			$action.getGlossary()
72
        		</div>
73
        	</div>
74
          </div>
75
        </div>
2320 rajveer 76
 
77
		</div>
3830 chandransh 78
		<!-- Widgets -->
79
		<div class="widgets right">
80
			$action.getCartWidgetSnippet()
81
			<div id="myresearch" class="common-widget">
82
                #include("templates/myresearch.vm")
83
			</div>
84
			<div id="browsehistory" class="common-widget">
85
                #include("templates/browsehistory.vm")
86
			</div>
87
		</div>
88
		<!-- /Widgets -->
2320 rajveer 89
 
90
		</div>
91
</div>
3830 chandransh 92
<!-- /Main -->
2320 rajveer 93
 
2868 rajveer 94
#include("templates/footer.vm")
2320 rajveer 95
 
96
#include ( "templates/commonjsfiles.vm" )
97
</body>
98
</html>