<?php /* Smarty version 2.6.28, created on 2014-05-23 05:51:39
         compiled from /home/vinhostm/public_html/order/templates/portal/contact.tpl */ ?>
<p><?php echo $this->_tpl_vars['LANG']['contactheader']; ?>
</p>
<?php if ($this->_tpl_vars['sent']): ?>
<p><strong><?php echo $this->_tpl_vars['LANG']['contactsent']; ?>
</strong></p>
<?php else: ?>
<form method="post" action="contact.php?action=send">
  <?php if ($this->_tpl_vars['errormessage']): ?>
  <div class="errorbox"><?php echo $this->_tpl_vars['errormessage']; ?>
</div>
  <br />
  <?php endif; ?>
  <table width="100%" cellspacing="0" cellpadding="0" class="frame">
    <tr>
      <td><table width="100%" border="0" cellpadding="10" cellspacing="0">
          <tr>
            <td width="100" class="fieldarea"><?php echo $this->_tpl_vars['LANG']['contactname']; ?>
</td>
            <td><input type="text" name="name" size="30" value="<?php echo $this->_tpl_vars['name']; ?>
" /></td>
          </tr>
          <tr>
            <td class="fieldarea"><?php echo $this->_tpl_vars['LANG']['contactemail']; ?>
</td>
            <td><input type="text" name="email" size="50" value="<?php echo $this->_tpl_vars['email']; ?>
" /></td>
          </tr>
          <tr>
            <td class="fieldarea"><?php echo $this->_tpl_vars['LANG']['contactsubject']; ?>
</td>
            <td><input type="text" name="subject" size="60" value="<?php echo $this->_tpl_vars['subject']; ?>
" /></td>
          </tr>
          <tr>
            <td class="fieldarea"><?php echo $this->_tpl_vars['LANG']['contactmessage']; ?>
</td>
            <td><textarea name="message" rows="8" style="width:95%"><?php echo $this->_tpl_vars['message']; ?>
</textarea></td>
          </tr>
      </table></td>
    </tr>
  </table>
  <?php if ($this->_tpl_vars['capatacha']): ?>
  <h2><?php echo $this->_tpl_vars['LANG']['captchatitle']; ?>
</h2>
  <p><?php echo $this->_tpl_vars['LANG']['captchaverify']; ?>
</p>
  <?php if ($this->_tpl_vars['capatacha'] == 'recaptcha'): ?>
  <div align="center"><?php echo $this->_tpl_vars['recapatchahtml']; ?>
</div>
  <?php else: ?>
  <p align="center"><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" size="10" maxlength="5" /></p>
  <?php endif; ?>
  <?php endif; ?>
  <p align="center">
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['contactsend']; ?>
" />
  </p>
</form>
<?php endif; ?><br />