| 3019 |
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 |
<title>$action.getProductName()</title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
6 |
#include ( "templates/commoncssfiles.vm" )
|
|
|
7 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
8 |
|
|
|
9 |
</head>
|
|
|
10 |
|
|
|
11 |
<body>
|
|
|
12 |
<noscript>
|
|
|
13 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
14 |
</noscript>
|
|
|
15 |
|
|
|
16 |
$action.getHeaderSnippet()
|
|
|
17 |
<!-- Wrapper start -->
|
|
|
18 |
<div id="main">
|
|
|
19 |
#include("templates/mainmenu.vm")
|
|
|
20 |
$action.getSearchBarSnippet()
|
|
|
21 |
|
|
|
22 |
<!-- wrapper-->
|
|
|
23 |
<div id="wrapper">
|
|
|
24 |
<!-- Product detail -->
|
|
|
25 |
<div id="productDetail">
|
|
|
26 |
<div class="top">
|
|
|
27 |
<div class="left">
|
|
|
28 |
<div class="right"> </div>
|
|
|
29 |
</div>
|
|
|
30 |
</div>
|
|
|
31 |
<div class="middle">
|
|
|
32 |
<div class="content">
|
|
|
33 |
<form id="frmProductDetail" name="frmProductDetail" method="post" action="">
|
|
|
34 |
<div class="blockLeft">
|
|
|
35 |
<!-- breadcrumb -->
|
|
|
36 |
<div id="breadcrumb"> <a href="/home">Home</a> > <a href="#" class="deselect">After Sales</a></div>
|
|
|
37 |
<!-- /breadcrumb -->
|
|
|
38 |
<h1 id="productHeading">$action.getProductName()</h1>
|
|
|
39 |
</div>
|
|
|
40 |
<div class="padding_topbottom"> </div>
|
|
|
41 |
</form>
|
|
|
42 |
<div class="clearBoth"></div>
|
|
|
43 |
</div>
|
|
|
44 |
</div>
|
|
|
45 |
<div class="bottom">
|
|
|
46 |
<div class="left">
|
|
|
47 |
<div class="right"> </div>
|
|
|
48 |
</div>
|
|
|
49 |
</div>
|
|
|
50 |
</div>
|
|
|
51 |
<!-- /Product detail -->
|
|
|
52 |
|
|
|
53 |
<!-- my account -->
|
|
|
54 |
<div id="myAccount">
|
|
|
55 |
<div class="left-grey-top">
|
|
|
56 |
<div class="left-grey-left">
|
|
|
57 |
<div class="left-white-right"> </div>
|
|
|
58 |
</div>
|
|
|
59 |
</div>
|
|
|
60 |
|
|
|
61 |
<div class="middle">
|
|
|
62 |
<div class="middle-grey-left">
|
|
|
63 |
<div class="middle-white-right">
|
|
|
64 |
|
|
|
65 |
<!-- nav -->
|
|
|
66 |
<div id="myAccountNav">
|
|
|
67 |
<ul class="menu">
|
|
|
68 |
<li class="menu-item first">
|
|
|
69 |
<h2>Order History</h2>
|
|
|
70 |
</li>
|
|
|
71 |
<li class="menu-item">
|
|
|
72 |
<a href="/myaccount">Open Orders</a>
|
|
|
73 |
</li>
|
|
|
74 |
<li class="menu-item">
|
|
|
75 |
<a href="/completed-orders">Completed Orders</a>
|
|
|
76 |
</li>
|
|
|
77 |
<li class="menu-item">
|
|
|
78 |
<a href="/failed-orders">Failed Orders</a>
|
|
|
79 |
</li>
|
|
|
80 |
<li class="menu-item">
|
|
|
81 |
<h2 class="spacing">My Purchases</h2>
|
|
|
82 |
</li>
|
|
|
83 |
<li class="menu-item">
|
|
|
84 |
<a href="/my-purchases">My Purchases</a>
|
|
|
85 |
</li>
|
|
|
86 |
<li class="menu-item">
|
|
|
87 |
<h2 class="spacing">Account Settings</h2>
|
|
|
88 |
</li>
|
|
|
89 |
<li class="menu-item">
|
|
|
90 |
<a href="/personal-details">Personal Details</a>
|
|
|
91 |
</li>
|
|
|
92 |
<li class="menu-item">
|
|
|
93 |
<a href="/login-details">Login Details</a>
|
|
|
94 |
</li>
|
|
|
95 |
<li class="menu-item last">
|
|
|
96 |
<a href="/address">Shipping Address</a>
|
|
|
97 |
</li>
|
|
|
98 |
</ul>
|
|
|
99 |
</div>
|
|
|
100 |
<!-- /nav -->
|
|
|
101 |
|
|
|
102 |
<!-- goBack -->
|
|
|
103 |
<div id="goBack">
|
|
|
104 |
<a href="/my-purchases"><< Go back to My Purchases</a>
|
|
|
105 |
</div>
|
|
|
106 |
<!-- goBack -->
|
|
|
107 |
$action.getAfterSalesSnippet()
|
|
|
108 |
<!--
|
|
|
109 |
<div class="content">
|
|
|
110 |
|
|
|
111 |
<div style="padding-left:30px;padding-top:20px;">
|
|
|
112 |
<STRONG>User Manuals</STRONG>
|
|
|
113 |
<ul style="padding-left:30px;">
|
|
|
114 |
<li>
|
|
|
115 |
<a href="/db/media/1001719/BlackBerry%20Bold%209900%20user%20guide.pdf">BlackBerry Bold 9900 user guide</a>
|
|
|
116 |
</li>
|
|
|
117 |
</ul>
|
|
|
118 |
</div>
|
|
|
119 |
|
|
|
120 |
<div style="padding-left:30px;padding-top:20px;">
|
|
|
121 |
<STRONG>Softwares</STRONG>
|
|
|
122 |
<ul style="padding-left:30px;">
|
|
|
123 |
<li>
|
|
|
124 |
<a href="http://in.blackberry.com/services/desktop/" rel="nofollow" target="_blank">Blackberry Desktop Software</a>
|
|
|
125 |
</li>
|
|
|
126 |
</ul>
|
|
|
127 |
</div>
|
|
|
128 |
|
|
|
129 |
<div style="padding-left:30px;padding-top:25px;">
|
|
|
130 |
<STRONG>How To Videos</STRONG>
|
|
|
131 |
<div style="padding-top:15px;">
|
|
|
132 |
<div style="text-align:left;">Blackberry Desktop Software</div>
|
|
|
133 |
<object width="500" height="250">
|
|
|
134 |
<param name="movie" value="http://www.youtube.com/v/eM1IYP-ex2E&hl=en_US&fs=1"/>
|
|
|
135 |
<param name="allowFullScreen" value="true"/>
|
|
|
136 |
<param name="allowscriptaccess" value="always"/>
|
|
|
137 |
<embed src="http://www.youtube.com/v/eM1IYP-ex2E&hl=en_US&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="250"/>
|
|
|
138 |
</object>
|
|
|
139 |
</div>
|
|
|
140 |
<div style="padding-top:15px;">
|
|
|
141 |
<div style="text-align:left;">Blackberry Desktop Software</div>
|
|
|
142 |
<object width="500" height="250">
|
|
|
143 |
<param name="movie" value="http://www.youtube.com/v/eM1IYP-ex2E&hl=en_US&fs=1"/>
|
|
|
144 |
<param name="allowFullScreen" value="true"/>
|
|
|
145 |
<param name="allowscriptaccess" value="always"/>
|
|
|
146 |
<embed src="http://www.youtube.com/v/eM1IYP-ex2E&hl=en_US&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="250"/>
|
|
|
147 |
</object>
|
|
|
148 |
</div>
|
|
|
149 |
</div>
|
|
|
150 |
</div>
|
|
|
151 |
-->
|
|
|
152 |
<!--
|
|
|
153 |
<div align="center" style="margin-top:20px; margin-bottom:5px; font-size:14px; font-weight:bold;">User Manuals</div>
|
|
|
154 |
|
|
|
155 |
<table id="paySuccess" align="center" cellpadding="0" cellspacing="0" border="0" class="myaccount-orders">
|
|
|
156 |
<thead>
|
|
|
157 |
<tr>
|
|
|
158 |
<th width="20%">Title</th>
|
|
|
159 |
<th width="60%">Description</th>
|
|
|
160 |
<th width="20%" class="borderRight">Download</th>
|
|
|
161 |
</tr>
|
|
|
162 |
</thead>
|
|
|
163 |
<tbody>
|
|
|
164 |
<tr>
|
|
|
165 |
<td>User guide</td>
|
|
|
166 |
<td>BlackBerry Bold 9900 user guide</td>
|
|
|
167 |
<td><a href="/db/media/1001719/BlackBerry%20Bold%209900%20user%20guide.pdf">Download</a></td>
|
|
|
168 |
</tr>
|
|
|
169 |
</tbody>
|
|
|
170 |
</table>
|
|
|
171 |
|
|
|
172 |
<div align="center" style="margin-top:20px; margin-bottom:5px; font-size:14px; font-weight:bold;">Softwares</div>
|
|
|
173 |
<table id="paySuccess" align="center" cellpadding="0" cellspacing="0" border="0" width="100%" class="myaccount-orders">
|
|
|
174 |
<thead>
|
|
|
175 |
<tr>
|
|
|
176 |
<th width="20%">Title</th>
|
|
|
177 |
<th width="60%">Description</th>
|
|
|
178 |
<th width="20%" class="borderRight">Download</th>
|
|
|
179 |
</tr>
|
|
|
180 |
</thead>
|
|
|
181 |
<tbody>
|
|
|
182 |
<tr>
|
|
|
183 |
<td>PC Suite</td>
|
|
|
184 |
<td>Blackberry Desktop Software</td>
|
|
|
185 |
<td><a href="http://in.blackberry.com/services/desktop/" rel="nofollow" target="_blank">Download</a></td>
|
|
|
186 |
</tr>
|
|
|
187 |
</tbody>
|
|
|
188 |
</table>
|
|
|
189 |
|
|
|
190 |
<div align="center" style="margin-top:20px; margin-bottom:5px; font-size:14px; font-weight:bold;">How To Videos</div>
|
|
|
191 |
|
|
|
192 |
<table id="paySuccess" align="center" margin-bottom="25px" cellpadding="0" cellspacing="0" border="0" width="100%" class="myaccount-orders">
|
|
|
193 |
<thead>
|
|
|
194 |
<tr>
|
|
|
195 |
<th width="20%">Title</th>
|
|
|
196 |
<th width="60%">Description</th>
|
|
|
197 |
<th width="20%" class="borderRight">Play</th>
|
|
|
198 |
</tr>
|
|
|
199 |
</thead>
|
|
|
200 |
<tbody>
|
|
|
201 |
<tr>
|
|
|
202 |
<td>PC Suite</td>
|
|
|
203 |
<td>Blackberry Desktop Software</td>
|
|
|
204 |
<td><a rel="nofollow" onclick=playVideo("ylLzyHk54Z0");>Play</a></td>
|
|
|
205 |
</tr>
|
|
|
206 |
</tbody>
|
|
|
207 |
</table>
|
|
|
208 |
-->
|
|
|
209 |
|
|
|
210 |
<div class="clearBoth"></div>
|
|
|
211 |
|
|
|
212 |
</div>
|
|
|
213 |
|
|
|
214 |
<div class="clearBoth"></div>
|
|
|
215 |
|
|
|
216 |
</div>
|
|
|
217 |
</div>
|
|
|
218 |
|
|
|
219 |
<div class="bottom">
|
|
|
220 |
<div class="bottom-grey-left">
|
|
|
221 |
<div class="bottom-white-right"> </div>
|
|
|
222 |
</div>
|
|
|
223 |
</div>
|
|
|
224 |
</div>
|
|
|
225 |
</div>
|
|
|
226 |
<!-- /my account -->
|
|
|
227 |
|
|
|
228 |
|
|
|
229 |
|
|
|
230 |
|
|
|
231 |
|
|
|
232 |
<!-- sidebar-->
|
|
|
233 |
<div id="sidebar">
|
|
|
234 |
<div id="myresearch" class="lightbox">
|
|
|
235 |
#include("templates/myresearch.vm")
|
|
|
236 |
</div>
|
|
|
237 |
|
|
|
238 |
#set($ismobile = $action.isMobile())
|
|
|
239 |
#if($ismobile)
|
|
|
240 |
<div id="accessories" class="lightbox">
|
|
|
241 |
#include ( "templates/accessories.vm" )
|
|
|
242 |
</div>
|
|
|
243 |
<!--
|
|
|
244 |
<div id="mostcompared" class="lightbox">
|
|
|
245 |
##include ( "templates/mostcompared.vm" )
|
|
|
246 |
</div>
|
|
|
247 |
-->
|
|
|
248 |
#end
|
|
|
249 |
<div id="browsehistory" class="lightbox">
|
|
|
250 |
#include("templates/browsehistory.vm")
|
|
|
251 |
</div>
|
|
|
252 |
#if(!$ismobile)
|
|
|
253 |
<div id="paymentoptions" class="lightbox">
|
|
|
254 |
#include("templates/paymentmodes.vm")
|
|
|
255 |
</div>
|
|
|
256 |
#end
|
|
|
257 |
<div style="clear:both;"></div>
|
|
|
258 |
</div>
|
|
|
259 |
<!-- /sidebar-->
|
|
|
260 |
|
|
|
261 |
<div class="clearBoth"></div>
|
|
|
262 |
</div><!-- /main -->
|
|
|
263 |
|
|
|
264 |
#include("templates/footer.vm")
|
|
|
265 |
|
|
|
266 |
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
|
|
|
267 |
<script type="text/javascript">
|
|
|
268 |
google.load("swfobject", "2.1");
|
|
|
269 |
</script>
|
|
|
270 |
<script type="text/javascript">
|
|
|
271 |
function playVideo(videoID) {
|
|
|
272 |
var params = { allowScriptAccess: "always" };
|
|
|
273 |
var atts = { id: "ytPlayer" };
|
|
|
274 |
swfobject.embedSWF("http://www.youtube.com/v/" + videoID + "?version=3&enablejsapi=1&playerapiid=player1", "videoDiv", "480", "295", "9", null, null, params, atts);
|
|
|
275 |
}
|
|
|
276 |
</script>
|
|
|
277 |
</body>
|
|
|
278 |
</html>
|