PHP Classes

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

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/bridge_pages_metadata.twig   Download  
File: src/Cabin/Bridge/View/cargo/bridge_pages_metadata.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: 7 years ago
Size: 1,417 bytes
 

Contents

Class file image Download
<div class="table-row"> <label class="table-cell metadata-label"> {{ __("Page Title") }}: </label> <div class="table-cell bridge_page_metadata_value"> <input class="metadata-input" name="metadata[title]" placeholder="{{ __("Text for the title bar of the browser when viewing this page.")|e('html_attr') }}" type="text" value="{{ metadata.title|e('html_attr') }}" /> </div> </div> <div class="table-row"> <label class="table-cell metadata-label"> {{ __("Keywords") }}: </label> <div class="table-cell bridge_page_metadata_value"> <input class="metadata-input" name="metadata[keywords]" placeholder="{{ __("Keywords for the document's meta tags.")|e('html_attr') }}" type="text" value="{{ metadata.keywords|e('html_attr') }}" /> </div> </div> <div class="table-row"> <label class="table-cell metadata-label"> {{ __("Description") }}: </label> <div class="table-cell bridge_page_metadata_value"> <input class="metadata-input" name="metadata[description]" placeholder="{{ __("Description for the RSS reader and meta tags.")|e('html_attr') }}" type="text" value="{{ metadata.description|e('html_attr') }}" /> </div> </div>