Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 201b68c7

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

  • ID 201b68c74eb302c0f6b9d698136a0a2f1fad060c
  • Vorgänger fee57210
  • Nachfolger 5be352a3

USE-Einleitungen formatiert templates/webpages/cti/list_internal_extensions.html

Unterschiede anzeigen:

templates/webpages/chart/report_configuration_overview.html
4 4

  
5 5
<h1>[% LxERP.t8("Chart configuration overview regarding reports") %]</h1>
6 6

  
7
<div class="wrapper">
7 8

  
8 9
[% FOREACH data = DATA %]
9
 [% UNLESS data.size == 1 %]
10
  <div id="[% HTML.escape(data.type) %]">
11
   [% LxERP.t8("Jump to") %]:
12
   [% FOREACH jump = DATA %]
13
    [% IF jump.type != data.type %]
14
     [% L.link("#" _ jump.type, jump.heading) %]
15
    [% END %]
16
   [% END %]
17
  </div>
18
 [% END %]
19

  
20
 <h2>[% HTML.escape(data.heading) %]</h2>
21

  
22
 [% FOREACH pos = data.positions %]
23
  [%- SET name = data.names.item(pos) %]
24
  <h3>[% IF name %][% LxERP.t8("Position #1: #2", pos, name) %][% ELSE %][% LxERP.t8("Position #1", pos) %][% END %]</h3>
25

  
26
  [%- SET charts = data.charts.$pos %]
27
  <table>
28
   <thead>
29
    <tr class="listheading">
30
     <th>[% LxERP.t8("Account") %]</th>
31
     <th>[% LxERP.t8("Description") %]</th>
32
    </tr>
33
   </thead>
34

  
35
   <tbody>
10

  
11
  [% UNLESS data.size == 1 %]
12
    <div id="[% HTML.escape(data.type) %]" style="clear:left;float:none;" class="select-item control-panel">
13
     [% LxERP.t8("Jump to") %]:
14
     [% FOREACH jump = DATA %]
15
       [% IF jump.type != data.type %] [% L.link("#" _ jump.type, jump.heading) %][% END %]
16
     [% END %]
17
    </div>
18
  [% END %]
19

  
20
 <h2 style="clear:left;">[% HTML.escape(data.heading) %]</h2>
21

  
22
  [% FOREACH pos = data.positions %]
23
    [% SET name = data.names.item(pos) %]
24
    [% SET charts = data.charts.$pos %]
25
    <table class="tbl-plain" style="clear:left;float:none;">
26
      <caption>[% IF name %][% LxERP.t8("Position #1: #2", pos, name) %][% ELSE %][% LxERP.t8("Position #1", pos) %][% END %]</caption>
27
      <colgroup><col class="wi-verysmall"><col class="wi-lightwide"></colgroup>
28
        <thead>
29
          <tr>
30
            <th>[% LxERP.t8("Account") %]</th>
31
            <th>[% LxERP.t8("Description") %]</th>
32
          </tr>
33
        </thead>
34
     <tbody>
36 35
    [% FOREACH chart = charts %]
37
    <tr>
38
     <td>[% L.link("am.pl?action=edit_account&id=" _ chart.id, chart.accno) %]</td>
39
     <td>[% HTML.escape(chart.description) %]</td>
40
    </tr>
41
    [% END %]
42
   </tbody>
43
  </table>
44
 [% END %]
36
      <tr>
37
       <td>[% L.link("am.pl?action=edit_account&id=" _ chart.id, chart.accno) %]</td>
38
       <td>[% HTML.escape(chart.description) %]</td>
39
      </tr>
40
      [% END %]
41
     </tbody>
42
    </table>
43
  [% END %]
44

  
45 45
[% END %]
46

  
47
</div><!-- /.wrapper -->
templates/webpages/cti/list_internal_extensions.html
1
[%- USE HTML %][%- USE LxERP -%]
1
[% USE HTML %]
2
[% USE LxERP %]
2 3
<body>
3 4

  
4 5
<h1>[% HTML.escape(title) %]</h1>

Auch abrufbar als: Unified diff