-
Notifications
You must be signed in to change notification settings - Fork 0
/
rentacar.php
254 lines (219 loc) · 7.96 KB
/
rentacar.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
<!DOCTYPE html>
<html>
<head>
<title>Contact Us - Contact Us | Speed Racing - Free Website Template from Templates.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Place your description here" />
<meta name="keywords" content="put, your, keyword, here" />
<meta name="author" content="Templates.com - website templates provider" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/cufon-replace.js" type="text/javascript"></script>
<script src="js/Myriad_Pro_400.font.js" type="text/javascript"></script>
<script src="js/Myriad_Pro_600.font.js" type="text/javascript"></script>
<script src="js/NewsGoth_BT_400.font.js" type="text/javascript"></script>
<script src="js/NewsGoth_BT_700.font.js" type="text/javascript"></script>
<script src="js/NewsGoth_Dm_BT_400.font.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<!--[if lt IE 7]>
<script type="text/javascript" src="js/ie_png.js"></script>
<script type="text/javascript">
ie_png.fix('.png, #header .row-2 ul li a, .extra img, #search-form a, #search-form a em, #login-form .field1 a, #login-form .field1 a em, #login-form .field1 a b');
</script>
<link href="ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body id="page5">
<div id="main">
<!-- HEADER -->
<div id="header">
<div class="row-1">
<div class="fleft"><a href="home.html"><img src="images/logo.gif" alt="" /></a></div>
<div class="fright">
<ul>
<li><a href="home.html"><img src="images/icon1.gif" alt="" /></a></li>
<li><a href="contact-us.html"><img src="images/icon2-act.gif" alt="" /></a></li>
<li><a href="sitemap.html"><img src="images/icon3.gif" alt="" /></a></li>
</ul>
</div>
</div>
<div class="row-2">
<div class="left">
<ul>
<li><a href="home.html"><span>home</span></a></li>
<li><a href="about-us.html"><span>about</span></a></li>
<li><a href="articles.html"><span>articles</span></a></li>
<li><a href="contact-us.html" class="active"><span>contact</span></a></li>
<li class="last"><a href="sitemap.html"><span>site map</span></a></li>
</ul>
</div>
</div>
<div class="row-3">
<div class="inside">
<h2>Speed is the Source <b>of Emotions</b></h2>
<p>Sed ut perspiciatis unde omnis iste natus error sit volutem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis.</p>
<form action="" id="search-form">
<fieldset><label>Search:</label><input type="text" /><a href="#" onclick="document.getElementById('search-form').submit()" class="link1"><em><b>Go!</b></em></a></fieldset>
</form>
</div>
</div>
<div class="extra"><img src="images/header-img.png" alt="" /></div>
</div>
<!-- CONTENT -->
<div id="content"><div class="ic">More Website Templates at TemplateMonster.com!</div>
<div class="box">
<div class="border-bot">
<div class="right-bot-corner">
<div class="left-bot-corner">
<div class="inner">
<div class="box1 alt">
<div class="inner">
<h4><b>Our</b> Contacts</h4>
<div class="address"><b>Zip Code:</b>50122<br />
<b>Country:</b>USA<br />
<b>Telephone:</b>+354 5635600<br />
<b>Fax:</b>+354 5635610</div>
<p class="p0 extra-wrap"><b>Miscellaneous info:</b><br />
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="indent">
<div class="wrapper">
<div class="col-1">
<div id="rentACarForm">
<form>
<table>
<tr>
<td><label for="">Manufacturer</label>
</td>
<td><input type="text" />
</td>
<td><?php
echo "<label for='' >Manufacturer validarion field</label>";
?>
</td>
</tr>
<tr>
<td><label for="">Brand</label>
</td>
<td><select><!-- take this from database with php not js -->
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
</td>
<td><?php
?>
</td>
</tr>
<tr>
<td><label for="">start date</label>
</td>
<td><input type="date" name="startDate" />
</td>
<td><?php
?>
</td>
</tr>
<tr>
<td><label for="">end date</label>
</td>
<td><input type="date" name="endDate" />
</td>
<td><?php
?>
</td>
</tr>
<tr>
<td colspan="3"><label for="">Credit card information</label>
</td>
</tr>
<tr>
<td><label for="">Credit Card number</label>
</td>
<td><input type="text" />
</td>
<td><?php
?>
</td>
</tr>
<tr>
<td><label for="">Expiers</label>
</td>
<td>MM:<input class="monthField" size="2" type="text" /> YYYY:<input class="yearField" size="4" type="text" />
</td>
<td><?php
?>
</td>
</tr>
</table>
<input type="submit" value="submit" />
</form>
</div>
</div>
<div class="col-2">
<div class="box2">
<div class="border-top">
<div class="left-top-corner">
<div class="right-top-corner">
<div class="inner">
<h4><b>Latest</b> News</h4>
<ul class="news">
<li><a href="#">May 21, 2010</a><p>Lorem ipsum dolor sit amet, coisectur adipisicing elit, sed doeiusmo.</p></li>
<li><a href="#">May 12, 2010</a><p>Ut enim ad minim veniam, qnostrud exercitation ullamco.</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="box3">
<div class="right-bot-corner">
<div class="left-bot-corner">
<div class="inner">
<h4><b>Login</b> Form</h4>
<form action="" id="login-form">
<fieldset>
<div class="field"><label>Username:</label><input type="text" /></div>
<div class="field"><label>Password:</label><input type="password" /></div>
<div class="field1"><label class="extra">Remember Me:</label><input type="checkbox" class="extra" /><a href="#" onclick="document.getElementById('login-form').submit()"><em><b>Log In<span>Log In</span></b></em></a></div>
<ul><li><a href="#">Forgot your password?</a></li><li class="last"><a href="#">Register</a></li></ul>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div id="footer">
<div class="footer-nav">
<div class="left">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li><a href="articles.html">Articles</a></li>
<li><a href="contacts-us.html">Contacts</a></li>
<li class="last"><a href="sitemap.html">Sitemap</a></li>
</ul>
</div>
</div>
<div class="bottom">Copyright - Type in your name here<br />
<a rel="nofollow" href="http://www.templatemonster.com" class="new_window">Website template</a> designed by TemplateMonster.com<br />
<a href="http://www.templates.com/product/3d-models/" class="new_window">3D Models</a> provided by Templates.com
</div>
</div>
</div>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>