| 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/System/Templates/ |
Upload File : |
<h1>
Login
</h1>
{if:output[errors]}
<div class="error_full">
{output[errors]}
</div>
{end:}
<form name="frmLogin" method="post" action="login.php" autocomplete="off" class="data_entry">
<dl>
<dt>
Username
</dt>
<dd>
<input type="text" id="txtusername" name="txt_username" class="text">
</dd>
<dt>
Password
</dt>
<dd>
<input type="password" name="txt_password" class="text">
</dd>
<dt>
</dt>
<dd>
<input type="submit" value="Login">
</dd>
</dl>
</form>
<script>
$(function(){
$("#txtusername").focus();
});
</script>