Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 97e4d00e

Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 97e4d00e744e8a92bd77d74dc81e327202584198
  • Vorgänger 5c34e2fe
  • Nachfolger 4ea81285

USE-Einleitungen formatiert templates/webpages/part/

Unterschiede anzeigen:

templates/webpages/part/_assembly.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE P %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE P %]
6 6

  
7 7
<div id="assembly" name="assembly">
8 8

  
templates/webpages/part/_assembly_row.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE P %]
6 1
  <tr class="listrow[% listrow %] assembly_item_row">
7 2
    <td style='display:none'>
8 3
      [% IF orphaned || AUTH.assert('assembly_edit', 1) %]
4
[% USE T8 %]
5
[% USE HTML %]
6
[% USE LxERP %]
7
[% USE L %]
8
[% USE P %]
9 9
      [% L.hidden_tag("assembly_items[+].parts_id", ITEM.part.id) %]
10 10
      [% END %]
11 11
    </td>
templates/webpages/part/_assortment.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE P %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE P %]
6 6

  
7 7
<div id="assortment" name="assortment">
8 8

  
templates/webpages/part/_assortment_row.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE P %]
6 1
  <tr class="listrow[% listrow %] assortment_item_row">
7 2
    <td style='display:none'>
8 3
      [% IF orphaned %]
4
[% USE T8 %]
5
[% USE HTML %]
6
[% USE LxERP %]
7
[% USE L %]
8
[% USE P %]
9

  
9 10
      [% L.hidden_tag("assortment_items[+].parts_id", ITEM.part.id) %]
10 11
      [% END %]
11 12
    </td>
templates/webpages/part/_basic_data.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE P %]
6 1
   <table width="100%" id="basic_data_table">
7 2
    <tr>
8 3
     <td>
......
57 52
            </table>
58 53
           </td>
59 54
          </tr>
55
[% USE T8 %]
56
[% USE HTML %]
57
[% USE LxERP %]
58
[% USE L %]
59
[% USE P %]
60 60

  
61 61
          <tr height="5"></tr>
62 62

  
templates/webpages/part/_customerprice_row.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE HTML %]
4
[%- USE LxERP %]
5 1
        <tr class="listrow customerprice_row">
6 2
         <td style='display:none'>
7 3
         [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
......
21 17
         <td>[% L.input_tag('customerprices[].price_as_number'    , customerprice.price_as_number    , size=15 , class="reformat_number numeric") %]</td>
22 18
         <td>[% L.hidden_tag('customerprices[].lastupdate'         , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]</td>
23 19
        </tr>
20
[% USE T8 %]
21
[% USE L %]
22
[% USE HTML %]
23
[% USE LxERP %]
24

  
templates/webpages/part/_customerprices.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE HTML %]
4
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE HTML %]
4
[% USE LxERP %]
5

  
5 6
  <tr>
6 7
  </tr>
7 8
  <tr>
templates/webpages/part/_cvars.html
1
[%- USE HTML  %][%- USE T8 -%]
1
[% USE HTML  %]
2
[% USE T8 %]
2 3

  
3 4
 <p>[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]</p>
4 5

  
templates/webpages/part/_edit_translations.html
1
[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%]
1
[% USE HTML %]
2
[% USE L %]
3
[% USE P %]
4
[% USE LxERP %]
2 5

  
3 6
<div id="translations_tab">
4 7
 <table>
templates/webpages/part/_makemodel.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE P %]
4
[%- USE HTML %]
5
[%- USE LxERP %]
6 1
  <tr>
2
[% USE T8 %]
3
[% USE L %]
4
[% USE P %]
5
[% USE HTML %]
6
[% USE LxERP %]
7

  
7 8
  </tr>
8 9
  <tr>
9 10
    <td>
......
38 39
      </table>
39 40
    </td>
40 41
  </tr>
41
  [% L.sortable_element('#makemodel_rows') %]
42
  [% L.sortable_element('#makemodel_rows') %]
templates/webpages/part/_makemodel_row.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE HTML %]
4
[%- USE LxERP %]
5 1
        <tr class="listrow makemodel_row">
6 2
         <td style='display:none'>
7 3
         [% L.hidden_tag("makemodels[+].make", makemodel.make) %]
......
21 17
         <td>[% L.input_tag('makemodels[].lastcost_as_number' , makemodel.lastcost_as_number      , size=15 , class="reformat_number numeric") %]</td>
22 18
         <td>[% L.hidden_tag('makemodels[].lastupdate'         , makemodel.lastupdate.to_kivitendo) %][% makemodel.lastupdate.to_kivitendo | html %]</td>
23 19
        </tr>
20
[% USE T8 %]
21
[% USE L %]
22
[% USE HTML %]
23
[% USE LxERP %]
24

  
templates/webpages/part/_multi_items_dialog.html
1
[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
2 5

  
3 6
<form method="post" id="multi_items_form" method="POST">
4 7

  
templates/webpages/part/_multi_items_result.html
1
[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %][% USE P %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
5
[% USE P %]
2 6

  
3 7
<table id="multi_items">
4 8
    <tr>
templates/webpages/part/_part_picker_result.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
4
[%- USE P %]
5
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE P %]
5
[% USE LxERP %]
6 6

  
7 7
[%# L.dump(SELF.parts) %]
8 8

  
templates/webpages/part/_pricegroup_prices.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE HTML %]
4
[%- USE LxERP %]
5 1
  <tr>
6 2
    <td>
7 3
      <table width=50%>
......
22 18
      </table>
23 19
    </td>
24 20
  </tr>
21
[% USE T8 %]
22
[% USE L %]
23
[% USE HTML %]
24
[% USE LxERP %]
25

  
templates/webpages/part/_shop.html
1
[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%]
2
[%- USE Dumper %]
3
[%- USE JavaScript -%]
4 1
<div id="shop_variables">
5 2
 <h2>[% LxERP.t8("Active shops:") %]</h2>
6 3
 <table width="100%">
4
[% USE HTML %]
5
[% USE L %]
6
[% USE P %]
7
[% USE LxERP %]
8
[% USE Dumper %]
9
[% USE JavaScript %]
10

  
7 11
  <thead>
8 12
  <tr class="listheading">
9 13
   <th>[% LxERP.t8("Shop") %]</th>
templates/webpages/part/form.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE P %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE P %]
6

  
6 7
<h1>[% FORM.title %] [% IF SELF.part.id %]: [% HTML.escape(SELF.part.displayable_name) %][% END %]</h1>
7 8

  
8 9
[% INCLUDE 'common/flash.html' %]
templates/webpages/part/part_picker_search.html
1
[%- USE HTML %]
2
[%- USE L %]
3
[%- USE LxERP %]
4
[%- USE T8 %]
1
[% USE HTML %]
2
[% USE L %]
3
[% USE LxERP %]
4
[% USE T8 %]
5 5

  
6 6
<div style='overflow:hidden'>
7 7

  

Auch abrufbar als: Unified diff