PHP Classes

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

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

Contents

Class file image Download
<div id="page_history_header"> {% include cargo("bridge_blog_post_history_header") %} </div> <a href="{{ cabin_url() }}blog/post/history/{{ blog.postid }}/view/{{ left.uniqueid|e('html_attr') }}">{{ __("Left") }}</a> <a href="{{ cabin_url() }}blog/post/history/{{ blog.postid }}/view/{{ right.uniqueid|e('html_attr') }}">{{ __("Right") }}</a> <div class="form-table"> <textarea title="{{ __("Left")|e('html_attr') }}" id="diff_src_left" class="hidden" >{{ left.body|default('')|e('html_attr') }}</textarea> <textarea title="{{ __("Right")|e('html_attr') }}" id="diff_src_right" class="hidden" >{{ right.body|default('')|e('html_attr') }}</textarea> <div id="diff_output" class="monospace"></div> </div>