<?php /* Smarty version 2.6.28, created on 2016-11-26 22:19:32
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/login.tpl */ ?>
<p><?php echo $this->_tpl_vars['LANG']['loginintrotext']; ?>
</p>

<form action="<?php echo $this->_tpl_vars['systemsslurl']; ?>
dologin.php" method="post" name="frmlogin" id="frmlogin">

  <?php if ($this->_tpl_vars['incorrect']): ?>
	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['loginincorrect']; ?>
</p>
		</div>
	</div>
  <?php endif; ?>
  
  <div class="table-responsive table-grey">
  <table class="client-login">
          <tr>
            <td class="alignright" width="35%"><?php echo $this->_tpl_vars['LANG']['loginemail']; ?>
:</td>
            <td><input type="text" name="username" placeholder="<?php echo $this->_tpl_vars['LANG']['login_email']; ?>
" value="<?php echo $this->_tpl_vars['username']; ?>
" /></td>
          </tr>
          <tr>
            <td class="alignright"><?php echo $this->_tpl_vars['LANG']['loginpassword']; ?>
:</td>
            <td><input type="password" name="password" placeholder="<?php echo $this->_tpl_vars['LANG']['login_password']; ?>
" value="<?php echo $this->_tpl_vars['password']; ?>
" /></td>
          </tr>
          <tr>
            <td class="alignright"><?php echo $this->_tpl_vars['LANG']['loginrememberme']; ?>
:</td>
            <td><input type="checkbox" name="rememberme"<?php if ($this->_tpl_vars['rememberme']): ?> checked="checked"<?php endif; ?> /></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><input type="submit" value="<?php echo $this->_tpl_vars['LANG']['loginbutton']; ?>
" class="button1 color1" /> <?php echo $this->_tpl_vars['LANG']['login_or']; ?>
 <a href="register.php"><?php echo $this->_tpl_vars['LANG']['login_create']; ?>
</a></td>
          </tr>

  </table>
</form>
</div>
<p class="center"><img src="https://solusitotal.com/images/comodositeseal.png" width="81" height="50" alt="SolusiTOTAL Best Cheap Hosting" /></p>

<p class="center"><strong><?php echo $this->_tpl_vars['LANG']['loginforgotten']; ?>
</strong> <a href="pwreset.php"><?php echo $this->_tpl_vars['LANG']['loginforgotteninstructions']; ?>
</a></p>

<script>
document.frmlogin.username.focus();
</script>