PHP Classes

File: src/Installer/skins/base.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Installer/skins/base.twig   Download  
File: src/Installer/skins/base.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Show the correct Airship version during Install.

See #50
Date: 7 years ago
Size: 1,689 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head>{% block head %} <title>{% block title %}Airship Set Up{% endblock %}</title> {% block page_css %}{% endblock %} <style>{% block css %}{% include "css/main.css.twig" %}{% endblock %}</style> <link rel="stylesheet" href="{{ "/css/font-awesome.min.css"|cachebust }}" type="text/css" /> <link rel='stylesheet' href='/css/pure-0.6.0.css' /> <link rel='stylesheet' href='/static/Hull/base.css' /> <link rel='stylesheet' href='/static/Hull/motif/airship-classic/style.css' /> <script src="/js/jquery.min.js"></script> {% endblock %}</head> <body>{% block body %} <div id="site-wrapper"> <header>{% block header %} <h1>CMS Airship - Installing</h1> <nav> <ul class="navigation"> <li><a href="/">Setup</a></li> </ul> </nav> {% endblock %}</header> <div id="content">{% block content %} {% endblock %}</div> </div> <footer>{% block footer %} <span> Airship v{{ airship_version }} &bull; Created by <a href="https://paragonie.com">Paragon Initiative Enterprises</a> &bull; <a href="https://github.com/paragonie/airship">Open Source</a> &bull; <a href="https://github.com/paragonie/airship-docs">Online Documentation</a> </span> {% endblock %}</footer> {% endblock %} {% block page_js %}{% endblock %} <script>{% block js %}{% endblock %}</script> </body> </html>