2010-06-26 12:51:47 +00:00
|
|
|
<div style="margin:auto; width:98%"><h2>{lang code="contact_us"}</h2>
|
|
|
|
|
|
|
|
<p>{lang code="contact_us_msg"}</p>
|
2010-02-26 12:48:03 +00:00
|
|
|
<form id="form1" name="form1" method="post" action="" class="contact_form">
|
2010-06-26 12:51:47 +00:00
|
|
|
<label for="name">{lang code="name"}</label>
|
2010-02-26 12:48:03 +00:00
|
|
|
<input type="text" name="name" id="name" />
|
|
|
|
<div style="height:10px;"></div>
|
2010-06-26 12:51:47 +00:00
|
|
|
<label for="email">{lang code="email"|capitalize}</label>
|
2010-02-26 12:48:03 +00:00
|
|
|
<input type="text" name="email" id="email" />
|
|
|
|
<div style="height:10px;"></div>
|
2010-06-26 12:51:47 +00:00
|
|
|
<label for="reason">{lang code="pelase_enter_reason"}</label>
|
2010-02-26 12:48:03 +00:00
|
|
|
<input type="text" name="reason" id="reason" />
|
|
|
|
<div style="height:10px;"></div>
|
2010-06-26 12:51:47 +00:00
|
|
|
<label for="message">{lang code="message"}</label>
|
2010-02-26 12:48:03 +00:00
|
|
|
<textarea name="message" id="message" cols="45" rows="5"></textarea>
|
|
|
|
<div style="height:10px;"></div>
|
|
|
|
<label for="button"> </label>
|
|
|
|
<input type="submit" name="contact" id="button" value="Contact Us" class="button" />
|
|
|
|
</form>
|
|
|
|
<p> </p>
|
|
|
|
</div>
|