Subversion Repositories SmartDukaan

Rev

Rev 2320 | Rev 2868 | 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
 
35
<div id="main">
36
	$action.getMainMenuSnippet()
37
	$action.getSearchBarSnippet()
38
 
39
		<!-- wrapper-->
40
		<div id="wrapper">
41
			<div id="productDetail">
42
              <div class="top">
43
                <div class="left">
44
                  <div class="right"> &nbsp; </div>
45
                </div>
46
              </div>
47
              <div class="middle">
48
                <div class="content">
49
                  <form action="" method="post" name="frmProductDetail" id="frmProductDetail">
50
                    <div class="blockLeft">
51
                      <!-- breadcrumb -->
52
                      <div id="breadcrumb"> <a href="/">Home</a>&nbsp;&gt; <a class="deselect" href="#">Glossary </a> </div>
53
                      <!-- /breadcrumb -->
54
                      <h1 id="productHeading">Glossary</h1>
55
                    </div>
56
                    <div class="padding_topbottom">&nbsp;</div>
57
                  </form>
58
                  <div class="clearBoth"></div>
59
                </div>
60
              </div>
61
              <div class="bottom">
62
            	<div class="left">
63
            		<div class="right"> &nbsp; </div>
64
            	</div>
65
              </div>
66
            </div>
67
		</div>
68
		<!-- /wrapper-->
69
 
70
		<!-- sidebar-->
71
		<div id="sidebar">
72
			$action.getCustomerServiceSnippet()
73
		</div>
74
		<!-- /sidebar-->
75
 
76
  <div class="clearBoth"></div>
77
 
78
 
79
<div id="registration">
80
  <div class="top">
81
    <div class="left">
82
      <div class="right"> &nbsp; </div>
83
    </div>
84
  </div>
85
  <div class="middle">
86
	<div class="glossarycontainer">
87
		<div>
88
			#if($action.getDefinition()=="")
89
				<span class="title">Mobile terms glossary</span>
90
			#else
91
				$action.getDefinition()
92
			#end
93
		</div>
94
		<div class="toccontainer">
2436 rajveer 95
               #set($items =  $action.getItems())
96
				#if($items && $items.size() >  0)
97
				<h3 style="padding-top: 15px;">Related Mobiles</h3>
98
				<hr size=1/> 
99
				#foreach ( $entry in $items.entrySet() )
100
					  #if($velocityCount == 1)  #else | #end
101
					  <a href="$entry.getValue()">$entry.getKey()</a>
102
				#end
103
				#end
2320 rajveer 104
			$action.getGlossary()
105
		</div>
106
	</div>
107
  </div>
108
  <div class="bottom">
109
    <div class="left">
110
      <div class="right"> &nbsp; </div>
111
    </div>
112
  </div>
113
</div>
114
 
115
</div><!-- /main -->
116
$action.getFooterSnippet()
117
 
118
#include ( "templates/commonjsfiles.vm" )
119
</body>
120
</html>