PHP Classes

File: src/Cabin/Bridge/View/cargo/bridge_home.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/bridge_home.twig   Download  
File: src/Cabin/Bridge/View/cargo/bridge_home.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Improve the Bridge landing page.

- Direct new users to create a new Author before
anything else.
- General UI / UX improvements.
Date: 6 years ago
Size: 871 bytes
 

Contents

Class file image Download
<h2>{{ __("Airship - Bridge") }}</h2> <div id="bridge-home-greeting"> {{ __("Welcome, %s.", "default", user_display_name()) }} </div> <div class="table full-width"> <div class="table-row"> <div class="table-cell"> <h2 class="bridge-home-header">{{ __("Actions") }}</h2> </div> <div class="table-cell table-min-width"> <h2 class="bridge-home-header">{{ __("Statistics") }}</h2> </div> </div> <div class="table-row"> <div class="table-cell bottom-extra-pad" id="bridge-home-actions"> {% include cargo("bridge_home_actions") %} </div> <div class="table-cell table-min-width cell-pad-right bottom-extra-pad" id="bridge-home-stats"> {% include cargo("bridge_home_stats") %} </div> </div> </div> {% include cargo("bridge_home_announcements") %}