aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/authenticate.php
blob: 6bce6857ac8667ed80a197b674a0f0c55ebf4fce (plain)
1
2
3
4
5
6
7
8
9
<form action="<?php echo $_['URL']; ?>" method="post">
	<fieldset>
		<p class="infield">
			<label for="password" class="infield"><?php echo $l->t('Password'); ?></label>
			<input type="password" name="password" id="password" value="" autofocus />
			<input type="submit" value="<?php echo $l->t('Submit'); ?>" />
		</p>
	</fieldset>
</form>