File modules/cms/ui/themes/default/html/views/login/license.tpl.src.xml

Last commit: Fri Dec 6 23:29:56 2024 +0100	Jan Dankert	UI: Cleaner profile dialog in navigation menu.
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="form"> 4 <text class="name" value="${cms_name}"/> 5 <text class="addition" value="${cms_version}"/> 6 <text class="addition" value="${cms_operator}"/> 7 8 <group title="${message:SYSTEM}"> 9 <fieldset label="${message:DATE_TIME}"> 10 <text value="${time}"/> 11 </fieldset> 12 <fieldset label="${message:OPERATING_SYSTEM}"> 13 <part> 14 <text value="${os}"/> 15 <text value="${release}"/> 16 <text value="${machine}"/> 17 </part> 18 </fieldset> 19 <fieldset label="${message:INTERPRETER}"> 20 <text value="${version}"/> 21 </fieldset> 22 </group> 23 24 <group title="${message:LICENSE}"> 25 <table filter="false"> 26 <!-- looks cleaner without 27 <row header="true" class="table-column-auto"> 28 <column> 29 <text value="${message:name}"/> 30 </column> 31 <column class="table-column-date"> 32 <text value="${message:license}"/> 33 </column> 34 </row>--> 35 <list list="${software}" extract="true"> 36 <row class="data"> 37 <column class="act-clickable"> 38 <link type="external" url="${url}"> 39 <text value="${name}"/> 40 </link> 41 </column> 42 <column> 43 <text value="${license}"/> 44 </column> 45 </row> 46 </list> 47 </table> 48 </group> 49 </part> 50 </output>
Download modules/cms/ui/themes/default/html/views/login/license.tpl.src.xml
History Fri, 6 Dec 2024 23:29:56 +0100 Jan Dankert UI: Cleaner profile dialog in navigation menu. Sat, 4 Dec 2021 00:40:11 +0100 dankert New: Show only user info if there is a current user. Sat, 17 Apr 2021 01:59:54 +0200 Jan Dankert Cleanup license info, dropped Jquery UI 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, 26 Oct 2020 21:36:14 +0100 Jan Dankert Rename css class 'clickable' to 'act-clickable'; enhanced view 'info' for projects. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') 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. 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.