2013-02-28 00:37:14 +04:00
|
|
|
<form action="<?php p($_['URL']); ?>" method="post">
|
2012-08-27 23:46:05 +04:00
|
|
|
<fieldset>
|
2013-07-05 12:37:24 +04:00
|
|
|
<?php if (isset($_['wrongpw'])): ?>
|
2013-07-03 22:13:10 +04:00
|
|
|
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
|
2013-07-02 05:16:42 +04:00
|
|
|
<?php endif; ?>
|
2013-02-11 13:20:31 +04:00
|
|
|
<p class="infield">
|
2013-02-28 00:37:14 +04:00
|
|
|
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
|
2013-03-05 01:11:57 +04:00
|
|
|
<input type="password" name="password" id="password" placeholder="" value="" autofocus />
|
2013-02-28 00:37:14 +04:00
|
|
|
<input type="submit" value="<?php p($l->t('Submit')); ?>" />
|
2012-08-27 23:46:05 +04:00
|
|
|
</p>
|
|
|
|
</fieldset>
|
2013-03-05 01:11:57 +04:00
|
|
|
</form>
|