<?php /* Smarty version 2.6.28, created on 2016-11-27 04:38:13
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/contact.tpl */ ?>
<?php if ($this->_tpl_vars['sent']): ?>

	<div class="notice notice-success">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['contactsent']; ?>
</p>
		</div>
	</div>

<?php else: ?>

<form method="post" action="contact.php?action=send">

  <?php if ($this->_tpl_vars['errormessage']): ?>
	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['errormessage']; ?>
</p>
		</div>
	</div>
  <?php endif; ?>
  
  <p><?php echo $this->_tpl_vars['LANG']['contactheader']; ?>
</p>
		
		<div class="feildset">
		
			<div class="col1">
		
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['contactname']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input name="name" value="<?php echo $this->_tpl_vars['name']; ?>
" placeholder="<?php echo $this->_tpl_vars['LANG']['contact_name']; ?>
" type="text" tabindex="1" requred="required" autofocus="autofocus" />
					</label>
				</div>
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['contactemail']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input name="email" value="<?php echo $this->_tpl_vars['email']; ?>
" placeholder="<?php echo $this->_tpl_vars['LANG']['contact_email']; ?>
" type="email" tabindex="2" requred="required" />
					</label>
				</div>
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['contactsubject']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input name="subject" value="<?php echo $this->_tpl_vars['subject']; ?>
" placeholder="<?php echo $this->_tpl_vars['LANG']['contact_subject']; ?>
" type="text" tabindex="3" requred="required" />
					</label>
				</div>								
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['contactmessage']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<textarea name="message" placeholder="<?php echo $this->_tpl_vars['LANG']['contact_message']; ?>
" tabindex="4" required="required"><?php echo $this->_tpl_vars['message']; ?>
</textarea>
					</label>
				</div>
				
				
				<?php if ($this->_tpl_vars['capatacha']): ?>
				<p class="center"><strong><?php echo $this->_tpl_vars['LANG']['captchatitle']; ?>
</strong></p>
				<p class="center"><?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 class="center"><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" tabindex="5" class="capcha" /></p>
				<?php endif; ?>
				<?php endif; ?>
			
			          
			  <p class="center">
			    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['contactsend']; ?>
" class="button1 color2" />
			  </p>
			  
			  </div>
		
		</div>	  
	
	</form>
  
<?php endif; ?>