File modules/cms/ui/themes/default/html/views/folder/createimage.tpl.src.xml

Last commit: Wed Oct 21 00:26:06 2020 +0200	Jan Dankert	Using fieldsets in all templates (replacing the old '')
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 2 <form enctype="multipart/form-data" target="upload" type="upload" visible="true"> 3 <hidden name="type" default="file"/> 4 <fieldset class="line" label=""> 5 <part class="label"> 6 <label for="name"> 7 <text value="${message:FILE}"/> 8 </label> 9 </part> 10 <part class="value"> 11 <upload name="file" maxlength="${maxlength}" multiple="true"/> 12 </part> 13 </fieldset> 14 <part class="line dropzone-upload"> 15 <part class="label"> 16 </part> 17 <part class="value"> 18 </part> 19 </part> 20 <fieldset class="line" label=""> 21 <part class="label"> 22 <text class="help" value="${message:file_max_size}"/> 23 </part> 24 <part class="value"> 25 <text value="${max_size}"/> 26 </part> 27 </fieldset> 28 <fieldset class="line" label=""> 29 <part class="label"> 30 <text value="${message:HTTP_URL}"/> 31 </part> 32 <part class="value"> 33 <input name="url" size="50"/> 34 </part> 35 </fieldset> 36 <group title="${message:description}"/> 37 <fieldset class="line" label=""> 38 <part class="label"> 39 <text value="${message:NAME}"/> 40 </part> 41 <part class="value"> 42 <input name="name" size="50"/> 43 </part> 44 </fieldset> 45 <fieldset class="line" label=""> 46 <part class="label"> 47 <text value="${message:DESCRIPTION}"/> 48 </part> 49 <part class="value"> 50 <inputarea rows="5" cols="50" name="description" default=""/> 51 </part> 52 </fieldset> 53 </form> 54 </output>
Download modules/cms/ui/themes/default/html/views/folder/createimage.tpl.src.xml
History 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. Thu, 20 Aug 2020 21:15:48 +0200 Jan Dankert Cleanup: Deleting unused components. 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}}. 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.