| Server IP : 172.173.179.141 / Your IP : 216.73.216.196 Web Server : Apache System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/mailsvr/padmin/templates/ |
Upload File : |
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo}"
alt="Logo"/></a>
{if $CONF.show_header_text==='YES' && $CONF.header_text}
<h2>{$CONF.header_text}</h2>
{/if}
</div>
</div>
</nav>
<h2 class="h2">{$PALANG.pPassword_recovery_title}</h2>
<form name="frmPassword" method="post" action="" class="form">
<div class="form-group">
<label for="fUsername">{$PALANG.pLogin_username}:</label>
<input class="form-control" type="email" name="fUsername"/>
</div>
<button type=submit class="btn btn-primary" name="submit"
value="submit">{$PALANG.pPassword_recovery_button}</button>
</form>
<script type="text/javascript">
document.frmPassword.fUsername.focus();
</script>