Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0fce1b51

Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt

  • ID 0fce1b519824327b2edd4ad201b224758ccf6fda
  • Vorgänger c6dd542b
  • Nachfolger 1e9c7c65

Web-Templates: falsche Toolkit-Direktiven korrigiert (vergessenes %).

Unterschiede anzeigen:

templates/webpages/bankaccounts/list.html
6 6
 <table width="100%" id="bankaccount_list">
7 7
  <thead>
8 8
   <tr class="listheading">
9
    <th align="center" width="1%"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
9
    <th align="center" width="1%"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
10 10
    <th>[% 'Name' | $T8 %]</th>
11 11
    <th>[% 'IBAN' | $T8 %]</th>
12 12
    <th>[% 'Bank' | $T8 %]</th>
......
20 20
  <tbody>
21 21
   [%- FOREACH account = BANKACCOUNTS %]
22 22
    <tr class="listrow" id="account_id_[% account.id %]">
23
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
23
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
24 24
     <td><a href="[% SELF.url_for(action='edit', id=account.id) %]">[% HTML.escape(account.name) %]</a></td>
25 25
     <td>[% HTML.escape(account.iban) %]</a></td>
26 26
     <td>[% HTML.escape(account.bank) %]</a></td>
templates/webpages/buchungsgruppen/list.html
6 6
 <table width="100%" id="buchungsgruppen_list">
7 7
  <thead>
8 8
   <tr class="listheading">
9
    <th align="center" width="1%"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
9
    <th align="center" width="1%"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
10 10
    <th width="20%">[% 'Description' | $T8 %]</th>
11 11
    <th width="20%">[% 'Inventory Account' | $T8 %]</th>
12 12
     [%- FOREACH tz = TAXZONES %]
......
19 19
  <tbody>
20 20
   [%- FOREACH bg = BUCHUNGSGRUPPEN %]
21 21
    <tr class="listrow" id="bg_id_[% bg.id %]">
22
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
22
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
23 23
     <td><a href="[% SELF.url_for(action='edit', id=bg.id) %]">[% HTML.escape(bg.description) %]</a></td>
24 24
     <td>[% HTML.escape(CHARTLIST.${bg.id}.inventory_accno) %]</td>
25 25
     [%- FOREACH tz = TAXZONES %]
templates/webpages/project_status/list.html
13 13
   <table id="project_status_list">
14 14
    <thead>
15 15
    <tr class="listheading">
16
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
17 17
     <th>[%- 'Name' | $T8 %]</th>
18 18
     <th>[%- 'Description' | $T8 %]</th>
19 19
    </tr>
......
22 22
    <tbody>
23 23
    [%- FOREACH project_status = PROJECT_STATUS %]
24 24
    <tr class="listrow[% loop.count % 2 %]" id="project_status_id_[% project_status.id %]">
25
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
25
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
26 26
     <td><a href="[% SELF.url_for(action => 'edit', id => project_status.id) %]">[% project_status.name | html %]</a></td>
27 27
     <td><a href="[% SELF.url_for(action => 'edit', id => project_status.id) %]">[% project_status.description | html %]</a></td>
28 28
    </tr>
templates/webpages/project_type/list.html
13 13
   <table id="project_type_list">
14 14
    <thead>
15 15
    <tr class="listheading">
16
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
17 17
     <th>[%- 'Description' | $T8 %]</th>
18 18
    </tr>
19 19
    </thead>
......
21 21
    <tbody>
22 22
    [%- FOREACH project_type = PROJECT_TYPES %]
23 23
    <tr class="listrow[% loop.count % 2 %]" id="project_type_id_[% project_type.id %]">
24
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
24
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
25 25
     <td>
26 26
      <a href="[% SELF.url_for(action => 'edit', id => project_type.id) %]">
27 27
       [%- HTML.escape(project_type.description) %]
templates/webpages/requirement_spec_acceptance_status/list.html
13 13
   <table id="requirement_spec_acceptance_status_list">
14 14
    <thead>
15 15
    <tr class="listheading">
16
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
17 17
     <th>[%- LxERP.t8('Name') %]</th>
18 18
     <th>[%- LxERP.t8('Description') %]</th>
19 19
    </tr>
......
22 22
    <tbody>
23 23
    [%- FOREACH requirement_spec_acceptance_status = REQUIREMENT_SPEC_ACCEPTANCE_STATUSES %]
24 24
    <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_acceptance_status_id_[% requirement_spec_acceptance_status.id %]">
25
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
25
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
26 26
     <td>
27 27
      <a href="[% SELF.url_for(action => 'edit', id => requirement_spec_acceptance_status.id) %]">
28 28
       [%- HTML.escape(requirement_spec_acceptance_status.name) %]
templates/webpages/requirement_spec_complexity/list.html
13 13
   <table id="requirement_spec_complexity_list">
14 14
    <thead>
15 15
    <tr class="listheading">
16
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8("reorder item") %]"></th>
16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8("reorder item") %]"></th>
17 17
     <th>[%- LxERP.t8("Description") %]</th>
18 18
    </tr>
19 19
    </thead>
......
21 21
    <tbody>
22 22
    [%- FOREACH requirement_spec_complexity = REQUIREMENT_SPEC_COMPLEXITIES %]
23 23
    <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_complexity_id_[% requirement_spec_complexity.id %]">
24
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8("reorder item") %]"></td>
24
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8("reorder item") %]"></td>
25 25
     <td>
26 26
      <a href="[% SELF.url_for(action => "edit", id => requirement_spec_complexity.id) %]">
27 27
       [%- HTML.escape(requirement_spec_complexity.description) %]
templates/webpages/requirement_spec_predefined_text/list.html
17 17
     <th colspan="2" align="center">[% LxERP.t8("Useable for…") %]</th>
18 18
    </tr>
19 19
    <tr class="listheading">
20
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
20
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
21 21
     <th>[% LxERP.t8("Description") %]</th>
22 22
     <th>[% LxERP.t8("Title") %]</th>
23 23
     <th>[% LxERP.t8("Content") %]</th>
......
29 29
    <tbody>
30 30
    [%- FOREACH requirement_spec_predefined_text = REQUIREMENT_SPEC_PREDEFINED_TEXTS %]
31 31
    <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_predefined_text_id_[% requirement_spec_predefined_text.id %]">
32
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
32
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
33 33
     <td>
34 34
      <a href="[% SELF.url_for(action => 'edit', id => requirement_spec_predefined_text.id) %]">
35 35
       [%- HTML.escape(requirement_spec_predefined_text.description) -%]
templates/webpages/requirement_spec_risk/list.html
13 13
   <table id="requirement_spec_risk_list">
14 14
    <thead>
15 15
    <tr class="listheading">
16
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8("reorder item") %]"></th>
16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8("reorder item") %]"></th>
17 17
     <th>[%- LxERP.t8("Description") %]</th>
18 18
    </tr>
19 19
    </thead>
......
21 21
    <tbody>
22 22
    [%- FOREACH requirement_spec_risk = REQUIREMENT_SPEC_RISKS %]
23 23
    <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_risk_id_[% requirement_spec_risk.id %]">
24
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8("reorder item") %]"></td>
24
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8("reorder item") %]"></td>
25 25
     <td>
26 26
      <a href="[% SELF.url_for(action => "edit", id => requirement_spec_risk.id) %]">
27 27
       [%- HTML.escape(requirement_spec_risk.description) %]
templates/webpages/requirement_spec_status/list.html
13 13
   <table id="requirement_spec_status_list">
14 14
    <thead>
15 15
    <tr class="listheading">
16
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
17 17
     <th>[%- LxERP.t8('Name') %]</th>
18 18
     <th>[%- LxERP.t8('Description') %]</th>
19 19
    </tr>
......
22 22
    <tbody>
23 23
    [%- FOREACH requirement_spec_status = REQUIREMENT_SPEC_STATUSES %]
24 24
    <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_status_id_[% requirement_spec_status.id %]">
25
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
25
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
26 26
     <td>
27 27
      <a href="[% SELF.url_for(action => 'edit', id => requirement_spec_status.id) %]">
28 28
       [%- HTML.escape(requirement_spec_status.name) %]
templates/webpages/requirement_spec_type/list.html
13 13
   <table id="requirement_spec_type_list">
14 14
    <thead>
15 15
    <tr class="listheading">
16
     <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
16
     <th align="center"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
17 17
     <th>[%- LxERP.t8('Description') %]</th>
18 18
     <th>[%- LxERP.t8('Section number format') %]</th>
19 19
     <th>[%- LxERP.t8('Function block number format') %]</th>
......
23 23
    <tbody>
24 24
    [%- FOREACH requirement_spec_type = REQUIREMENT_SPEC_TYPES %]
25 25
    <tr class="listrow[% loop.count % 2 %]" id="requirement_spec_type_id_[% requirement_spec_type.id %]">
26
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
26
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
27 27
     <td>
28 28
      <a href="[% SELF.url_for(action => 'edit', id => requirement_spec_type.id) %]">
29 29
       [%- HTML.escape(requirement_spec_type.description) %]
templates/webpages/taxzones/list.html
6 6
 <table width="100%" id="taxzone_list">
7 7
  <thead>
8 8
   <tr class="listheading">
9
    <th align="center" width="1%"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
9
    <th align="center" width="1%"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
10 10
    <th>[% 'Description' | $T8 %]</th>
11 11
   </tr>
12 12
  </thead>
......
14 14
  <tbody>
15 15
   [%- FOREACH tz = TAXZONES %]
16 16
    <tr class="listrow" id="tzone_id_[% tz.id %]">
17
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></td>
17
     <td align="center" class="dragdrop"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></td>
18 18
     <td><a href="[% SELF.url_for(action='edit', id=tz.id) %]">[% HTML.escape(tz.description) %]</a></td>
19 19
    </tr>
20 20
   [%- END %]

Auch abrufbar als: Unified diff