Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 261b97ed

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID 261b97edd804ab8f62d9be692b850ae6c3087811
  • Vorgänger 82fd671c
  • Nachfolger c55f3915

Neues Design 2019 Standard-Code templates/webpages/bp/search.html

Unterschiede anzeigen:

templates/webpages/bp/search.html
[% USE LxERP %]
[% USE HTML %]
<h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>
<form method="post" action="bp.pl" id="form">
<h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %]
[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %]
<table>
<tr>
<th align=right>[% 'Customer' | $T8 %]</th>
<td colspan=3>[% L.input_tag(vc, '', size=35) %]</td>
</tr>
[% IF show_accounts %]
<tr>
<th align=right>[% 'Account' | $T8 %]</th>
<td colspan=3>[% L.select_tag('account', accounts, value_title_sub=\account_sub) %]</td>
</tr>
[% END %]
[%- IF label.$type.invnumber %]
<tr>
<th align=right nowrap>[% 'Invoice Number' | $T8 %]</th>
<td colspan=3>[% L.input_tag('invnumber', '', size=20) %]</td>
</tr>
[%- END %]
[%- IF label.$type.ordnumber %]
<tr>
<th align=right nowrap>[% 'Order Number' | $T8 %]</th>
<td colspan=3>[% L.input_tag('ordnumber', '', size=20) %]</td>
</tr>
[%- END %]
[%- IF label.$type.quonumber %]
<tr>
<th align=right nowrap>[% 'Quotation Number' | $T8 %]</th>
<td colspan=3>[% L.input_tag('quonumber', '', size=20) %]</td>
</tr>
[%- END %]
[%- IF label.$type.donumber %]
<tr>
<th align=right nowrap>[% 'Delivery Order Number' | $T8 %]</th>
<td colspan=3>[% L.input_tag('donumber', '', size=20) %]</td>
</tr>
[%- END %]
[%- IF label.$type.chknumber %]
<tr>
<th align=right nowrap>[% 'Reference' | $T8 %]</th>
<td colspan=3>[% L.input_tag('chknumber', '', size=20) %]</td>
</tr>
[%- END %]
<tr>
<th align=right nowrap>[% 'From' | $T8 %]</th>
<td>[% L.date_tag('transdatefrom') %]</td>
<th align=right>[% 'Bis' | $T8 %]</th>
<td>[% L.date_tag('transdateto') %]</td>
</tr>
</table>
<div class="wrapper">
<table class="tbl-horizontal">
<colgroup><col class="wi-small"><col class="wi-verywide"></colgroup>
<tbody>
<tr>
<th>[% 'Customer' | $T8 %]</th>
<td>[% L.input_tag(vc, '', class='wi-normal') %]</td>
</tr>
[% IF show_accounts %]
<tr>
<th>[% 'Account' | $T8 %]</th>
<td>[% L.select_tag('account', accounts, value_title_sub=\account_sub, class='wi-verywide') %]</td>
</tr>
[% END %]
[% IF label.$type.invnumber %]
<tr>
<th>[% 'Invoice Number' | $T8 %]</th>
<td>[% L.input_tag('invnumber', '', class='wi-normal') %]</td>
</tr>
[% END %]
[% IF label.$type.ordnumber %]
<tr>
<th>[% 'Order Number' | $T8 %]</th>
<td>[% L.input_tag('ordnumber', '', class='wi-normal') %]</td>
</tr>
[% END %]
[% IF label.$type.quonumber %]
<tr>
<th>[% 'Quotation Number' | $T8 %]</th>
<td>[% L.input_tag('quonumber', '', class='wi-normal') %]</td>
</tr>
[% END %]
[% IF label.$type.donumber %]
<tr>
<th>[% 'Delivery Order Number' | $T8 %]</th>
<td>[% L.input_tag('donumber', '', class='wi-normal') %]</td>
</tr>
[% END %]
[% IF label.$type.chknumber %]
<tr>
<th>[% 'Reference' | $T8 %]</th>
<td>[% L.input_tag('chknumber', '', class='wi-normal') %]</td>
</tr>
[% END %]
<tr>
<th>[% 'Date' | $T8 %] [% 'from' | $T8 %] </th>
<td class="wi-date">[% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] [% L.date_tag('transdateto') %]</td>
</tr>
</tbody>
</table>
[% L.hidden_tag('sort', 'transdate') %]
[% L.hidden_tag('vc', vc) %]
[% L.hidden_tag('type', type) %]
</div>
</form>

Auch abrufbar als: Unified diff