You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_sharing/templates/authenticate.php

9 lines
316 B

<form action="<?php echo $_['URL']; ?>" 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>