Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e17fb8ca

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

  • ID e17fb8ca515d7182b352131237357646fb624334
  • Vorgänger 13751acc
  • Nachfolger b8487df7

USE-Einleitungen formatiert templates/webpages/generic/

Unterschiede anzeigen:

templates/webpages/generic/calculate_qty.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
 <form name="CalcQtyForm" id="calc_qty_form_id">
1
[% USE T8 %]
2
[% USE HTML %]
4 3

  
5 4
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
6 5
  <input type="hidden" name="input_id"   value="[% HTML.escape(input_id) %]">
templates/webpages/generic/error.html
1
[%- USE T8 %]
2
[%- USE HTML %]
1
[% USE T8 %]
2
[% USE HTML %]
3 3

  
4 4
 <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]
5 5
 <p class="message_error_label">[% label_error %]</p>
templates/webpages/generic/exception.html
1
[%- USE LxERP %]
2
[%- USE HTML %]
1
[% USE LxERP %]
2
[% USE HTML %]
3 3

  
4 4
 <h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
5 5

  
templates/webpages/generic/form_info.html
1
[%- USE P -%]
2 1
<div class="message_ok">
3 2
 <b>[% P.simple_format(message) %]</b>
4 3
</div>
4
[% USE P %]
5 5

  
6 6
<script type="text/javascript">
7 7
<!--
templates/webpages/generic/information.html
1
[%- USE T8 %]
2 1
<div class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</div>
3 2
<p>[% label_information %]</p>
3
[% USE T8 %]
4 4

  
templates/webpages/generic/new_item.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3 1
[%- IF is_wrong_pclass == NOTFORSALE %]
4 2
<h4 class="error">[% 'searched part not for sale' | $T8 %]</h4>
5 3
[%- ELSE %]
......
9 7
<h4 class="error">[% 'Item does not exists in the database' | $T8 %]
10 8
[% IF INSTANCE_CONF.get_create_part_if_not_found %]
11 9
    <p>[% 'What type of item is this?' | $T8 %]</h4>
10
[% USE T8 %]
11
[% USE HTML %]
12 12

  
13 13
    <form method="post" action="controller.pl">
14 14

  
templates/webpages/generic/print_options.html
1
[%- USE T8 %]
1
[% USE T8 %]
2 2
[% USE HTML %]
3 3

  
4 4
<table width="100%" cellspacing="0" cellpadding="0">
templates/webpages/generic/select_delivery_customer.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3 1
<h1>[% title %]</h1>
4 2

  
5 3
 <form name="Form">
......
12 10

  
13 11
   <tr>
14 12
    <td>
13
[% USE T8 %]
14
[% USE HTML %]
15 15

  
16 16
     <table>
17 17
      <tr class="listheading">
......
46 46
 </form>
47 47

  
48 48
 <script type="text/javascript">
49

  
50
</form>
51

  
52
<script type="text/javascript">
49 53
  <!--
50 54
      function customer_selected(selected) {
51 55
        var name = document.getElementsByName("name_" + selected)[0].value
templates/webpages/generic/select_vendor.html
1
[%- USE T8 %]
2
[%- USE HTML %]
1
[% USE T8 %]
2
[% USE HTML %]
3 3
<h1>[% title %]</h1>
4 4

  
5 5
 <form name="Form">
templates/webpages/generic/set_longdescription.html
1
[%- USE L -%][%- USE LxERP -%]
1
[% USE L %]
2
[% USE LxERP %]
2 3

  
3 4
<div id="edit_longdescription_dialog" style="display: none">
4 5
 <p>

Auch abrufbar als: Unified diff