Subversion Repositories SmartDukaan

Rev

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