Beispiel #1
0
eval($plxAdmin->plxPlugins->callHook('AdminAuthTop'));
?>
				<form action="auth.php<?php 
echo !empty($redirect) ? '?p=' . plxUtils::strCheck(urlencode($redirect)) : '';
?>
" method="post" id="form_auth">
					<fieldset>
						<?php 
echo plxToken::getTokenPostMethod();
?>
						<h1 class="h5 text-center"><strong><?php 
echo L_LOGIN_PAGE;
?>
</strong></h1>
						<?php 
!empty($msg) ? plxUtils::showMsg($msg, $error) : '';
?>
						<div class="grid">
							<div class="col sml-12">
								<label for="id_login"><?php 
echo L_AUTH_LOGIN_FIELD;
?>
&nbsp;:</label>
								<?php 
plxUtils::printInput('login', !empty($_POST['login']) ? plxUtils::strCheck($_POST['login']) : '', 'text', '10-255', false, 'full-width');
?>
							</div>
						</div>
						<div class="grid">
							<div class="col sml-12">
								<label for="id_password"><?php