Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9684230e

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 9684230e49fedf374dce6768a87aef4ac0aa75e4
  • Vorgänger 394f67b5
  • Nachfolger 0d009fe6

Neues kivitendo Design Aenderungen in templates/webpages/gl/..

Unterschiede anzeigen:

templates/webpages/gl/yearend_filter.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE L %]
4
[%- USE LxERP %]
1
[% USE HTML %]
2
[% USE T8 %]
3
[% USE L %]
4
[% USE LxERP %]
5 5

  
6 6
<h1>[% title | html %]</h1>
7 7

  
8
[%- INCLUDE 'common/flash.html' %]
9

  
10 8
<form id='filter_form'>
11 9

  
12
<table>
13
  <tr>
14
    <td width="20px"></td>
15
    <td align="left" colspan="5">[% 'Attention: Here will be generated a lot of CB/OB transactions.' | $T8 %]</td>
16
  </tr>
17
  <tr>
18
    <td><p></p></td>
19
  </tr>
20
  <tr>
21
    <th></th>
22
    <th width="400px" colspan="2" align="center">[% 'CB Transactions' | $T8 %]</th>
23
    <th width="400px"colspan="2" align="center">[% 'OB Transactions' | $T8 %]</th>
24
    <th>&nbsp;</th>
25
  </tr>
26
  <tr>
27
    <td></td>
28
    <td align="right">[% 'Date' | $T8 %]</td>
29
    <td>[% L.date_tag('cb_date', SELF.cb_date) %]</td>
30
    <td align="right">[% 'Date' | $T8 %]</td>
31
    <td>[% L.date_tag('ob_date', SELF.ob_date) %]</td>
32
    <td></td>
33
  </tr>
34
  <tr>
35
    <td></td>
36
    <td align="right">[% 'Reference' | $T8 %]</td>
37
    <td>[% L.input_tag('cb_reference', SELF.cb_reference) %]</td>
38
    <td align="right">[% 'Reference' | $T8 %]</td>
39
    <td>[% L.input_tag('ob_reference', SELF.ob_reference) %]</td>
40
    <td></td>
41
  </tr>
42
  <tr>
43
    <td></td>
44
    <td align="right">[% 'Description' | $T8 %]</td>
45
    <td>[% L.input_tag('cb_description', SELF.cb_description) %]</td>
46
    <td align="right">[% 'Description' | $T8 %]</td>
47
    <td>[% L.input_tag('ob_description', SELF.ob_description) %]</td>
48
    <td></td>
49
  </tr>
50
  <tr>
51
    <td><p></p></td>
52
  </tr>
53
  <tr>
54
    <th colspan="2"></th>
55
    <th align=right>[% 'close chart' | $T8 %]</th>
56
    <td colspan="3">[% L.select_tag('cbob_chart', SELF.charts9000, title_sub=\make_title_of_chart, default=SELF.cbob_chart, style="width: 400px") %]</td>
57
  </tr>
10
<div class="wrapper">
11
  <p class="message message_hint">[% 'Attention: Here will be generated a lot of CB/OB transactions.' | $T8 %]</p>
12
</div>
13

  
14
<div class="wrapper">
15

  
16
[% INCLUDE 'common/flash.html' %]
17

  
18
<table class="tbl-horizontal">
19
  <thead>
20
    <tr>
21
      <th>&nbsp;</th>
22
      <th>[% 'CB Transactions' | $T8 %]</th>
23
      <th>[% 'OB Transactions' | $T8 %]</th>
24
    </tr>
25
  </thead>
26
  <tbody>
27
    <tr>
28
      <th>[% 'Date' | $T8 %]</th>
29
      <td>[% L.date_tag('cb_date', SELF.cb_date) %]</td>
30
      <td>[% L.date_tag('ob_date', SELF.ob_date) %]</td>
31
    </tr>
32
    <tr>
33
      <th>[% 'Reference' | $T8 %]</th>
34
      <td>[% L.input_tag('cb_reference', SELF.cb_reference) %]</td>
35
      <td>[% L.input_tag('ob_reference', SELF.ob_reference) %]</td>
36
    </tr>
37
    <tr>
38
      <th>[% 'Description' | $T8 %]</th>
39
      <td>[% L.input_tag('cb_description', SELF.cb_description) %]</td>
40
      <td>[% L.input_tag('ob_description', SELF.ob_description) %]</td>
41
    </tr>
42
    <tr>
43
      <th>[% 'close chart' | $T8 %]</th>
44
      <td colspan="2">[% L.select_tag('cbob_chart', SELF.charts9000, title_sub=\make_title_of_chart, default=SELF.cbob_chart, style="width: 400px") %]</td>
45
    </tr>
46
  </tbody>
58 47
</table>
48
</div>
49

  
59 50
</form>

Auch abrufbar als: Unified diff