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

Last commit: Sat Dec 4 01:27:06 2021 +0100	dankert	Fix: Pageelement has no language
1 <?php /* THIS FILE IS GENERATED from info.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-area') ?>"><?php echo O::escapeHtml('') ?> 4 <table class="<?php echo O::escapeHtml('or-table') ?>"><?php echo O::escapeHtml('') ?> 5 <tr class="<?php echo O::escapeHtml('or-table-header') ?>"><?php echo O::escapeHtml('') ?> 6 <th><?php echo O::escapeHtml('') ?> 7 <span><?php echo O::escapeHtml(''.@O::lang('name').'') ?></span> 8 </th> 9 <th><?php echo O::escapeHtml('') ?> 10 <span><?php echo O::escapeHtml(''.@$name.'') ?></span> 11 </th> 12 </tr> 13 <tr><?php echo O::escapeHtml('') ?> 14 <td><?php echo O::escapeHtml('') ?> 15 <span><?php echo O::escapeHtml(''.@O::lang('description').'') ?></span> 16 </td> 17 <td><?php echo O::escapeHtml('') ?> 18 <span><?php echo O::escapeHtml(''.@$description.'') ?></span> 19 </td> 20 </tr> 21 <tr><?php echo O::escapeHtml('') ?> 22 <td><?php echo O::escapeHtml('') ?> 23 <span><?php echo O::escapeHtml(''.@O::lang('type').'') ?></span> 24 </td> 25 <td class="<?php echo O::escapeHtml('or-filename') ?>"><?php echo O::escapeHtml('') ?> 26 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-el_'.@$element_type.'') ?>"><?php echo O::escapeHtml('') ?></i> 27 <span><?php echo O::escapeHtml(''.@O::lang('el_'.@$element_type.'').'') ?></span> 28 </td> 29 </tr> 30 <tr><?php echo O::escapeHtml('') ?> 31 <td><?php echo O::escapeHtml('') ?> 32 <span><?php echo O::escapeHtml(''.@O::lang('template').'') ?></span> 33 </td> 34 <td class="<?php echo O::escapeHtml('or-act-clickable') ?>"><?php echo O::escapeHtml('') ?> 35 <a target="<?php echo O::escapeHtml('_self') ?>" data-type="<?php echo O::escapeHtml('open') ?>" data-action="<?php echo O::escapeHtml('template') ?>" data-method="<?php echo O::escapeHtml('') ?>" data-id="<?php echo O::escapeHtml(''.@$template_id.'') ?>" data-extra="<?php echo O::escapeHtml('[]') ?>" href="<?php echo O::escapeHtml('#/template/'.@$template_id.'') ?>" class="<?php echo O::escapeHtml('or-link') ?>"><?php echo O::escapeHtml('') ?> 36 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-template') ?>"><?php echo O::escapeHtml('') ?></i> 37 <span><?php echo O::escapeHtml(''.@$template_name.'') ?></span> 38 </a> 39 </td> 40 </tr> 41 <tr><?php echo O::escapeHtml('') ?> 42 <td><?php echo O::escapeHtml('') ?> 43 <span><?php echo O::escapeHtml(''.@O::lang('element').'') ?></span> 44 </td> 45 <td class="<?php echo O::escapeHtml('or-act-clickable') ?>"><?php echo O::escapeHtml('') ?> 46 <a target="<?php echo O::escapeHtml('_self') ?>" data-name="<?php echo O::escapeHtml(''.@$element_name.'') ?>" name="<?php echo O::escapeHtml(''.@$element_name.'') ?>" data-type="<?php echo O::escapeHtml('open') ?>" data-action="<?php echo O::escapeHtml('element') ?>" data-method="<?php echo O::escapeHtml('') ?>" data-id="<?php echo O::escapeHtml(''.@$element_id.'') ?>" data-extra="<?php echo O::escapeHtml('[]') ?>" href="<?php echo O::escapeHtml('#/element/'.@$element_id.'') ?>" class="<?php echo O::escapeHtml('or-link') ?>"><?php echo O::escapeHtml('') ?> 47 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-el_'.@$element_type.'') ?>"><?php echo O::escapeHtml('') ?></i> 48 <span><?php echo O::escapeHtml(''.@$element_name.'') ?></span> 49 </a> 50 </td> 51 </tr> 52 <tr><?php echo O::escapeHtml('') ?> 53 <td><?php echo O::escapeHtml('') ?> 54 <span><?php echo O::escapeHtml(''.@O::lang('format').'') ?></span> 55 <span><?php echo O::escapeHtml(''.@O::lang('element').'') ?></span> 56 </td> 57 <td><?php echo O::escapeHtml('') ?> 58 <span><?php echo O::escapeHtml(''.@$element_format.'') ?></span> 59 </td> 60 </tr> 61 </table> 62 </div> 63 </div>
Download modules/cms/ui/themes/default/html/views/pageelement/info.php
History Sat, 4 Dec 2021 01:27:06 +0100 dankert Fix: Pageelement has no language Mon, 8 Mar 2021 01:24:06 +0100 Jan Dankert New: Action menu on many lists; tables have now a fixed layout Wed, 10 Feb 2021 00:00:21 +0100 Jan Dankert Using only fullscreen views; Navigate to parent instead of complete breadcrumb. 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. Wed, 11 Nov 2020 23:24:28 +0100 Jan Dankert Fixing editing value of files,images,texts. Mon, 9 Nov 2020 22:24:27 +0100 Jan Dankert New: Setting the CSS class of tables. Mon, 26 Oct 2020 21:36:14 +0100 Jan Dankert Rename css class 'clickable' to 'act-clickable'; enhanced view 'info' for projects. Sat, 24 Oct 2020 23:51:11 +0200 Jan Dankert Cleanup LESS files, introduce BEM. Thu, 22 Oct 2020 14:14:32 +0200 Jan Dankert The href-attribute of links should contain a relative url for internal links. 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. 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. 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}}. Thu, 27 Feb 2020 22:30:13 +0100 Jan Dankert New: ValueExpressions are able to contain other Value objects. Now data-driven messages are possible again :) 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.