Revision c1136b47
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/part/_assembly.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<div id="assembly" name="assembly">
|
||
|
templates/webpages/part/_assembly_row.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
<tr class="listrow[% listrow %] assembly_item_row">
|
||
<td style='display:none'>
|
||
[% IF orphaned || AUTH.assert('assembly_edit', 1) %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% L.hidden_tag("assembly_items[+].parts_id", ITEM.part.id) %]
|
||
[% END %]
|
||
</td>
|
templates/webpages/part/_assortment.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<div id="assortment" name="assortment">
|
||
|
templates/webpages/part/_assortment_row.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
<tr class="listrow[% listrow %] assortment_item_row">
|
||
<td style='display:none'>
|
||
[% IF orphaned %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
[% L.hidden_tag("assortment_items[+].parts_id", ITEM.part.id) %]
|
||
[% END %]
|
||
</td>
|
templates/webpages/part/_basic_data.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
<table width="100%" id="basic_data_table">
|
||
<tr>
|
||
<td>
|
||
... | ... | |
</table>
|
||
</td>
|
||
</tr>
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<tr height="5"></tr>
|
||
|
templates/webpages/part/_customerprice_row.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
<tr class="listrow customerprice_row">
|
||
<td style='display:none'>
|
||
[% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
|
||
... | ... | |
<td>[% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , size=15 , class="reformat_number numeric") %]</td>
|
||
<td>[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]</td>
|
||
</tr>
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
templates/webpages/part/_customerprices.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
||
<tr>
|
||
</tr>
|
||
<tr>
|
templates/webpages/part/_cvars.html | ||
---|---|---|
[%- USE HTML %][%- USE T8 -%]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
|
||
<p>[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]</p>
|
||
|
templates/webpages/part/_edit_translations.html | ||
---|---|---|
[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE LxERP %]
|
||
|
||
<div id="translations_tab">
|
||
<table>
|
templates/webpages/part/_makemodel.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
<tr>
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
... | ... | |
</table>
|
||
</td>
|
||
</tr>
|
||
[% L.sortable_element('#makemodel_rows') %]
|
||
[% L.sortable_element('#makemodel_rows') %]
|
templates/webpages/part/_makemodel_row.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
<tr class="listrow makemodel_row">
|
||
<td style='display:none'>
|
||
[% L.hidden_tag("makemodels[+].make", makemodel.make) %]
|
||
... | ... | |
<td>[% L.input_tag('makemodels[].lastcost_as_number' , makemodel.lastcost_as_number , size=15 , class="reformat_number numeric") %]</td>
|
||
<td>[% L.hidden_tag('makemodels[].lastupdate' , makemodel.lastupdate.to_kivitendo) %][% makemodel.lastupdate.to_kivitendo | html %]</td>
|
||
</tr>
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
templates/webpages/part/_multi_items_dialog.html | ||
---|---|---|
[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
|
||
<form method="post" id="multi_items_form" method="POST">
|
||
|
templates/webpages/part/_multi_items_result.html | ||
---|---|---|
[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %][% USE P %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE P %]
|
||
|
||
<table id="multi_items">
|
||
<tr>
|
templates/webpages/part/_part_picker_result.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
[%- USE LxERP %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE LxERP %]
|
||
|
||
[%# L.dump(SELF.parts) %]
|
||
|
templates/webpages/part/_pricegroup_prices.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
<tr>
|
||
<td>
|
||
<table width=50%>
|
||
... | ... | |
</table>
|
||
</td>
|
||
</tr>
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
templates/webpages/part/_shop.html | ||
---|---|---|
[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%]
|
||
[%- USE Dumper %]
|
||
[%- USE JavaScript -%]
|
||
<div id="shop_variables">
|
||
<h2>[% LxERP.t8("Active shops:") %]</h2>
|
||
<table width="100%">
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE LxERP %]
|
||
[% USE Dumper %]
|
||
[% USE JavaScript %]
|
||
|
||
<thead>
|
||
<tr class="listheading">
|
||
<th>[% LxERP.t8("Shop") %]</th>
|
templates/webpages/part/form.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE HTML %]
|
||
[%- USE LxERP %]
|
||
[%- USE L %]
|
||
[%- USE P %]
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<h1>[% FORM.title %] [% IF SELF.part.id %]: [% HTML.escape(SELF.part.displayable_name) %][% END %]</h1>
|
||
|
||
[% INCLUDE 'common/flash.html' %]
|
templates/webpages/part/part_picker_search.html | ||
---|---|---|
[%- USE HTML %]
|
||
[%- USE L %]
|
||
[%- USE LxERP %]
|
||
[%- USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE T8 %]
|
||
|
||
<div style='overflow:hidden'>
|
||
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/part/