File modules/cms/ui/themes/default/html/views/title/show.tpl.src.xml
Last commit: Sun Dec 8 20:56:47 2024 +0100 Jan Dankert New: Users are now able to store bookmarks.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 3 <part class="menu"> 4 <part class="menu-group"> 5 6 <!-- Open/Close-Button on mobiles --> 7 <part class="toolbar-icon,act-nav-open-close,-visible-on-mobile"> 8 <image menu="menu"/> 9 </part> 10 11 <!-- Open the navigation on desktop --> 12 <part 13 class="toolbar-icon,workbench--visible-on-small,act-nav-wide,workbench--visible-on-dialog-open,-visible-on-desktop"> 14 <image class="" menu="menu"/> 15 </part> 16 17 <!-- Placeholder for breadcrumb navigation --> 18 <part class="breadcrumb act-breadcrumb"/> 19 20 </part> 21 <part class="menu-group"> 22 23 <part 24 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 25 <link type="dialog" title="${message:menu_new}" subaction="add"> 26 <image method="add"/> 27 </link> 28 </part> 29 30 <part 31 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 32 <link type="dialog" subaction="pub" title="${message:menu_pub}"> 33 <image method="publish"/> 34 </link> 35 </part> 36 <part 37 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 38 <link type="dialog" subaction="preview" title="${message:menu_preview}"> 39 <image method="preview"/> 40 </link> 41 </part> 42 <part 43 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 44 <link type="dialog" subaction="info" title="${message:menu_info}"> 45 <image method="info"/> 46 </link> 47 </part> 48 <part 49 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 50 <link type="dialog" subaction="prop" title="${message:menu_prop}"> 51 <image method="prop"/> 52 </link> 53 </part> 54 <part 55 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 56 <link type="dialog" subaction="settings" title="${message:menu_settings}" 57 name="${message:menu_settings}"> 58 <image method="settings"/> 59 </link> 60 </part> 61 <part 62 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 63 <link type="dialog" subaction="rights" title="${message:menu_rights}"> 64 <image method="rights"/> 65 </link> 66 </part> 67 <part 68 class="toolbar-icon,act-clickable,filtered,menu-shortcut"> 69 <link type="dialog" subaction="bookmark" title="${message:menu_bookmark}"> 70 <image method="bookmark"/> 71 </link> 72 </part> 73 74 <part class="toolbar-icon,user,menu-category"> 75 <image/><!-- empty image as a divider --> 76 </part> 77 78 79 <!-- Common menu --> 80 <part class="toolbar-icon,menu-category"> 81 <image class="menu-icon" menu="more"/> 82 <text class="menu-label" value="${message:edit}"/> 83 <image class="menu-dropdown-icon" symbol="dropdown"/> 84 <part class="dropdown"> 85 <part 86 class="dropdown-entry,act-clickable,filtered"> 87 <link type="dialog" title="${message:menu_new_desc}" subaction="add"> 88 <image method="add"/> 89 <text class="dropdown-text" value="${message:menu_new}"/> 90 </link> 91 </part> 92 <part 93 class="dropdown-entry,act-clickable,filtered"> 94 <link type="dialog" title="${message:menu_info_desc}" subaction="info"> 95 <image method="info"/> 96 <text class="dropdown-text" value="${message:menu_info}"/> 97 </link> 98 </part> 99 <part 100 class="dropdown-entry,act-clickable,filtered"> 101 <link type="dialog" title="${message:menu_prop_desc}" subaction="prop"> 102 <image method="prop"/> 103 <text class="dropdown-text" value="${message:menu_prop}"/> 104 <text class="dropdown-key,link-keystroke" value="F4"/> 105 </link> 106 </part> 107 <part 108 class="dropdown-entry,act-clickable,filtered"> 109 <link type="dialog" title="${message:menu_settings_desc}" subaction="settings"> 110 <image method="settings"/> 111 <text class="dropdown-text" value="${message:menu_settings}"/> 112 </link> 113 </part> 114 <part 115 class="dropdown-entry,act-clickable,filtered"> 116 <link type="dialog" title="${message:menu_pub_desc}" subaction="pub"> 117 <image method="publish"/> 118 <text class="dropdown-text" value="${message:menu_pub}"/> 119 </link> 120 </part> 121 <part 122 class="dropdown-entry,act-clickable,filtered"> 123 <link type="dialog" title="${message:menu_rights_desc}" subaction="rights"> 124 <image method="rights"/> 125 <text class="dropdown-text" value="${message:menu_rights}"/> 126 </link> 127 </part> 128 <part 129 class="dropdown-entry,act-clickable,filtered"> 130 <link type="dialog" title="${message:menu_history_desc}" subaction="history"> 131 <image method="history"/> 132 <text class="dropdown-text" value="${message:menu_history}"/> 133 </link> 134 </part> 135 <part class="dropdown-divide"/> 136 <part 137 class="dropdown-entry,act-clickable,filtered"> 138 <link type="dialog" title="${message:menu_delete_desc}" subaction="remove"> 139 <image method="delete"/> 140 <text class="dropdown-text" value="${message:menu_delete}"/> 141 </link> 142 </part> 143 <part class="dropdown-divide"/> 144 <part 145 class="dropdown-entry,act-clickable,filtered"> 146 <link type="dialog" title="${message:menu_preview_desc}" subaction="preview"> 147 <image method="preview"/> 148 <text class="dropdown-text" value="${message:menu_preview}"/> 149 </link> 150 </part> 151 <part class="dropdown-divide"/> 152 <part 153 class="dropdown-entry,act-clickable,filtered"> 154 <link type="dialog" title="${message:menu_advanced_desc}" subaction="advanced"> 155 <image method="advanced"/> 156 <text class="dropdown-text" value="${message:menu_advanced}"/> 157 </link> 158 </part> 159 160 <part class="dropdown-divide"/> 161 <part 162 class="dropdown-entry,act-clickable,filtered"> 163 <link type="dialog" title="${message:menu_src_desc}" subaction="src"> 164 <image method="code"/> 165 <text class="dropdown-text" value="${message:menu_src}"/> 166 </link> 167 </part> 168 <part class="dropdown-divide"/> 169 <part class="dropdown-entry,act-clickable,filtered"> 170 <link type="dialog" title="${message:menu_order_desc}" subaction="order"> 171 <image method="order"/> 172 <text class="dropdown-text" value="${message:menu_order}"/> 173 </link> 174 </part> 175 </part> 176 </part> 177 </part> 178 </part> 179 </output>
Downloadmodules/cms/ui/themes/default/html/views/title/show.tpl.src.xml
History Sun, 8 Dec 2024 20:56:47 +0100 Jan Dankert New: Users are now able to store bookmarks. Wed, 30 Oct 2024 22:17:22 +0100 Jan Dankert UI-Refactoring: The navigation is now able to open its own dialog. Fri, 3 Dec 2021 23:27:44 +0100 dankert New: Only allowed methods are shown in the dropdown menu; Some security enhancements. Fri, 2 Apr 2021 00:50:51 +0200 Jan Dankert Disable unused keystrokes Fri, 2 Apr 2021 00:31:39 +0200 Jan Dankert Only 1 Button for shrinking the menu on desktop Sun, 14 Mar 2021 13:59:55 +0100 Jan Dankert UI-Cleanup: Removed menugroup "file" Sun, 14 Mar 2021 13:53:15 +0100 Jan Dankert UI-Cleanup: Removed comments in the title bar. Sun, 14 Mar 2021 13:45:48 +0100 Jan Dankert UI-Cleanup: Removed some entrys out of the common menu Thu, 4 Mar 2021 00:56:19 +0100 Jan Dankert Removed menu entry for 'password' Thu, 4 Mar 2021 00:27:41 +0100 Jan Dankert Removed menu entry for 'archive' (it was not used) Thu, 4 Mar 2021 00:26:03 +0100 Jan Dankert Removed menu entry for 'switch' Thu, 4 Mar 2021 00:11:23 +0100 Jan Dankert Removed menu entry for 'value' (was not reachable) Thu, 4 Mar 2021 00:06:46 +0100 Jan Dankert Removed menu entry for 'changetemplate'. Wed, 3 Mar 2021 23:48:49 +0100 Jan Dankert Removed menu entry for 'maintenance'. Sat, 13 Feb 2021 00:31:17 +0100 Jan Dankert New: Method "new" callable from dropdown menu. Sat, 13 Feb 2021 00:01:53 +0100 Jan Dankert Fix: Navigation is available, while dialog is open; Fix: Shrink Action title text if necessary. Fri, 12 Feb 2021 22:41:40 +0100 Jan Dankert Nicer look of the search input field (outline:none was the key) Wed, 10 Feb 2021 23:05:46 +0100 Jan Dankert Moving the search form upon the navigation, because the search is more like a navigation. Wed, 10 Feb 2021 00:00:21 +0100 Jan Dankert Using only fullscreen views; Navigate to parent instead of complete breadcrumb. Tue, 9 Feb 2021 19:37:04 +0100 Jan Dankert Removing sidebar buttons (all related actions are available via a shortcut icon in the title bar) Tue, 9 Feb 2021 10:54:02 +0100 Jan Dankert More shortcut actions in the title bar. Tue, 9 Feb 2021 00:05:36 +0100 Jan Dankert Moving the breadcrumb navigation to the title bar. Thu, 12 Nov 2020 02:03:32 +0100 Jan Dankert Fixing registering a new user; Fixing forgotten password Wed, 11 Nov 2020 21:47:40 +0100 Jan Dankert Fix: Templatemodel-extensions are now editable. Wed, 11 Nov 2020 01:44:59 +0100 Jan Dankert Fix: The search results are opened with the menu. Mon, 9 Nov 2020 22:24:27 +0100 Jan Dankert New: Setting the CSS class of tables. Thu, 5 Nov 2020 22:51:14 +0100 Jan Dankert Cleaned up the LESS files, more use of the BEM schema. Sun, 1 Nov 2020 22:30:55 +0100 Jan Dankert Cleanup: Removed 'on-action-*'-classes, because the entrys are now controlled directly by the action class. Sun, 1 Nov 2020 22:27:37 +0100 Jan Dankert Refactoring: The active menu entrys are now controlled by the action class; The user switch function is now available as a menu entry. 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. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Tue, 6 Oct 2020 22:23:11 +0200 Jan Dankert Fix: Selecting a link with the selector (this was unusable since the last template refactoring). Searching is implemented, the selector tree must be fixed soon. Mon, 5 Oct 2020 00:10:52 +0200 Jan Dankert Only show database information in development mode. Sun, 4 Oct 2020 23:53:25 +0200 Jan Dankert New: The tree is now hidable with a dedicated button. No more hover effect in the navigation. Sun, 4 Oct 2020 16:33:53 +0200 Jan Dankert Refactoring: Using the icon font for displaying arrows. 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}}. Sun, 23 Feb 2020 23:21:22 +0100 Jan Dankert Fix: Path to template.xsd has changed on the last refactoring. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.