PHP Classes

File: src/Installer/skins/pre_auth_prompt.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Installer/skins/pre_auth_prompt.twig   Download  
File: src/Installer/skins/pre_auth_prompt.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 6 years ago
Size: 646 bytes
 

Contents

Class file image Download
{% extends "base.twig" %} {% block content %} <div class="rwidth66 center" id="setup-main"> <h2>Please Enter the Setup Password</h2> {% if error %} <p class="error">{{ error }}</p> {% endif %} <p> If you are using AWS, this is your instance ID. </p> <form method="post">{{ form_token() }} <input type="password" name="pre-install-pw" /> <button type="submit">Continue</button> </form> </div> {% endblock %} {# Style definitions are stored in other Twig templates #} {% block css %} {% include "css/main.css.twig" %} {% include "css/password.css.twig" %} {% endblock %}