File modules/cms/ui/themes/default/html/views/user/rights.php

Last commit: Sun Apr 18 01:21:33 2021 +0200	Jan Dankert	Fix: Correct CSS3 syntax for transitions on multiple properties; New: Using a transition for open/close collapsibles.
1 <?php /* THIS FILE IS GENERATED from rights.tpl.src.xml - DO NOT CHANGE */ defined('APP_STARTED') || die('Forbidden'); use \template_engine\Output as O; ?> 2 <?php foreach((array)@$projects as $list_key=>$list_value) { extract($list_value); ?> 3 <section class="<?php echo O::escapeHtml('or-group or-collapsible or-collapsible--is-open or-collapsible--is-visible or-collapsible--show') ?>"><?php echo O::escapeHtml('') ?> 4 <h2 class="<?php echo O::escapeHtml('or-collapsible-title or-group-title or-collapsible-act-switch') ?>"><?php echo O::escapeHtml('') ?> 5 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--node-closed or-collapsible--on-closed') ?>"><?php echo O::escapeHtml('') ?></i> 6 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--node-open or-collapsible--on-open') ?>"><?php echo O::escapeHtml('') ?></i> 7 <span><?php echo O::escapeHtml(''.@$projectname.'') ?></span> 8 </h2> 9 <div class="<?php echo O::escapeHtml('or-collapsible-value or-group-value') ?>"><?php echo O::escapeHtml('') ?> 10 <?php $if4=(($rights)==FALSE); if($if4) { ?> 11 <div class="<?php echo O::escapeHtml('or-') ?>"><?php echo O::escapeHtml('') ?> 12 <span><?php echo O::escapeHtml(''.@O::lang('NOT_FOUND').'') ?></span> 13 </div> 14 <?php } ?> 15 <?php $if4=!(($rights)==FALSE); if($if4) { ?> 16 <div class="<?php echo O::escapeHtml('or-table-wrapper') ?>"><?php echo O::escapeHtml('') ?> 17 <div class="<?php echo O::escapeHtml('or-table-filter') ?>"><?php echo O::escapeHtml('') ?> 18 <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('') ?> 19 </div> 20 <div class="<?php echo O::escapeHtml('or-table-area') ?>"><?php echo O::escapeHtml('') ?> 21 <table class="<?php echo O::escapeHtml('or-table') ?>"><?php echo O::escapeHtml('') ?> 22 <tr class="<?php echo O::escapeHtml('or-table-header') ?>"><?php echo O::escapeHtml('') ?> 23 <th class="<?php echo O::escapeHtml('or-table-column-user') ?>"><?php echo O::escapeHtml('') ?> 24 <span><?php echo O::escapeHtml(''.@O::lang('USER').'') ?></span> 25 </th> 26 <th class="<?php echo O::escapeHtml('or-table-column-auto') ?>"><?php echo O::escapeHtml('') ?> 27 <span><?php echo O::escapeHtml(''.@O::lang('NAME').'') ?></span> 28 </th> 29 <th class="<?php echo O::escapeHtml('or-table-column-user') ?>"><?php echo O::escapeHtml('') ?> 30 <span><?php echo O::escapeHtml(''.@O::lang('LANGUAGE').'') ?></span> 31 </th> 32 <?php foreach((array)@$show as $list_key=>$t) { ?> 33 <th class="<?php echo O::escapeHtml('or-table-column-action') ?>"><?php echo O::escapeHtml('') ?> 34 <span title="<?php echo O::escapeHtml(''.@O::lang('acl_'.@$t.'').'') ?>"><?php echo O::escapeHtml(''.@O::lang('acl_'.@$t.'_abbrev').'') ?></span> 35 </th> 36 <?php } ?> 37 </tr> 38 <?php foreach((array)@$rights as $aclid=>$acl) { extract($acl); ?> 39 <tr class="<?php echo O::escapeHtml('or-data or-act-clickable') ?>"><?php echo O::escapeHtml('') ?> 40 <td><?php echo O::escapeHtml('') ?> 41 <?php $if9=(isset($username)); if($if9) { ?> 42 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-user') ?>"><?php echo O::escapeHtml('') ?></i> 43 <span><?php echo O::escapeHtml(''.@$username.'') ?></span> 44 <?php } ?> 45 <?php $if9=(isset($groupname)); if($if9) { ?> 46 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-group') ?>"><?php echo O::escapeHtml('') ?></i> 47 <span><?php echo O::escapeHtml(''.@$groupname.'') ?></span> 48 <?php } ?> 49 <?php $if9=!(isset($username)); if($if9) { ?> 50 <?php $if10=!(isset($groupname)); if($if10) { ?> 51 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-group') ?>"><?php echo O::escapeHtml('') ?></i> 52 <span><?php echo O::escapeHtml(''.@O::lang('all').'') ?></span> 53 <?php } ?> 54 <?php } ?> 55 <?php { unset($username) ?> 56 <?php } ?> 57 <?php { unset($groupname) ?> 58 <?php } ?> 59 </td> 60 <td><?php echo O::escapeHtml('') ?> 61 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-'.@$objecttype.'') ?>"><?php echo O::escapeHtml('') ?></i> 62 <a target="<?php echo O::escapeHtml('_self') ?>" data-type="<?php echo O::escapeHtml('open') ?>" data-action="<?php echo O::escapeHtml(''.@$objecttype.'') ?>" data-method="<?php echo O::escapeHtml('') ?>" data-id="<?php echo O::escapeHtml(''.@$objectid.'') ?>" data-extra="<?php echo O::escapeHtml('[]') ?>" href="<?php echo O::escapeHtml('#/'.@$objecttype.'/'.@$objectid.'') ?>" class="<?php echo O::escapeHtml('or-link') ?>"><?php echo O::escapeHtml('') ?> 63 <span title="<?php echo O::escapeHtml(''.@O::lang('select').'') ?>"><?php echo O::escapeHtml(''.@$objectname.'') ?></span> 64 </a> 65 </td> 66 <td><?php echo O::escapeHtml('') ?> 67 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-language') ?>"><?php echo O::escapeHtml('') ?></i> 68 <span><?php echo O::escapeHtml(''.@$languagename.'') ?></span> 69 </td> 70 <?php foreach((array)@$show as $list_key=>$list_value) { ?> 71 <td><?php echo O::escapeHtml('') ?> 72 <?php { $$list_value= $bits[''.@$list_value.'']; ?> 73 <?php } ?> 74 <input type="<?php echo O::escapeHtml('checkbox') ?>" name="<?php echo O::escapeHtml(''.@$list_value.'') ?>" disabled="<?php echo O::escapeHtml('disabled') ?>" value="<?php echo O::escapeHtml('1') ?>" <?php if(@$$list_value){ ?>checked="<?php echo O::escapeHtml('checked') ?>"<?php } ?> class="<?php echo O::escapeHtml('or-form-checkbox') ?>" /><?php echo O::escapeHtml('') ?> 75 </td> 76 <?php } ?> 77 </tr> 78 <?php } ?> 79 </table> 80 </div> 81 </div> 82 <?php } ?> 83 </div> 84 </section> 85 <?php } ?>
Download modules/cms/ui/themes/default/html/views/user/rights.php
History Sun, 18 Apr 2021 01:21:33 +0200 Jan Dankert Fix: Correct CSS3 syntax for transitions on multiple properties; New: Using a transition for open/close collapsibles. Sat, 17 Apr 2021 01:40:04 +0200 Jan Dankert Cleanup table layouts 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. 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. Sun, 18 Oct 2020 01:30:49 +0200 Jan Dankert New component "fieldset" for better form layout. Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Sun, 4 Oct 2020 16:33:53 +0200 Jan Dankert Refactoring: Using the icon font for displaying arrows. Sat, 3 Oct 2020 00:50:14 +0200 Jan Dankert Fix: Show the rights of node objects. 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. Mon, 21 Sep 2020 22:48:59 +0200 Jan Dankert Complexe refactoring: Moving all generation logic from the model (Value,Page,File) to generators classes. 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. Mon, 17 Aug 2020 22:22:54 +0200 Jan Dankert Cleanup: Templates with text component should only use 'value'. 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}}. Sat, 9 May 2020 08:10:50 +0200 Jan Dankert New: A new titlekey attribute. This should be fixed sometimes in a new variable resolver which supports nested variables. 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.