Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 73beeb58

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

  • ID 73beeb58c5677b25f3775dcef9f84b1f643b63e8
  • Vorgänger 0e87a670
  • Nachfolger 8c771308

USE-Einleitungen formatiert templates/webpages/do/

Unterschiede anzeigen:

templates/webpages/do/form_footer.html
1
[%- USE T8 %]
2
[% USE HTML %][% USE LxERP %][%- USE L -%][%- USE P -%]
3 1
 [%- IF delivered %]
4 2
 [%- SET RO = ' readonly' %]
5 3
 [%- END %]
4
[% USE T8 %]
5
[% USE HTML %]
6
[% USE LxERP %]
7
[% USE L %]
8
[% USE P %]
6 9

  
7 10
    <tr>
8 11
     <td>
templates/webpages/do/form_header.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %][%- USE P -%]
5

  
6 1
[%# Determine which shipping address to show if the delivery order has been shipped already. %]
7 2
[%- IF delivered;
8 3
      SET shipto_label = [];
......
14 9
        END ;
15 10
      ELSE ;
16 11
        SET shipto_label = [ shiptoname, shiptodepartment_1, shiptostreet, shiptocity ] ;
12
[% USE T8 %]
13
[% USE HTML %]
14
[% USE LxERP %]
15
[% USE L %]
16
[% USE P %]
17

  
17 18
      END ;
18 19

  
19 20
      SET shipto_label = shipto_label.grep('.') ;
templates/webpages/do/orders_bottom.html
1
[% USE HTML %][%- USE T8 -%][%- USE LxERP -%][%- USE P -%]
2 1
 [% P.hidden_tag("type", type) %]
3 2
 [% P.hidden_tag("vc", vc) %]
4 3
 [% P.hidden_tag("rowcount", rowcount) %]
5 4
 [% P.hidden_tag("callback", callback) %]
5
[% USE HTML %]
6
[% USE T8 %]
7
[% USE LxERP %]
8
[% USE P %]
6 9

  
7 10
 <div id="print_options" class="hidden">
8 11
  [% print_options %]
templates/webpages/do/search.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE HTML %][%- USE LxERP %][%- USE P -%]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE HTML %]
4
[% USE LxERP %]
5
[% USE P %]
4 6
<h1>[% title %]</h1>
5 7

  
6 8
 [%- IF vc == 'customer' %]
templates/webpages/do/stock_in_form.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE HTML %]
4
[% USE LxERP %]
5
[% USE JavaScript %]
4 6
<h1>[% title %]</h1>
5 7

  
6 8
 [%- UNLESS delivered %]
templates/webpages/do/stock_out_form.html
1
[%- USE T8 %]
2
[%- USE HTML %][%- USE LxERP %]
3 1
<h1>[% title %]</h1>
4 2

  
5 3
 [%- IF delivered %]
......
49 47
  </script>
50 48

  
51 49
  [%- ELSE %]
50
[% USE T8 %]
51
[% USE HTML %]
52
[% USE LxERP %]
53

  
52 54

  
53 55
  <input type="hidden" name="nextsub"   value="set_stock_out">
54 56
  <input type="hidden" name="rowcount"  value="[% HTML.escape(WHCONTENTS.size) %]">

Auch abrufbar als: Unified diff