Server IP : 184.154.167.98 / Your IP : 3.17.174.204 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/contratos/apps/gallery/templates/ |
Upload File : |
<?php /** * @var $_ array */ /** * @var $l \OCP\IL10N */ style('gallery', 'authenticate'); ?> <form method="post"> <fieldset> <?php if (!isset($_['password'])): ?> <div class="warning-info"><?php p($l->t('This share is password-protected')); ?></div> <?php endif; ?> <?php if (isset($_['password'])): ?> <div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div> <?php endif; ?> <p> <label for="password" class="infield"><?php p($l->t('Password')); ?></label> <input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>"/> <input type="password" name="password" id="password" placeholder="<?php p($l->t('Password')); ?>" value="" autocomplete="off" autocapitalize="off" autocorrect="off" autofocus/> <input type="submit" value="" class="svg icon-confirm input-button-inline"/> </p> </fieldset> </form>