-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
126 lines (89 loc) · 4.88 KB
/
contact.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Transport Online Department</title>
<link href="templatemo_style.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
function clearText(field)
{
if (field.defaultValue == field.value) field.value = '';
else if (field.value == '') field.value = field.defaultValue;
}
</script>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/JavaScript" src="js/slimbox2.js"></script>
<link rel="stylesheet" href="css/slimbox2.css" type="text/css" media="screen" />
</head>
<body>
<div id="templatemo_wrapper">
<div id="templatemo_header">
<div id="site_title"><h1>Tansport online Department</h1></div>
<div id="twitter"><a href="#">Follow Us</a></div>
</div> <!-- end of header -->
<div id="templatemo_menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="sign.html">Admin</a></li>
<li><a href="sign.html">Registration</a></li>
<li><a href="enquiry.html">Enquiry</a></li>
<li><a href="contact.html" class="current">Contact</a></li>
</ul>
<div id="search_box">
<form action="#" method="post">
<input name="q" type="text" id="searchfield" title="searchfield" onfocus="clearText(this)" onblur="clearText(this)" value="Search" size="10" maxlength="60" />
</form>
</div>
<div class="cleaner"></div>
</div> <!-- end of templatemo_menu -->
<div id="slider_wrapper_n">
<h2>Contact Us</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris iaculis nulla vitae ante congue iaculis. Nunc vitae sapien sed neque porttitor egestas sit amet ut ligula. Praesent placerat dui ut nibh eleifend lobortis. Vestibulum dictum tincidunt posuere. Vestibulum ut justo in ligula vulputate interdum. Validate </p>
</div>
<div id="templatemo_main">
<div class="col_w900 col_w900_last">
<div class="col_w420 float_l">
<h3>Contact Form</h3>
<div id="cp_contact_form">
<form method="post" name="contact" action="#">
<label for="author">Name:</label> <input name="author" type="text" class="input_field" id="author" maxlength="60" />
<div class="cleaner_h10"></div>
<label for="email">Email:</label> <input name="email" type="text" class="input_field" id="email" maxlength="60" />
<div class="cleaner_h10"></div>
<label for="subject">Subject:</label> <input name="subject" type="text" class="input_field" id="subject" maxlength="60" />
<div class="cleaner_h10"></div>
<label for="text">Message:</label> <textarea id="text" name="text" rows="0" cols="0" class="required"></textarea>
<div class="cleaner_h10"></div>
<input type="submit" class="submit_btn float_l" name="submit" id="submit" value="Send" />
<input type="reset" class="submit_btn float_r" name="reset" id="reset" value="Reset" />
</form>
</div>
</div>
<div class="col_w420 float_r" id="map">
<h3>Map</h3>
<a rel="lightbox" href="images/map_big.jpg" title="Our Location">
<img src="images/map_thumb.jpg" alt="Map" />
</a>
<div class="cleaner h30"></div>
<h3>Our <a class="last_links" href="http://www.onlyimage.com/" rel="nofollow" >Location</a></h3>
<h6>Mailing Address</h6>
380-260 Ghaziabad, <br />
u.p., 12880<br />
India<br />
<br />
Tel: 010-030-6600<br />
Fax: 010-030-7700
</div>
<div class="cleaner"></div>
</div>
<div class="cleaner"></div>
<span class="bottom"></span> </div>
<!-- end of main -->
</div>
<div id="templatemo_footer">
Copyright © 2048 <a href="#">Your Company Name</a> -
Designed by <a href="#" rel="nofollow" target="_parent">Online Department</a>
</div> <!-- end of templatemo_footer -->
<script type='text/javascript' src='js/logging.js'></script>
</body>
</html>