| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/central/templates/six/ |
Upload File : |
<div class="logincontainer{if $linkableProviders} with-social{/if}">
{include file="$template/includes/pageheader.tpl" title=$LANG.login desc="{$LANG.restrictedpage}"}
{if $incorrect}
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.loginincorrect textcenter=true}
{elseif $verificationId && empty($transientDataName)}
{include file="$template/includes/alert.tpl" type="error" msg=$LANG.verificationKeyExpired textcenter=true}
{elseif $ssoredirect}
{include file="$template/includes/alert.tpl" type="info" msg=$LANG.sso.redirectafterlogin textcenter=true}
{/if}
<div class="providerLinkingFeedback"></div>
<div class="row">
<div class="col-sm-{if $linkableProviders}7{else}12{/if}">
<form method="post" action="{$systemurl}dologin.php" class="login-form" role="form">
<div class="form-group">
<label for="inputEmail">{$LANG.clientareaemail}</label>
<input type="email" name="username" class="form-control" id="inputEmail" placeholder="{$LANG.enteremail}" autofocus>
</div>
<div class="form-group">
<label for="inputPassword">{$LANG.clientareapassword}</label>
<input type="password" name="password" class="form-control" id="inputPassword" placeholder="{$LANG.clientareapassword}" autocomplete="off" >
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}
</label>
</div>
<div align="center">
<input id="login" type="submit" class="btn btn-primary" value="{$LANG.loginbutton}" /> <a href="pwreset.php" class="btn btn-default">{$LANG.forgotpw}</a>
</div>
</form>
</div>
<div class="col-sm-5{if !$linkableProviders} hidden{/if}">
{include file="$template/includes/linkedaccounts.tpl" linkContext="login" customFeedback=true}
</div>
</div>
</div>