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