-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiframe_original.php
58 lines (56 loc) · 2.04 KB
/
iframe_original.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
<!DOCTYPE html>
<html>
<head>
<title>Insert Dealer Name Here</title>
<link type="text/css" rel="stylesheet" href="iframe.css" />
</head>
<body>
<!-- start container -->
<div id="container">
<!-- start main -->
<div id="main">
<!-- start squared / list -->
<div class="squared clearfix" id="jq_inventory_view">
<?
for( $i = 0; $i < 10; $i++ )
{
?>
<!-- start result -->
<div class="box_result clearfix">
<!-- start thumb -->
<div class="thumbs">
<a href="inventario/kia-sorento-ex-2011-428" title="Kia Sorento Ex 2011"><img src="http://midealervirtual.com/vpics/thumb/thumb_c6v2263t110927140138.JPG" alt="Kia Sorento Ex 2011" title="Kia Sorento Ex 2011" /></a>
</div>
<!-- end thumb -->
<!-- start info -->
<div class="info">
<div class="result_title">
<a href="inventario/kia-sorento-ex-2011-428" title="Kia Sorento Ex 2011">Kia Sorento Ex 2011</a>
</div>
<ul>
<li><strong>Año:</strong> 2011</li>
<li><strong>Color:</strong> Blanco</li>
</ul>
<ul>
<li><strong>Condición:</strong> Nuevo</li>
<li><strong>Transmisión: </strong> Automático</li>
</ul>
<ul>
<li><strong>VIN:</strong>5XYKU4A21BG044428</li>
<li> </li>
</ul>
</div>
<!-- end info -->
</div>
<!-- end result -->
<?
}
?>
</div>
<!-- end squared / list -->
</div>
<!-- end main-->
</div>
<!-- end container -->
</body>
</html>