2024-04-09 11:33:50 +02:00
|
|
|
<root>
|
|
|
|
<Selection><![CDATA[
|
|
|
|
<p><span class=label>
|
2024-04-10 09:41:31 +02:00
|
|
|
%=l('${prefix}_${Label}')
|
2024-04-09 11:33:50 +02:00
|
|
|
</span><span class=data>
|
|
|
|
% my @${Name}_options = ${Value};
|
|
|
|
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
|
|
|
|
%= select_field '${Name}' => @${Name}_options, class => 'input'
|
|
|
|
<br></span> </p>
|
|
|
|
]]></Selection>
|
2024-09-15 13:06:34 +02:00
|
|
|
|
|
|
|
|
2024-04-09 11:33:50 +02:00
|
|
|
|
|
|
|
<Textarea><![CDATA[
|
|
|
|
<span class=label>
|
2024-04-10 09:41:31 +02:00
|
|
|
%=l('${prefix}_${Label}')
|
2024-04-09 11:33:50 +02:00
|
|
|
</span><span class=data>
|
|
|
|
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
|
2024-04-09 16:36:30 +02:00
|
|
|
%= text_area '${Name}', cols=>${cols | 40}, rows=>${rows | 10}
|
2024-04-09 11:33:50 +02:00
|
|
|
</span><br>
|
|
|
|
]]></Textarea>
|
|
|
|
|
|
|
|
<Date><![CDATA[
|
|
|
|
<span class=label>
|
2024-05-05 10:31:10 +02:00
|
|
|
%=l('${prefix}_${Label}')
|
2024-04-09 11:33:50 +02:00
|
|
|
</span><span class=data>
|
2024-04-09 16:36:30 +02:00
|
|
|
%=date_field '${Name}' =>$$${Name}, pattern=>${regexp | .*}
|
2024-04-09 11:33:50 +02:00
|
|
|
</span><br>
|
|
|
|
]]></Date>
|
|
|
|
|
2024-09-15 13:06:34 +02:00
|
|
|
<Time><![CDATA[
|
|
|
|
<span class=label>
|
|
|
|
%=l('${prefix}_${Label}')
|
|
|
|
</span><span class=data>
|
|
|
|
%=time_field '${Name}' =>$$${Name}, pattern=>${regexp | .*}
|
|
|
|
</span><br>
|
|
|
|
]]></Time>
|
|
|
|
|
|
|
|
|
2024-09-15 17:01:09 +02:00
|
|
|
<Text><![CDATA[
|
2024-04-09 11:33:50 +02:00
|
|
|
<p><span class=label>
|
2024-04-10 09:41:31 +02:00
|
|
|
%=l('${prefix}_${Label}')
|
2024-04-09 11:33:50 +02:00
|
|
|
</span><span class=data>
|
|
|
|
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
|
2024-09-20 18:31:09 +02:00
|
|
|
%= text_field '${Name}', size => '${size | 50}', class => 'textinput ${Name}' , pattern=>'${regexp | ".*"}' , placeholder=>'${placeholder | Name}'
|
2024-04-09 11:33:50 +02:00
|
|
|
<br></span></p>
|
2024-09-15 17:01:09 +02:00
|
|
|
]]></Text>
|
2024-04-09 11:33:50 +02:00
|
|
|
|
2024-04-28 13:03:06 +02:00
|
|
|
<SubHeader><![CDATA[
|
2024-09-22 12:57:14 +02:00
|
|
|
<h2 class='subh${type_serial}'><%=l('${Value}')%></h2>]]>
|
2024-04-28 13:03:06 +02:00
|
|
|
</SubHeader>
|
2024-09-16 15:01:17 +02:00
|
|
|
|
|
|
|
<Header><![CDATA[
|
2024-09-22 12:57:14 +02:00
|
|
|
<h1 class='head${type_serial}'><%=l('${Value}')%></h1>]]>
|
2024-09-16 15:01:17 +02:00
|
|
|
</Header>
|
2024-04-24 17:09:23 +02:00
|
|
|
|
|
|
|
<Paragraph><![CDATA[
|
2024-09-20 18:31:09 +02:00
|
|
|
<p class='paragraph para${type_serial}'>
|
2024-09-16 15:01:17 +02:00
|
|
|
%=l('${Value}')
|
2024-04-24 17:09:23 +02:00
|
|
|
</p>
|
|
|
|
]]></Paragraph>
|
2024-04-09 11:33:50 +02:00
|
|
|
|
|
|
|
<Submit><![CDATA[
|
|
|
|
<span class='data'>
|
2024-09-22 12:57:14 +02:00
|
|
|
%= submit_button l('${Value}'), class => 'action subm${type_serial}'
|
2024-04-09 11:33:50 +02:00
|
|
|
</span>]]>
|
|
|
|
</Submit>
|
2024-04-09 16:36:30 +02:00
|
|
|
|
|
|
|
<search><![CDATA[
|
|
|
|
<p><span class=label>
|
2024-04-10 09:41:31 +02:00
|
|
|
%=l('${prefix}_${Label}')
|
2024-04-09 16:36:30 +02:00
|
|
|
</span><span class=data>
|
2024-09-15 13:06:34 +02:00
|
|
|
%=Search field
|
2024-09-22 12:57:14 +02:00
|
|
|
%=search field , class => 'searc${type_serial}'
|
2024-04-09 16:36:30 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</search>
|
|
|
|
|
|
|
|
<url><![CDATA[
|
|
|
|
<p><span class=label>
|
2024-05-05 10:31:10 +02:00
|
|
|
%=l('${Label}')
|
2024-04-09 16:36:30 +02:00
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=URL field , class => 'url${type_serial}'
|
2024-04-09 16:36:30 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</url>
|
|
|
|
|
|
|
|
<tel><![CDATA[
|
|
|
|
<p><span class=label>
|
2024-05-05 10:31:10 +02:00
|
|
|
%=l('${Label}')
|
2024-04-09 16:36:30 +02:00
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=tel field, class => 'tel${type_serial}'
|
2024-04-09 16:36:30 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</tel>
|
|
|
|
|
|
|
|
<email><![CDATA[
|
|
|
|
<p><span class=label>
|
2024-05-05 10:31:10 +02:00
|
|
|
%=l('${Label}')
|
2024-04-09 16:36:30 +02:00
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=email field, class => 'emai${type_serial}'
|
2024-04-09 16:36:30 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</email>
|
|
|
|
|
|
|
|
<password><![CDATA[
|
2024-06-13 17:38:25 +02:00
|
|
|
<p><span class='label'>
|
2024-05-05 10:31:10 +02:00
|
|
|
%=l('${Label}')
|
2024-04-09 16:36:30 +02:00
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=password field, class => 'pass${type_serial}'
|
2024-04-09 16:36:30 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</password>
|
2024-09-15 13:06:34 +02:00
|
|
|
|
|
|
|
<timedate><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=timedate field, class => 'time${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</timedate>
|
|
|
|
|
|
|
|
<week><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=week field, class => 'week${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</week>
|
|
|
|
|
|
|
|
<month><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=month field, class => 'mont${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</month>
|
|
|
|
|
|
|
|
<range><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=range field, class => 'rang${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</range>
|
|
|
|
|
|
|
|
<radio><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=radio field, class => 'radi${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</radio>
|
|
|
|
|
|
|
|
<number><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=number field, class => 'numb${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</number>
|
|
|
|
|
|
|
|
<file><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=file field, class => 'file${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</file>
|
|
|
|
|
|
|
|
<color><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=color field, class => 'colo${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</color>
|
|
|
|
|
|
|
|
<checkbox><![CDATA[
|
|
|
|
<p><span class='label'>
|
|
|
|
%=l('${Label}')
|
|
|
|
</span><span class=data>
|
2024-09-22 12:57:14 +02:00
|
|
|
%=checkbox field, class => 'chec${type_serial}'
|
2024-09-15 13:06:34 +02:00
|
|
|
</span>span></p>
|
|
|
|
]]>
|
|
|
|
</checkbox>
|
2024-04-09 16:36:30 +02:00
|
|
|
|
2024-04-24 17:09:23 +02:00
|
|
|
<Table><![CDATA[
|
2024-09-20 18:31:09 +02:00
|
|
|
<br /><table class="sme-border TableSort sme-table ${classname} ">
|
|
|
|
<thead class='${classname}'>
|
2024-06-13 17:38:25 +02:00
|
|
|
<tr table-head-row><tal:block tal:repeat="ColHead TopHeadings">
|
|
|
|
<th class='sme-border table-head-col table-head-col-${ColHead} '><%=l('${ColHead}')%></th></tal:block>
|
2024-04-24 17:09:23 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
2024-09-20 18:31:09 +02:00
|
|
|
<tbody class='${classname}'>
|
2024-04-25 17:23:07 +02:00
|
|
|
% my $control_data = $self->stash('${TableControl}');
|
2024-04-24 17:09:23 +02:00
|
|
|
% foreach my $row (@$control_data) {
|
2024-06-13 17:38:25 +02:00
|
|
|
<tr class='table-row'><tal:block tal:repeat="ColContent Columns">
|
2024-09-14 12:39:26 +02:00
|
|
|
<td class='sme-border table-col table-col-${ColContent}'><%=$c->render_to_string(inline=>$row->{'${ColContent}'})%></td></tal:block>
|
2024-04-24 17:09:23 +02:00
|
|
|
</tr>
|
|
|
|
%}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2024-04-09 16:36:30 +02:00
|
|
|
]]>
|
2024-04-24 17:09:23 +02:00
|
|
|
</Table>
|
2024-04-09 16:36:30 +02:00
|
|
|
|
2024-09-12 19:54:38 +02:00
|
|
|
<Preformatted><![CDATA[
|
2024-09-20 18:31:09 +02:00
|
|
|
<pre class='preformatted pref${type_serial}'>
|
2024-09-15 17:01:09 +02:00
|
|
|
${Value}'
|
2024-09-13 17:36:57 +02:00
|
|
|
</pre>
|
2024-09-12 19:54:38 +02:00
|
|
|
]]>
|
|
|
|
</Preformatted>
|
|
|
|
|
2024-09-14 19:08:48 +02:00
|
|
|
|
2024-04-09 11:33:50 +02:00
|
|
|
</root>
|