PHP Classes

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

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/bridge_pages_dir_new.twig   Download  
File: src/Cabin/Bridge/View/cargo/bridge_pages_dir_new.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: 992 bytes
 

Contents

Class file image Download
<h2 class="nomargin">{{ __("New Directory") }}</h2> <form method="post">{{ form_token() }} <div class="form-table table-pad-1"> <div class="table-row"> <label class="table-cell"> {{ __("Cabin") }}: </label> <div class="table-cell"> {{ cabin }} </div> </div> <div class="table-row"> <label class="table-cell" for="dir_name"> {{ __("Directory Name") }}: </label> <div class="table-cell"> {{ dir }}/<input id="dir_name" type="text" name="url" /> </div> </div> <div class="table-row"> <label class="table-cell"></label> <div> <button type="submit" name="save_btn" value="publish" class="pure-button pure-button-secondary"> {{ __("Create Directory") }} </button> </div> </div> </div> </form>