2013-02-27 15:37:14 -05:00
|
|
|
<form action="<?php p($_['URL']); ?>" method="post">
|
2012-08-27 15:46:05 -04:00
|
|
|
<fieldset>
|
2013-10-07 11:38:27 -04:00
|
|
|
<?php if (!isset($_['wrongpw'])): ?>
|
|
|
|
|
<div class="warning-info"><?php p($l->t('This share is password-protected')); ?></div>
|
|
|
|
|
<?php endif; ?>
|
2013-07-05 04:37:24 -04:00
|
|
|
<?php if (isset($_['wrongpw'])): ?>
|
2013-10-07 11:38:27 -04:00
|
|
|
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
|
2013-07-01 21:16:42 -04:00
|
|
|
<?php endif; ?>
|
2013-02-11 04:20:31 -05:00
|
|
|
<p class="infield">
|
2013-02-27 15:37:14 -05:00
|
|
|
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
|
2014-02-26 08:48:15 -05:00
|
|
|
<input type="password" name="password" id="password"
|
|
|
|
|
placeholder="" value=""
|
|
|
|
|
autocomplete="off" autocapitalize="off" autocorrect="off"
|
|
|
|
|
autofocus />
|
2014-01-23 08:04:13 -05:00
|
|
|
<input type="submit" value="" class="svg icon icon-confirm" />
|
2012-08-27 15:46:05 -04:00
|
|
|
</p>
|
|
|
|
|
</fieldset>
|
2013-03-04 16:11:57 -05:00
|
|
|
</form>
|