authenticate.php 486 Bytes
<form action="<?php p($_['URL']); ?>" method="post">
	<fieldset>
		<?php if ($_['wrongpw']): ?>
		<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
		<?php endif; ?>
		<p class="infield">
			<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
			<input type="password" name="password" id="password" placeholder="" value="" autofocus />
			<input type="submit" value="<?php p($l->t('Submit')); ?>" />
		</p>
	</fieldset>
</form>