Beispiel #1
0
	<form method="get" action="<?php 
    echo $_SERVER['PHP_SELF'];
    ?>
">
<?php 
    print "<div align=\"right\">" . $lang_confirm_resend['text_select_lang'] . $s . "</div>";
    ?>
	</form>
	<?php 
    echo $lang_confirm_resend['text_resend_confirmation_mail_note'];
    ?>
	<p><?php 
    echo $lang_confirm_resend['text_you_have'];
    ?>
<b><?php 
    echo remaining();
    ?>
</b><?php 
    echo $lang_confirm_resend['text_remaining_tries'];
    ?>
</p>
	<form method="post" action="confirm_resend.php">
	<table border="1" cellspacing="0" cellpadding="10">
	<tr><td class="rowhead nowrap"><?php 
    echo $lang_confirm_resend['row_registered_email'];
    ?>
</td>
	<td class="rowfollow"><input type="text" style="width: 200px" name="email" /></td></tr>
	<tr><td class="rowhead nowrap"><?php 
    echo $lang_confirm_resend['row_new_password'];
    ?>
Beispiel #2
0
    echo $maxloginattempts;
    ?>
</b>] <?php 
    echo $lang_login['p_fail_ban'];
    ?>
		<?php 
}
?>

	</p>

	<?php 
if (!is_special_ip()) {
    ?>
	<p><?php 
    echo MessageFormatter::formatMessage("", $lang_login['p_login_remaing_tries_format'], array(remaining()));
    ?>
		<?php 
}
?>

	</p>
	<table border="0" cellpadding="5">
		<tr>
			<td class="rowhead"><?php 
echo $lang_login['rowhead_username'];
?>
</td>
			<td class="rowfollow" align="left">
				<input type="text" name="username" style="width: 180px; border: 1px solid gray" /></td>
		</tr>