File modules/cms/ui/themes/default/html/views/project/history.php

Last commit: Mon Mar 8 15:04:16 2021 +0100	Jan Dankert	UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text.
1 <?php /* THIS FILE IS GENERATED from history.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 <td><?php echo O::escapeHtml('') ?> 10 <span><?php echo O::escapeHtml(''.@O::lang('name').'') ?></span> 11 </td> 12 <td><?php echo O::escapeHtml('') ?> 13 <span><?php echo O::escapeHtml(''.@O::lang('filename').'') ?></span> 14 </td> 15 <td><?php echo O::escapeHtml('') ?> 16 <span><?php echo O::escapeHtml(''.@O::lang('user_username').'') ?></span> 17 </td> 18 <td><?php echo O::escapeHtml('') ?> 19 <span><?php echo O::escapeHtml(''.@O::lang('lastchange').'') ?></span> 20 </td> 21 </tr> 22 <?php foreach((array)@$timeline as $list_key=>$list_value) { extract($list_value); ?> 23 <?php $if4=($typeid=='1'); if($if4) { ?> 24 <?php { $type= 'folder'; ?> 25 <?php } ?> 26 <?php } ?> 27 <?php $if4=($typeid=='2'); if($if4) { ?> 28 <?php { $type= 'file'; ?> 29 <?php } ?> 30 <?php } ?> 31 <?php $if4=($typeid=='3'); if($if4) { ?> 32 <?php { $type= 'page'; ?> 33 <?php } ?> 34 <?php } ?> 35 <?php $if4=($typeid=='4'); if($if4) { ?> 36 <?php { $type= 'link'; ?> 37 <?php } ?> 38 <?php } ?> 39 <?php $if4=($typeid=='5'); if($if4) { ?> 40 <?php { $type= 'url'; ?> 41 <?php } ?> 42 <?php } ?> 43 <tr class="<?php echo O::escapeHtml('or-data') ?>"><?php echo O::escapeHtml('') ?> 44 <td class="<?php echo O::escapeHtml('or-act-clickable') ?>"><?php echo O::escapeHtml('') ?> 45 <a target="<?php echo O::escapeHtml('_self') ?>" data-name="<?php echo O::escapeHtml(''.@$name.'') ?>" name="<?php echo O::escapeHtml(''.@$name.'') ?>" data-type="<?php echo O::escapeHtml('open') ?>" data-action="<?php echo O::escapeHtml(''.@$type.'') ?>" data-method="<?php echo O::escapeHtml('') ?>" data-id="<?php echo O::escapeHtml(''.@$objectid.'') ?>" data-extra="<?php echo O::escapeHtml('[]') ?>" href="<?php echo O::escapeHtml('#/'.@$type.'/'.@$objectid.'') ?>" class="<?php echo O::escapeHtml('or-link') ?>"><?php echo O::escapeHtml('') ?> 46 <span><?php echo O::escapeHtml(''.@$name.'') ?></span> 47 </a> 48 </td> 49 <td><?php echo O::escapeHtml('') ?> 50 <span><?php echo O::escapeHtml(''.@$filename.'') ?></span> 51 </td> 52 <td><?php echo O::escapeHtml('') ?> 53 <span><?php echo O::escapeHtml(''.@$username.'') ?></span> 54 </td> 55 <td><?php echo O::escapeHtml('') ?> 56 <?php include_once( 'modules/template_engine/components/html/component_date/component-date.php'); { component_date($lastchange_date); ?> 57 <?php } ?> 58 </td> 59 </tr> 60 <?php } ?> 61 </table> 62 </div> 63 </div>
Download modules/cms/ui/themes/default/html/views/project/history.php
History Mon, 8 Mar 2021 15:04:16 +0100 Jan Dankert UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text. 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. Wed, 10 Feb 2021 00:00:21 +0100 Jan Dankert Using only fullscreen views; Navigate to parent instead of complete breadcrumb. Tue, 17 Nov 2020 23:51:00 +0100 Jan Dankert Refactoring: Every Actionmethod has now its own class. 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. 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. 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, 11 Jul 2020 00:49:57 +0200 Jan Dankert Fix: if-statements with equals-attribute, the attribute is considered as a string. 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.