-
Notifications
You must be signed in to change notification settings - Fork 0
/
toyota etios cross.php
285 lines (247 loc) · 11.8 KB
/
toyota etios cross.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
282
283
284
285
<?php
session_start();
?>
<!DOCTYPE HTML>
<html>
<head>
<title>etios</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 Etios Cross : (Rs 6.36 - 8.5 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/e-1.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/e-2.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/e-3.jpg" alt=" " height=210px width=560px/></a>
<a href="#" target="_blank"><img src="images/e-4.jpg" alt=" " height=210px width=560px/></a>
</div>
<ul class="pagination">
<li><a href="#"><img src="images/e-1.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/e-2.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/e-3.jpg" alt=" " /></a></li>
<li><a href="#"><img src="images/e-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 23.59 kmpl</td>
<td>Engine 1364 cc</td>
</tr>
<tr>
<td>Fuel Type: Diesel</td>
<td>BHP: 67.05</td>
</tr>
<tr>
<td>Service Cost: Rs 3,875/yr</td>
<td>No. of cylinders : 4</td>
</tr>
<tr>
<td>Fuel Tank: 45L</td>
<td>No. of Gears : 5 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 : Manual/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 :251L</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; ">ETIOS CROSS highlights</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Toyota has introduced a limited-run 'X-Edition' of the Etios Cross for the 2017 festive season. It is available in both diesel (1.5-litre) and petrol (1.2-litre only) engine options. The Etios Cross X-Edtion retails at roughly Rs 28,000 more than its respective regular petrol (G) and diesel (VD) variants. Check out more info here.
The Toyota Etios Cross is priced in the range of Rs 6.36-7.87 lakh (ex-showroom New Delhi). It is available in two trim levels – G and V – and comes in four variants – V and G (petrol models) and GD and VD (diesel models). The highlight of the Etios Cross include standard dual-front airbags, ABS with EBD and front seat belts with pretensioners and force limiters.
It comes with three engine options: two petrol and one diesel motor. All engines come mated to a 5-speed manual transmission. The Etios Cross delivers a claimed mileage of 18.16kmpl (1.2-litre petrol), 16.78kmpl (1.5-litre petrol) and 23.59kmpl (1.5-litre diesel). The Etios Cross competes with other cross-hatches such as the Hyundai i20 Active, VW Cross Polo, Honda WR-V, and the Fiat Avventura.
</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>