Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7b6beba5

Von Max Wessendorf vor etwa 2 Jahren hinzugefügt

  • ID 7b6beba58cf710fe3409030bb7a26055cd1ef16a
  • Vorgänger 2153a291
  • Nachfolger 08ea7246

design4.0: wh Templates angepasst

Unterschiede anzeigen:

templates/design40_webpages/wh/journal_filter.html
<th>[% 'To Date' | $T8 %]</th>
<td> <span class="wi-date">[% L.date_tag('todate') %]</span> </td>
</tr>
[% CUSTOM_VARIABLES_FILTER_CODE %]
</tbody>
</table>
......
<label for="l_employee">[% 'Employee' | $T8 %]</label>
</div>
<div>
<input name="l_oe_id" id="l_oe_id" type="checkbox" value="Y">
<input name="l_oe_id" id="l_oe_id" type="checkbox" value="Y" checked>
<label for="l_oe_id">[% 'Document' | $T8 %]</label>
</div>
<div>
......
<label for="l_projectnumber">[% 'Project Number' | $T8 %]</label>
</div>
</div>
[% IF CUSTOM_VARIABLES.size %]
<div class="col list">
<h4>[% 'Custom Variables' | $T8 %]</h4>
<div>
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
</div>
</div>
[% END %]
</div><!-- /.form-addition -->
<!-- /.form-addition -->
</form>
templates/design40_webpages/wh/report_bottom.html
[%- USE HTML %]
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
</form>
templates/design40_webpages/wh/report_filter.html
<td><input type="text" name="description" class="wi-normal">
</td>
</tr>
<tr>
<th nowrap>[% 'Partsgroup' | $T8 %]:</th>
<td>[% L.select_tag('partsgroup_id', PARTSGROUPS, value_key = 'id', title_key = 'partsgroup', with_empty = 1, class='wi-normal') %]</td>
</tr>
<tr>
<th>[% 'Charge Number' | $T8 %]:</th>
<td><input type="text" name="chargenumber" class="wi-normal">
......
[% L.yes_no_tag("allrows", 1) %]
</td>
</tr>
<tr>
<th>[% "Results per page" | $T8 %]:</th>
<td>[% L.input_number_tag("per_page", 20, size=4) %]</td>
</tr>
[% CUSTOM_VARIABLES_FILTER_CODE %]
</tbody>
</table>
......
<input name="l_list_price" id="l_list_price" type="checkbox" value="Y">
<label for="l_list_price">[% 'List Price' | $T8 %]</label>
</div>
<div class="list col">
<h4>[% 'Custom Variables' | $T8 %]</h4>
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
</div>
</div>
<!-- /.form-addition -->
templates/design40_webpages/wh/report_top.html
<form method="post" action="wh.pl" id="form">

Auch abrufbar als: Unified diff