-
Notifications
You must be signed in to change notification settings - Fork 0
/
toyota camry.php
281 lines (246 loc) · 11.5 KB
/
toyota camry.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<?php
session_start();
?>
<!DOCTYPE HTML>
<html>
<head>
<title>camry</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".dropdown img.flag").addClass("flagvisibility");
$(".dropdown dt a").click(function() {
$(".dropdown dd ul").toggle();
});
$(".dropdown dd ul li a").click(function() {
var text = $(this).html();
$(".dropdown dt a span").html(text);
$(".dropdown dd ul").hide();
$("#result").html("Selected value is: " + getSelectedValue("sample"));
});
function getSelectedValue(id) {
return $("#" + id).find("dt a span.value").html();
}
$(document).bind('click', function(e) {
var $clicked = $(e.target);
if (! $clicked.parents().hasClass("dropdown"))
$(".dropdown dd ul").hide();
});
$("#flagSwitcher").click(function() {
$(".dropdown img.flag").toggleClass("flagvisibility");
});
});
</script>
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<link rel="stylesheet" href="css/global.css">
<script src="js/slides.min.jquery.js"></script>
<script>
$(function(){
$('#products').slides({
preload: true,
preloadImage: 'img/loading.gif',
effect: 'slide, fade',
crossfade: true,
slideSpeed: 350,
fadeSpeed: 500,
generateNextPrev: true,
generatePagination: false
});
});
</script>
</head>
<body>
<div class="header">
<div class="wrap">
<div class="header-bot">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" style ="width:450px; height: 160px;"></a>
</div>
<div class="cart">
<div class="menu-main">
<?php
if(isset($_SESSION['s_name']))
{
echo '<ul class="dc_css3_menu">' ;
echo '<li class="active"><a href="indexlogin.php">Home</a></li>' ;
echo '<li><a href="services.php">Brands</a></li>' ;
echo '<li><a href="booking.php">Book</a></li>' ;
echo '<li><a href="orders.php">Orders</a></li>';
echo '<li><a href="logout.php">logout</a></li>' ;
echo '</ul>' ;
}
else
{
echo '<ul class="dc_css3_menu">';
echo '<li class="active"><a href="index.php">Home</a></li>';
echo '<li><a href="about.html">About</a></li>';
echo '<li><a href="services.php">Brands</a></li>';
echo '<li><a href="contact.php">Contact</a></li>';
echo '<li><a href="login.php">Login</a></li>';
echo '<li><a href="register.php">Signup</a></li>';
echo '</ul>' ;
}
?>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="header-bottom">
<div class="wrap">
<div class="single">
<div class="box_wrapper"><h1>Toyota Camry : (Rs 29.75 - 37.22 Lakh*)</h1></div>
<div class="single-top">
<div class="lsidebar span_1_of_s">
<div id="container">
<div id="products_example">
<div id="products">
<div class="slides_container">
<a href="#" target="_blank"><img src="images/c-1.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/c-2.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/c-3.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/c-4.jpg" alt=" " height=210px width=560px/></a>
</div>
<ul class="pagination">
<li><a href="#"><img src="images/c-1.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/c-2.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/c-3.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/c-4.jpg" alt=" " /></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="grid span_2_of_3">
<table class="table table-bordered table-responsive table-striped table-hover table-condensed">
<thead>
<tr>
<th class="text-center" style="font-family: broadway; ">Economy</th>
<th class="text-center" style="font-family: broadway; ">Performance</th>
</tr>
</thead>
<tbody class="text-center">
<tr>
<td>Mileage 19.16 kmpl</td>
<td>Engine 2494 cc</td>
</tr>
<tr>
<td>Fuel Type: Petrol</td>
<td>BHP: 157.7</td>
</tr>
<tr>
<td>Service Cost: Rs 26,453/yr</td>
<td>No. of cylinders : 4</td>
</tr>
<tr>
<td>Fuel Tank: 65L</td>
<td>No. of Gears : 6 Speed</td>
</tr>
</tbody>
</table>
<table class="table table-bordered table-responsive table-striped table-hover table-condensed">
<thead>
<tr>
<th class="text-center" style="font-family: broadway; ">Comfort</th>
<th class="text-center" style="font-family: broadway; ">Safety</th>
</tr>
</thead>
<tbody class="text-center">
<tr>
<td>Transmission : Automatic</td>
<td>ABS : Yes</td>
</tr>
<tr>
<td>Rear AC vents: Yes</td>
<td>Driver Airbag : Yes</td>
</tr>
<tr>
<td>Seating capacity: 5</td>
<td>Parking Sensor : Yes</td>
</tr>
<tr>
<td>Bootspace :436L</td>
<td>Air Bag: Yes</td>
</tr>
</tbody>
</table>
</div><div class="clear"></div>
</div>
<table class="table table-bordered table-responsive table-striped table-hover table-condensed">
<thead>
<tr>
<th class="text-center" style="font-family: broadway; ">CAMRY highlights</th>
</tr>
</thead>
<tbody>
<tr>
<td>
With 28 per cent GST and 15 per cent luxury cess, the prices of the Camry hybrid have shot by a whopping Rs 6 lakh forcing its sales to drop. The September sales were restricted to mere 32 units. To offset it, Toyota has halted Camry's production owing to low demands in the country.
Toyota launched the 2017 model year Camry Hybrid in India in February 2017. It gets a host of additional features such as LED fog lamps, 12-speaker JBL music system, updated navigation system, wireless smartphone charger, power recline rear seats and nine SRS airbags, among others. It continues to be powered by a 2.5-litre petrol engine and an electric motor. The car has a total power output of 205PS and features an ARAI-certified fuel economy figure of 19.16kmpl.
</td>
</tr>
</tbody>
</table>
<div class="container">
<div class="row">
<div class="col-sm-4">
</div>
<div class="col-sm-4">
<?php
if(isset($_SESSION['s_name']))
{
echo '<a href="booking.php" class="btn btn-primary" style =" padding-left: 110px;"><h3>BOOK THE CAR</h3> </a>';
}else
{
echo '<a href="login.php" class="btn btn-primary" style =" padding-left: 110px;"><h3>BOOK THE CAR</h3> </a>';
}
?>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="wrap">
<div class="footer-top">
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid twitts">
<h3>Our Company</h3>
<div class="f_menu">
<ul>
<li>This is a CAR selling dealer</li>
<li>Please read our Terms and Conditions </li>
</ul>
</div>
</div>
</div>
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid twitts">
<h3>Get in touch</h3>
<ul class="follow_icon">
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon1.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon2.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon3.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon4.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon5.png" alt=""></a></li>
</ul>
<p>+1 111-111-1111</p>
<span>[email protected]</span>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>