Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1523d064

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

  • ID 1523d064ebe9b1df81d1e43ab8563cbd9cb85894
  • Vorgänger 3d47b146
  • Nachfolger a1a4c993

Neues Design 2019 Standard-Code templates/webpages/requirement_spec/_project_link_details.html

Unterschiede anzeigen:

templates/webpages/requirement_spec/_project_link_details.html
1
<table>
2
 <tr class="listrow">
3
  <td>[% LxERP.t8("Project Number") %]:</td>
4
  <td>[% HTML.escape(requirement_spec.project.projectnumber) %]</td>
5
 </tr>
6 1
[% USE HTML %]
7 2
[% USE LxERP %]
8 3

  
9
 <tr class="listrow">
10
  <td>[% LxERP.t8("Description") %]:</td>
11
  <td>[% HTML.escape(requirement_spec.project.description) %]</td>
12
 </tr>
13

  
14
 <tr class="listrow">
15
  <td>[% LxERP.t8("Customer") %]:</td>
16
  <td>[% HTML.escape(requirement_spec.project.customer.name) %]</td>
17
 </tr>
18

  
19
 <tr class="listrow">
20
  <td>[% LxERP.t8("Type") %]:</td>
21
  <td>[% HTML.escape(requirement_spec.project.project_type.description) %]</td>
22
 </tr>
23

  
24
 <tr class="listrow">
25
  <td>[% LxERP.t8("Status") %]:</td>
26
  <td>[% HTML.escape(requirement_spec.project.project_status.description) %]</td>
27
 </tr>
4
<table class="tbl-horizontal">
5
  <tbody>
6
    <tr>
7
      <th>[% LxERP.t8("Project Number") %]:</th>
8
      <td>[% HTML.escape(requirement_spec.project.projectnumber) %]</td>
9
    </tr>
10
    <tr>
11
      <th>[% LxERP.t8("Description") %]:</th>
12
      <td>[% HTML.escape(requirement_spec.project.description) %]</td>
13
    </tr>
14
    <tr>
15
      <th>[% LxERP.t8("Customer") %]:</th>
16
      <td>[% HTML.escape(requirement_spec.project.customer.name) %]</td>
17
    </tr>
18
    <tr>
19
      <th>[% LxERP.t8("Type") %]:</th>
20
      <td>[% HTML.escape(requirement_spec.project.project_type.description) %]</td>
21
    </tr>
22
    <tr>
23
      <th>[% LxERP.t8("Status") %]:</th>
24
      <td>[% HTML.escape(requirement_spec.project.project_status.description) %]</td>
25
    </tr>
26
  </tbody>
28 27
</table>

Auch abrufbar als: Unified diff