����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.118.171.161 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/greatlifehub.ng/glfiles.name.ng/themes/spirit/views/ |
Upload File : |
{% extends "partial/layout.html.twig" %} {% block title %}{{ t('enter_file_password', 'Enter File Password') }} - {{ file.originalFilename }}{% endblock %} {% block description %}{{ t("file_download_description", "Download file")~' - '~file.originalFilename }}{% endblock %} {% block keywords %}{{ file.getFileKeywords() }}{% endblock %} {% block body %} <section class="text-center"> <div class="container"> <div class="row"> <div class="col-md-7 col-lg-5"> <h2> {{ t('enter_file_password', 'Enter File Password') }} </h2> <p>{{ t('enter_file_password_intro', 'The owner of this file has set a password for access, please enter it below.') }}</p> {% if msg_page_errors is defined %} <div class="alert bg--error"> <div class="alert__body"><i class="fa fa-exclamation-triangle color--error"></i> {% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %}</div> </div> {% endif %} <form method="POST" action="{{ file.getFullLongUrl() }}?pt={{ pt }}" autocomplete="off"> <div class="row"> <div class="col-md-12"> <input name="filePassword" id="filePassword" type="password" placeholder="{{ t("password", "password")|title }}" autocomplete="off" autofocus="" value=""> </div> <input type="hidden" name="submitted" value="1"/> <div class="col-md-12"> <button class="btn btn--primary type--uppercase" type="submit">{{ t("access_file", "access file")|title }}</button> </div> </div> </form> </div> </div> </div> </section> {% include '@themePath/partial/_premium_benefits.html.twig' %} {% endblock %} {% block footerjs %} {% if downloadPageData['additional_javascript_code'] is defined %} {{ downloadPageData['additional_javascript_code']|raw }} {% endif %} {% endblock %}