File modules/cms/ui/themes/default/html/views/pageelement/diff.php

Last commit: Sun Dec 5 22:09:08 2021 +0100	dankert	Fix: The Diff function was broken.
1 <?php /* THIS FILE IS GENERATED from diff.tpl.src.xml - DO NOT CHANGE */ defined('APP_STARTED') || die('Forbidden'); use \template_engine\Output as O; ?> 2 <div class="<?php echo O::escapeHtml('or-table-wrapper') ?>"><?php echo O::escapeHtml('') ?> 3 <div class="<?php echo O::escapeHtml('or-table-filter') ?>"><?php echo O::escapeHtml('') ?> 4 <input type="<?php echo O::escapeHtml('search') ?>" name="<?php echo O::escapeHtml('filter') ?>" placeholder="<?php echo O::escapeHtml(''.@O::lang('SEARCH_FILTER').'') ?>" class="<?php echo O::escapeHtml('or-input or-table-filter-input') ?>" /><?php echo O::escapeHtml('') ?> 5 </div> 6 <div class="<?php echo O::escapeHtml('or-table-area') ?>"><?php echo O::escapeHtml('') ?> 7 <table class="<?php echo O::escapeHtml('or-table') ?>"><?php echo O::escapeHtml('') ?> 8 <tr class="<?php echo O::escapeHtml('or-table-header') ?>"><?php echo O::escapeHtml('') ?> 9 <th class="<?php echo O::escapeHtml('or-table-column-auto') ?>"><?php echo O::escapeHtml('') ?> 10 <em><?php echo O::escapeHtml(''.@O::lang('COMPARE').'') ?></em> 11 <span><?php echo O::escapeHtml(' ') ?></span> 12 <?php include_once( 'modules/template_engine/components/html/component_date/component-date.php'); { component_date($date_left); ?> 13 <?php } ?> 14 </th> 15 <th class="<?php echo O::escapeHtml('or-table-column-auto') ?>"><?php echo O::escapeHtml('') ?> 16 <em><?php echo O::escapeHtml(''.@O::lang('WITH').' ') ?></em> 17 <span><?php echo O::escapeHtml(' ') ?></span> 18 <?php include_once( 'modules/template_engine/components/html/component_date/component-date.php'); { component_date($date_right); ?> 19 <?php } ?> 20 </th> 21 </tr> 22 <tr><?php echo O::escapeHtml('') ?> 23 <td colspan="<?php echo O::escapeHtml('2') ?>"><?php echo O::escapeHtml('') ?></td> 24 </tr> 25 <?php foreach((array)@$diff as $list_key=>$list_value) { extract($list_value); ?> 26 <tr class="<?php echo O::escapeHtml('or-diff') ?>"><?php echo O::escapeHtml('') ?> 27 <?php $if5=(isset($left)); if($if5) { ?> 28 <td title="<?php echo O::escapeHtml(''.@$left['text'].'') ?>" class="<?php echo O::escapeHtml('or-diff-text--'.@$left['type'].'') ?>"><?php echo O::escapeHtml('') ?> 29 <span><?php echo O::escapeHtml(''.@$left['text'].'') ?></span> 30 </td> 31 <?php } ?> 32 <?php if(!$if5) { ?> 33 <td><?php echo O::escapeHtml('') ?> 34 <span><?php echo O::escapeHtml(' ') ?></span> 35 </td> 36 <?php } ?> 37 <?php $if5=(isset($right)); if($if5) { ?> 38 <td title="<?php echo O::escapeHtml(''.@$right['text'].'') ?>" class="<?php echo O::escapeHtml('or-diff-text--'.@$right['type'].'') ?>"><?php echo O::escapeHtml('') ?> 39 <span><?php echo O::escapeHtml(''.@$right['text'].'') ?></span> 40 </td> 41 <?php } ?> 42 <?php if(!$if5) { ?> 43 <td><?php echo O::escapeHtml('') ?> 44 <span><?php echo O::escapeHtml(' ') ?></span> 45 </td> 46 <?php } ?> 47 </tr> 48 <?php } ?> 49 </table> 50 </div> 51 </div>
Download modules/cms/ui/themes/default/html/views/pageelement/diff.php
History Sun, 5 Dec 2021 22:09:08 +0100 dankert Fix: The Diff function was broken. Mon, 8 Mar 2021 01:24:06 +0100 Jan Dankert New: Action menu on many lists; tables have now a fixed layout Thu, 4 Mar 2021 02:00:11 +0100 Jan Dankert New: Show all page filenames in info. Sun, 15 Nov 2020 21:52:19 +0100 Jan Dankert Optimized template element renderer: Elements without children are closed in the same line. This fixes the space problem in HTML textareas. Fri, 13 Nov 2020 00:12:44 +0100 Jan Dankert Fixing Pagelement-History and Diff. Mon, 9 Nov 2020 22:24:27 +0100 Jan Dankert New: Setting the CSS class of tables. Sat, 31 Oct 2020 00:43:29 +0100 Jan Dankert New: Support for OpenId Connect; Removed: Support for LDAP. Thu, 22 Oct 2020 13:54:16 +0200 Jan Dankert A notice for generated files. Sat, 17 Oct 2020 02:19:44 +0200 Jan Dankert Fix: Include of resources was broken since the last components refactoring. Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Fri, 2 Oct 2020 23:11:48 +0200 Jan Dankert Cleanup: No '.inputholder' any more, notices with links to objects. Sun, 27 Sep 2020 04:09:05 +0200 Jan Dankert Refactoring: The tree functions should use normal templates as the other actions. Beware of the JS hell. Sat, 26 Sep 2020 21:05:03 +0200 Jan Dankert Refactoring: An alias for the Output class, this results in a cleaner template. Sat, 26 Sep 2020 13:11:23 +0200 Jan Dankert Refactoring: No global variables any more. All constants are capsulated by classes. Sat, 26 Sep 2020 04:03:53 +0200 Jan Dankert Refactoring: read language keys with a class. Sat, 29 Aug 2020 03:23:06 +0200 Jan Dankert Refactoring: Improved Exception-Handling; New: Generating pages using a page context which considers page aliases. Mon, 17 Aug 2020 22:52:37 +0200 Jan Dankert Cleanup: Killing the old odd 'GLOBAL_' message prefixes. Sat, 16 May 2020 01:08:40 +0200 Jan Dankert Refactoring: Switching the ValueExpressions in the templates to the new VariableResolver for supporting nested variables like ${message:prefix_${key}}. Sun, 23 Feb 2020 23:22:50 +0100 Jan Dankert First template compilation with new element renderer. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.