File modules/cms/ui/themes/default/html/views/object/info.tpl.src.xml

Last commit: Thu Feb 16 23:18:09 2023 +0100	Jan Dankert	Fix: Tags for pages.
1 <output xmlns="http://www.openrat.de/template" xmlns:html="http://www.w3.org/1999/xhtml" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 4 <group> 5 <fieldset label="${message:name}"> 6 <text value="${name}" class="name"/> 7 </fieldset> 8 <fieldset label="${message:filename}"> 9 <text value="${filename}" class="input--filename"/> 10 </fieldset> 11 <fieldset label="${message:file_extension}"> 12 <text value="${extension}" class="input--extension"/> 13 </fieldset> 14 <fieldset label="${message:description}"> 15 <text value="${description}"/> 16 <part class="act-clickable"> 17 <link class="btn" type="edit" action="object" subaction="prop"> 18 <text value="${message:edit}"/> 19 </link> 20 </part> 21 </fieldset> 22 </group> 23 24 <include file="../include/tags" /> 25 26 <list list="${languages}" extract="true"> 27 <group title="${languagename}"> 28 <fieldset label="${message:name}"> 29 <text value="${name}"/> 30 <text type="small" value="${description}"/> 31 <part class="act-clickable"> 32 <link class="btn" type="edit" action="object" subaction="name" var1="languageid" 33 value1="${languageid}"> 34 <text value="${message:edit}"/> 35 </link> 36 </part> 37 </fieldset> 38 </group> 39 </list> 40 41 <group title="${message:additional_info}"> 42 <fieldset label="${message:full_filename}"> 43 <text value="${full_filename}"/> 44 </fieldset> 45 <fieldset label="${message:FILE_SIZE}"> 46 <text value="${size}"/> 47 </fieldset> 48 <fieldset label=""> 49 <part class="value,act-clickable"> 50 <link class="action" type="dialog" subaction="size"> 51 <text value="${message:menu_file_size}"/> 52 </link> 53 </part> 54 </fieldset> 55 <fieldset label="${message:id}"> 56 <text value="${objectid}"/> 57 </fieldset> 58 59 <if present="cache_filename"> 60 <fieldset label="${message:CACHE_FILENAME}"> 61 <part> 62 <text value="${cache_filename}"/> 63 <newline/> 64 <image icon="el_date"/> 65 <date date="${cache_filemtime}"/> 66 </part> 67 </fieldset> 68 </if> 69 </group> 70 <include file="../include/references"/> 71 <include file="../include/validity"/> 72 <include file="../include/timestamps"/> 73 <include file="../include/settings"/> 74 75 </output>
Download modules/cms/ui/themes/default/html/views/object/info.tpl.src.xml
History Thu, 16 Feb 2023 23:18:09 +0100 Jan Dankert Fix: Tags for pages. Thu, 16 Feb 2023 01:04:38 +0100 Jan Dankert New: Tags for base objects. Tue, 9 Mar 2021 09:17:27 +0100 Jan Dankert New: Show all links ('references') to the current object. Thu, 4 Mar 2021 03:39:25 +0100 Jan Dankert New: Separate edit action for images and texts. Thu, 4 Mar 2021 02:00:11 +0100 Jan Dankert New: Show all page filenames in info. Sun, 15 Nov 2020 00:26:57 +0100 Jan Dankert New: Aliases are now openable in the navigation tree. Sun, 15 Nov 2020 00:00:33 +0100 Jan Dankert Fix: Editing of names and descriptions for pages and other objects. Sat, 14 Nov 2020 22:32:01 +0100 Jan Dankert Fix: Show name/description of default language. Wed, 11 Nov 2020 20:53:45 +0100 Jan Dankert Cleaned up some view. Tue, 10 Nov 2020 00:04:55 +0100 Jan Dankert urls must be edited in the modal dialog. Mon, 26 Oct 2020 21:36:14 +0100 Jan Dankert Rename css class 'clickable' to 'act-clickable'; enhanced view 'info' for projects. Sun, 25 Oct 2020 01:45:39 +0200 Jan Dankert Fix: the flattened arrays were missing some values oO 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. Mon, 17 Aug 2020 22:52:37 +0200 Jan Dankert Cleanup: Killing the old odd 'GLOBAL_' message prefixes. 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.