Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3aa5cee2

Von Sven Schöling vor etwa 10 Jahren hinzugefügt

  • ID 3aa5cee2f12c1dff757539b60196bf5e1be0a5d6
  • Vorgänger 90e9b1ab
  • Nachfolger c89986ac

Layout: title Ausgabe normalisieren

...mit dem Ziel das später ins Layout zu migrieren.

- In allen Templates den Tital auch wirklich als erstes ins DOM
verschoben
- unterschiedliche Verwendung der folgenden Muster vereinheitlicht:
<h1>...</h1>
<div class='listtop'>...</div>
<p><div class='listtop'>...</div></p>a
<tr><th class='listtop' colspan=..>....</th></tr>
- Verwendung der gleichen Klasse im Footer in <h2> geändert
- Puffer <tr height=5> entfert

Das ergibt insgesamt folgende Effekte:

- Einheitliches Rendern der Überschrift
- Einheitlicher Abstand zum Content
- flash/message werden immer unter der Überschrift angezeigt

Unterschiede anzeigen:

bin/mozilla/arap.pl
169 169
  my $title = $locale->text('Select from one of the names below');
170 170

  
171 171
  print qq|
172
    <h1>$title</h1>
173

  
172 174
<form method=post action=$form->{script}>
173 175

  
174 176
<table width=100%>
175
  <tr>
176
    <th class=listtop>$title</th>
177
  </tr>
178
  <tr space=5></tr>
179 177
  <tr>
180 178
    <td>
181 179
      <table width=100%>
bin/mozilla/ic.pl
288 288
#  $form->header;
289 289
#
290 290
#  print qq|
291
#  <h1>| . $locale->text('choice part') . qq|</h1>
291 292
#  <form method=post action=ic.pl>
292 293
#    <table width=100%>
293
#     <tr>
294
#      <th class=listtop colspan=6>| . $locale->text('choice part') . qq|</th>
295
#     </tr>
296
#        <tr height="5"></tr>
297 294
#        <tr class=listheading>
298 295
#          <th>&nbsp;</th>
299 296
#          <th class=listheading>| . $locale->text('Part Number') . qq|</th>
......
722 719
  my $colspan = $#column_index + 1;
723 720

  
724 721
  print qq|
722
    <h1>$form->{title}</h1>
723

  
725 724
<table width=100%>
726
  <tr>
727
    <th class=listtop colspan=$colspan>$form->{title}</th>
728
  </tr>
729
  <tr height="5"></tr>
730 725

  
731 726
  <tr><td colspan=$colspan>$option</td></tr>
732 727

  
templates/webpages/acctranscorrections/analyze_overview.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
<h1>[% title %]</h1>
5 4

  
6 5
 <p>[% 'kivitendo has found one or more problems in the general ledger.' | $T8 %]</p>
7 6

  
templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
<h1>[% title %]</h1>
5 4

  
6 5
 <p>
7 6
  [% 'There is at least one transaction for which the user has chosen a logically wrong taxkey.' | $T8 %]
templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
<h1>[% title %]</h1>
5 4

  
6 5
 <p>
7 6
  [% 'There is at least one sales or purchase invoice for which kivitendo recorded an inventory transaction with taxkeys even though no tax was recorded.' | $T8 %]
templates/webpages/acctranscorrections/assistant_for_wrong_taxes.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
<h1>[% title %]</h1>
5 4

  
6 5
 <p>
7 6
  [% 'The following transaction contains wrong taxes:' | $T8 %]
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
<h1>[% title %]</h1>
5 4

  
6 5
 <p>
7 6
  [% 'The following transaction contains wrong taxkeys:' | $T8 %]
templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
 <h1>[% title %]</h1>
5 4

  
6 5
 <p>
7 6
  [% 'The wrong taxkeys for AP and AR transactions have been fixed.' | $T8 %]
templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
 <h1>[% title %]</h1>
5 4

  
6 5
 <p>
7 6
  [% 'The wrong taxkeys for inventory transactions for sales and purchase invoices have been fixed.' | $T8 %]
templates/webpages/acctranscorrections/fix_wrong_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3

  
4
 <p><div class="listtop">[% title %]</div></p>
3
 <h1>[% title %]</h1>
5 4

  
6 5
 <p>
7 6
  [% 'The wrong taxkeys have been fixed.' | $T8 %]
templates/webpages/am/config.html
1 1
[%- USE T8 %]
2 2
[%- USE LxERP %]
3 3
[%- USE HTML %][%- USE L %]
4
 <div class="listtop">[% title %]</div>
4
<h1>[% title %]</h1>
5 5

  
6 6
 <form method="post" action="am.pl" name="Form">
7 7
  <input type="hidden" name="type" value="preferences">
templates/webpages/am/confirm_delete_warehouse.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3

  
4
 <div class="listtop">[% title %]</div>
3
 <h1>[% title %]</h1>
5 4

  
6 5
 <p>[% 'Do you really want to delete this warehouse?' | $T8 %]</p>
7 6

  
templates/webpages/am/edit_accounts.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
[% USE HTML %]<script type="text/javascript" src="js/FormManager.js" >
3
[% USE HTML %]
4
<h1>[% title %]</h1>
5

  
6
<script type="text/javascript" src="js/FormManager.js" >
4 7
/****************************************************
5 8
* Form Dependency Manager- By Twey- http://www.twey.co.uk
6 9
* Visit Dynamic Drive for this script and more: http://www.dynamicdrive.com
......
25 28
<input type="hidden" name="fxgain_accno_id"    value="[% HTML.escape(fxgain_accno_id) %]">
26 29
<input type="hidden" name="fxloss_accno_id"    value="[% HTML.escape(fxloss_accno_id) %]">
27 30

  
28
<table border="0" width="100%">
29
  <tr>
30
    <th class="listtop">[% title %]</th>
31
  </tr>
32
</table>
33

  
34 31
<fieldset>
35 32
  <legend>
36 33
    [% 'Main Preferences' | $T8 %]
templates/webpages/am/edit_price_factor.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% title %]</h1>
3 4

  
4
 [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
5 5

  
6
 <div class="listtop">[% title %]</div>
6
 [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
7 7

  
8 8
 <form method="post" action="am.pl">
9 9

  
templates/webpages/am/edit_tax.html
2 2
[%- USE HTML %]
3 3
[%- USE L %]
4 4
[%- USE LxERP %]
5
<h1>[% 'Tax-O-Matic' | $T8 %] [% title %]</h1>
6

  
5 7
 <form method="post" action="am.pl">
6 8
  <input type="hidden" name="id" value="[% HTML.escape(id) %]">
7 9
  <input type="hidden" name="type" value="tax">
8 10

  
9
  <div class="listtop">[% 'Tax-O-Matic' | $T8 %] [% title %]</div>
10

  
11 11
  <table width="100%">
12 12
   <tr>
13 13
    <td>[% 'tax_taxkey' | $T8 %]</td>
templates/webpages/am/edit_templates.html
46 46

  
47 47

  
48 48
  [% IF SHOW_CONTENT %]
49
   <p>
50
    <div class="listtop">
49
    <h2>
51 50
     [% IF CAN_EDIT %][% 'Edit file' | $T8 %][% ELSE %][% 'Display file' | $T8 %][% END %] [% HTML.escape(display_filename) %]
52
    </div>
53
   </p>
51
    </h2>
54 52

  
55 53
   [% IF CAN_EDIT %]
56 54
    <p><textarea name="content" id="edit_content" cols="100" rows="25"[% IF edit %] class="initial_focus"[% END %]>[% HTML.escape(content) %]</textarea></p>
templates/webpages/am/edit_units.html
1 1
[%- USE T8 %][%- USE LxERP %][% USE L %]
2 2
[% USE HTML %]
3

  
3
<h1>[% title %]</h1>
4 4

  
5 5
 [% IF saved_message %]
6 6
  <p>[% saved_message %]</p>
......
12 12

  
13 13
 <input type="hidden" name="type" value="unit">
14 14

  
15
 <table width="100%">
16
  <tr>
17
   <th class="listtop" colspan="2">[% title %]</th>
18
  </tr>
19
  <tr height="5"></tr>
20
 </table>
21

  
22 15
 <p>
23 16
  [% LxERP.t8('All units have either no or exactly one base unit of which they are multiples.') %]
24 17
  [% LxERP.t8('If you select a base unit then you also have to enter a factor.') %]
......
28 21

  
29 22
 <hr>
30 23

  
31
 <table width="100%">
32
  <tr><th class="listtop">[% 'Add unit' | $T8 %]</th></tr>
33
 </table>
24
 <h2>[% 'Add unit' | $T8 %]</h2>
34 25

  
35 26
 <table>
36 27
  <tr>
......
64 55

  
65 56
 <hr>
66 57

  
67
 <table width="100%">
68
  <tr><th class="listtop">[% 'Edit units' | $T8 %]</th></tr>
69
 </table>
58
 <h2>[% 'Edit units' | $T8 %]</h2>
70 59

  
71 60
 <p>
72 61
  [% 'Units that have already been used (e.g. for parts and services or in invoices or warehouse transactions) cannot be changed.' | $T8 %]
templates/webpages/am/edit_warehouse.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]</h1>
4

  
3 5
 [% IF saved_message %]
4 6
  <p>[% saved_message %]</p>
5 7
 [% END %]
......
11 13
  <input type="hidden" name="type" value="warehouse">
12 14
  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
13 15

  
14
  <div class="listtop">[% IF id %][% 'Edit Warehouse' | $T8 %][% ELSE %][% 'Add Warehouse' | $T8 %][% END %]</div>
15

  
16 16
  <table border="0">
17 17
   <tr>
18 18
    <td align="right">[% 'Description' | $T8 %]</td>
......
51 51

  
52 52
 <hr height="3">
53 53

  
54
 <div class="listtop">[% 'Edit Bins' | $T8 %]</div>
54
 <h2>[% 'Edit Bins' | $T8 %]</h2>
55 55

  
56 56
 [% UNLESS BINS.size %]
57 57
 <p>[% 'No bins have been added to this warehouse yet.' | $T8 %]</p>
templates/webpages/am/language_header.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE T8 %]
5
<h1>[% title | html %]</h1>
5 6

  
6 7
<form method=post action=am.pl>
7 8

  
......
9 10
<input type=hidden name=type value=language>
10 11

  
11 12
<table width=100%>
12
  <tr>
13
    <th class=listtop colspan=2>[% title | html %]</th>
14
  </tr>
15
  <tr height="5"></tr>
16 13
  <tr>
17 14
    <th align=right>[% 'Language' | $T8 %]</th>
18 15
    <td><input name=description size=30 value="[% description | html %]"></td>
templates/webpages/am/language_list.html
2 2
[%- USE L %]
3 3
[%- USE LxERP %]
4 4
[%- USE T8 %]
5

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

  
8 7
<table width=100%>
9
  <tr>
10
  </tr>
11
  <tr height="5"></tr>
12 8
  <tr>
13 9
    <td>
14 10
      <table width=100%>
templates/webpages/am/lead_header.html
1 1
[%- USE HTML %]
2 2
[%- USE T8 %]
3
<h1>[% title | html %]</h1>
3 4

  
4 5
<form method=post action=am.pl>
5 6

  
......
7 8
<input type=hidden name=type value=lead>
8 9

  
9 10
<table width=100%>
10
  <tr>
11
    <th class=listtop colspan=2>[% title | html %]</th>
12
  </tr>
13
  <tr height="5"></tr>
14 11
  <tr>
15 12
    <th align=right>[% 'Description' | $T8 %]</th>
16 13
    <td><input name=description size=50 value="[% lead | html %]"></td>
templates/webpages/am/lead_list.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<h1>[% title | html %]</h1>
5 6

  
6 7
<table width=100%>
7
  <tr>
8
    <th class=listtop>[% title | html %]</th>
9
  </tr>
10
  <tr height="5"></tr>
11 8
  <tr class=listheading>
12 9
    <th class=listheading width=100%>[% 'Description' | $T8 %]</th>
13 10
  </tr>
templates/webpages/am/list_price_factors.html
1 1
[%- USE T8 %][% USE L %][% USE LxERP %]
2 2
[% USE HTML %]
3
<h1>[% title %]</h1>
3 4

  
4 5
 [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
5 6

  
6
 <div class="listtop">[% title %]</div>
7 7

  
8 8
 <p>
9 9
  <table width="100%" id="price_factor_list">
templates/webpages/am/list_tax.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3

  
4
 <div class="listtop">[% title %]</div>
3
 <h1>[% title %]</h1>
5 4

  
6 5
 <table>
7 6
  <tr>
templates/webpages/am/list_warehouses.html
1 1
[%- USE T8 %][% USE LxERP %][% USE L %]
2 2
[% USE HTML %]
3
<h1>[% title %]</h1>
3 4

  
4 5
 [% IF saved_message %]<p>[% saved_message %]</p>[% END %]
5 6

  
6
 <div class="listtop">[% title %]</div>
7

  
8 7
 <p>
9 8
  <table width="100%" id="warehouse_list">
10 9
   <tr class="listheading">
templates/webpages/ap/search.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
<h1>[% title %]</h1>
3 4

  
4 5
 <form method=post name="search" action=[% script %]>
5 6

  
6 7
  <table width=100%>
7
  <tr><th class=listtop>[% title %]</th></tr>
8
  <tr height="5"></tr>
9 8
  <tr>
10 9
   <td>
11 10
    <table>
templates/webpages/ar/search.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
<h1>[% title %]</h1>
3 4

  
4 5
 <form method=post name="search" action=[% script %]>
5 6

  
6 7
  <table width=100% border="0">
7
  <tr><th class=listtop>[% title %]</th></tr>
8
  <tr height="5"></tr>
9 8
  <tr>
10 9
   <td>
11 10
    <table>
templates/webpages/bankaccounts/bank_account_display_form.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<h1>[% title %]</h1>
3 4

  
4 5
[%- IF params.error %]
5 6
 <p><div class="message_error">[% params.error %]</div></p>
6 7
[%- END %]
7 8

  
8
 <p><div class="listtop">[% title %]</div></p>
9

  
10 9
 <form method="post" action="bankaccounts.pl">
11 10

  
12 11
  <p>
templates/webpages/business/form.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2
<h1>[% FORM.title %]</h1>
2 3

  
3 4
 <form method="post" action="controller.pl">
4
  <div class="listtop">[% FORM.title %]</div>
5 5

  
6 6
[%- INCLUDE 'common/flash.html' %]
7 7

  
templates/webpages/business/list.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2

  
3
 <div class="listtop">[% FORM.title %]</div>
2
<h1>[% FORM.title %]</h1>
4 3

  
5 4
[%- INCLUDE 'common/flash.html' %]
6 5

  
templates/webpages/ca/list.html
2 2
[% USE T8 %]
3 3
[% USE HTML %]
4 4
[% USE LxERP %]
5
<h1>[% title | html %]</h1>
6

  
5 7
<form method=post action="[% script %]">
6 8

  
7 9
[% L.hidden_tag('accno', accno) %]
......
9 11
[% L.hidden_tag('sort', 'transdate') %]
10 12
[% L.hidden_tag('accounttype', accounttype) %]
11 13

  
12
<table border=0 width=100%>
13
  <tr>
14
    <th class=listtop>[% title | html %]</th>
15
  </tr>
16
</table>
17 14
<table>
18 15
        <tr>
19 16
          <th align=left>[% L.radio_button_tag('reporttype', value='custom', label=LxERP.t8('Customized Report')) %]</th>
templates/webpages/common/show_history.html
18 18
[% END %]
19 19

  
20 20
<table>
21
  <tr>
22
    <th class="listtop">
21
  <tr class='listheading'>
22
    <th>
23 23
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
24 24
        <tr>
25 25
          <td align="center" valign="middle">
......
31 31
        </tr>
32 32
      </table>
33 33
    </th>
34
    <th class=listtop>
34
    <th>
35 35
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
36 36
        <tr>
37 37
          <td align="center" valign="middle">
......
43 43
        </tr>
44 44
      </table>
45 45
    </th>
46
    <th class=listtop>
46
    <th>
47 47
      <table>
48 48
        <tr>
49 49
          <td>
......
52 52
        </tr>
53 53
      </table>
54 54
    </th>
55
    <th class=listtop>
55
    <th>
56 56
      <table>
57 57
        <tr>
58 58
          <td>
......
61 61
        </tr>
62 62
      </table>
63 63
    </th>
64
    <th class=listtop>
64
    <th>
65 65
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
66 66
        <tr>
67 67
          <td align="center" valign="middle">
......
73 73
        </tr>
74 74
      </table>
75 75
    </th>
76
    <th class=listtop>
76
    <th>
77 77
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
78 78
        <tr>
79 79
          <td align="center" valign="middle">
templates/webpages/common/show_vc_details.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<h1>[% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] &quot;[% HTML.escape(name) %]&quot;</h1>
3 4

  
4 5
[% BLOCK jump_block %]
5 6
[%- IF SHIPTO.size || CONTACTS.size %]
......
25 26
[%- END %]
26 27
[% END %]
27 28

  
28

  
29
 <div width="100%" class="listtop">
30
  [% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] &quot;[% HTML.escape(name) %]&quot;
31
 </div>
32

  
33 29
 [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %]
34 30

  
35 31
 <a name="billing"><h1>[% 'Billing Address' | $T8 %]</h1></a>
templates/webpages/csv_import/form.html
2 2
[%- USE LxERP %]
3 3
[%- USE L %]
4 4
[%- USE T8 %]
5

  
6
 <div class="listtop">[% FORM.title %]</div>
5
 <h1>[% FORM.title %]</h1>
7 6

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

  
templates/webpages/ct/search.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3 3
[%- USE HTML %]
4
<h1>[% title %]</h1>
5

  
4 6
 <form method="post" action="ct.pl" name="Form">
5 7

  
6 8
  <input type="hidden" name="db" value="[% HTML.escape(db) %]">
7 9

  
8
  <div class="listtop">[% title %]</div>
9

  
10 10
  <table>
11 11
   <tr>
12 12
    <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th>
templates/webpages/ct/search_contact.html
2 2
[%- USE T8 %]
3 3
[%- USE L %]
4 4
[%- USE LxERP %]
5
 <form method="post" action="ct.pl" name="Form">
5
<h1>[% 'Contacts' | $T8 %]</h1>
6 6

  
7
  <div class="listtop">[% 'Contacts' | $T8 %]</div>
7
 <form method="post" action="ct.pl" name="Form">
8 8

  
9 9
  <table>
10 10
   <tr>
templates/webpages/customer_vendor/form.html
1 1
[%- USE T8 %]
2 2
[%- USE LxERP %]
3 3
[%- USE L %]
4
<h1>[% FORM.title %]</h1>
4 5

  
5 6
[% L.hidden_tag('_cti_enabled', !!LXCONFIG.cti.dial_command) %]
6 7

  
7 8
[% cv_cvars = SELF.cv.cvars_by_config %]
8 9

  
9 10
<form method="post" action="controller.pl">
10
  <div class="listtop">[% FORM.title %]</div>
11 11

  
12 12
  [% L.hidden_tag('db', FORM.db) %]
13 13
  [% L.hidden_tag('callback', FORM.callback) %]
templates/webpages/customer_vendor/tabs/vcnotes.html
59 59
    </p>
60 60
  [% END %]
61 61

  
62

  
63
  <div class="listtop">
62
  <h2>
64 63
    [% IF ( SELF.note.id ) %]
65 64
      [% 'Edit note' | $T8 %]
66 65
    [% ELSE %]
67 66
      [% 'Add note' | $T8 %]
68 67
    [% END %]
69
  </div>
68
  </h2>
70 69

  
71 70
  [% L.hidden_tag('note.id', SELF.note.id) %]
72 71

  
templates/webpages/datev/export.html
1 1
[%- USE T8 %]
2
<h1>[% 'DATEX - Export Assistent' | $T8 %]</h1>
2 3

  
3 4
<form method=post action='[% script %]'>
4 5

  
5

  
6 6
<table width=100%>
7
  <tr>
8
    <th class=listtop>[% 'DATEX - Export Assistent' | $T8 %]</th>
9
  </tr>
10 7
  <tr>
11 8
    <th align=left>[% 'DATEV Angaben' | $T8 %]</th>
12 9
  </tr>
templates/webpages/datev/export3.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<html>
4 3
  Export in Bearbeitung<br>
5 4

  
6 5
  <br>
templates/webpages/datev/export_bewegungsdaten.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
<h1>[% 'DATEX - Export Assistent' | $T8 %]</h1>
3 4

  
4 5
<form method=post action="[% script %]">
5 6

  
6

  
7 7
<table width=100%>
8
  <tr>
9
    <th class=listtop>[% 'DATEX - Export Assistent' | $T8 %]</th>
10
  </tr>
11 8
  <tr>
12 9
    <th align=left>[% 'Zeitraum' | $T8 %]</th>
13 10
  </tr>
templates/webpages/datev/export_stammdaten.html
1 1
[%- USE T8 %]
2
<h1>[% 'DATEX - Export Assistent' | $T8 %]</h1>
2 3

  
3 4
<form method=post action="[% script %]">
4 5
<table width=100%>
5
  <tr>
6
    <th class=listtop>[% 'DATEX - Export Assistent' | $T8 %]</th>
7
  </tr>
8 6
  <tr>
9 7
    <th align=left>[% 'Konten' | $T8 %]</th>
10 8
  </tr>
templates/webpages/dbupgrade/SKR04_3804_already_exists.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
2
[% USE HTML %]
3
<h1>[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</h1>
3 4

  
4 5
<form name="Form" method="post" action="login.pl">
5 6
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/SKR04_3804_update.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
2
[% USE HTML %]
3
<h1>[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</h1>
3 4

  
4 5
<form name="Form" method="post" action="login.pl">
5 6
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/acc_trans_constraints.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
[% USE HTML %]<div class="listtop">[% 'Invalid transactions' | $T8 %]</div>
3
[% USE HTML %]
4
<h1>[% 'Invalid transactions' | $T8 %]</h1>
4 5

  
5 6
<form name="Form" method="post" action="login.pl">
6 7
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/auth/clients.html
1 1
[%- USE LxERP -%][%- USE L -%]
2
<h1>[%- LxERP.t8("Introduction of clients") %]</h1>
2 3

  
3 4
[%- INCLUDE 'common/flash.html' %]
4 5

  
5 6
[% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]
6 7

  
7
<h1>[%- LxERP.t8("Introduction of clients") %]</h1>
8

  
9 8
<p>
10 9
 [% LxERP.t8("kivitendo has been extended to handle multiple clients within a single installation.") %]
11 10
 [% LxERP.t8("Therefore several settings that had to be made for each user in the past have been consolidated into the client configuration.") %]
templates/webpages/dbupgrade/cp_greeting_update_form.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<div class="listtop">[% 'cp_greeting to cp_gender migration' | $T8 %]</div>
3

  
2
[% USE HTML %]
3
<h1>[% 'cp_greeting to cp_gender migration' | $T8 %]</h1>
4 4

  
5 5
<form action="[% script %]" method="POST">
6 6
<br>
templates/webpages/dbupgrade/default_bin_parts.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE JavaScript %]
5
<h1>[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</h1>
6

  
5 7
 <script type="text/javascript" src="js/common.js"></script>
6 8
 <script type="text/javascript">
7 9
  <!--
......
89 91

  
90 92

  
91 93

  
92
<div class="listtop">[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</div>
93 94
<form name="Form" method="post" action="login.pl">
94 95
<input type="hidden" name="action" value="login">
95 96
<input type="hidden" name="continued" value="1">
templates/webpages/dbupgrade/default_bin_parts_no_warehouse.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4
<h1>[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</h1>
4 5

  
5
<div class="listtop">[% '<b>Default Bins Migration !READ CAREFULLY!</b>' | $T8 %]</div>
6 6
<form name="Form" method="post" action="login.pl">
7 7
<input type="hidden" name="action" value="login">
8 8
<input type="hidden" name="continued" value="1">
templates/webpages/dbupgrade/erzeugnisnummern.html
1 1
[%- USE T8 %]
2
[% USE HTML %][%- USE LxERP -%]<div class="listtop">[% 'Double partnumbers' | $T8 %]</div>
2
[% USE HTML %][%- USE LxERP -%]
3
<h1>[% 'Double partnumbers' | $T8 %]</h1>
4

  
3 5
<script type="text/javascript">
4 6
<!--
5 7
function show_parts(vc) {
templates/webpages/dbupgrade/header.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3

  
4
 <table width="100%">
5
  <tr>
6
   <td class="listtop">[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</td>
7
  </tr>
8
 </table>
3
<h1>[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</h1>
templates/webpages/dbupgrade/no_default_currency.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<div class="listtop">[% 'No default currency' | $T8 %]</div>
2
[% USE HTML %]
3
<h1>[% 'No default currency' | $T8 %]</h1>
3 4

  
4 5
<form name="Form" method="post" action="login.pl">
5 6
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/orphaned_currencies.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
[% USE HTML %]<div class="listtop">[% 'Orphaned currencies' | $T8 %]</div>
3
[% USE HTML %]
4
<h1>[% 'Orphaned currencies' | $T8 %]</h1>
4 5

  
5 6
<form name="Form" method="post" action="login.pl">
6 7
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/show_partlist.html
1 1
[%- USE T8 %]
2 2
[% USE L %]
3
[% USE HTML %][%- USE LxERP -%]<div class="listtop">[% 'Show parts' | $T8 %]</div>
3
[% USE HTML %][%- USE LxERP -%]
4
<h1>[% 'Show parts' | $T8 %]</h1>
4 5

  
5 6
<form method="post" action="controller.pl">
6 7
[% L.hidden_tag("action", "LoginScreen/login") %]
templates/webpages/dbupgrade/steuerfilterung.html
1

  
2 1
[% USE T8 %]
3 2
[% USE HTML %]
4 3
[% USE L %]
5
<div class="listtop">[% 'New filter for tax accounts' | $T8 %]</div>
4
<h1>[% 'New filter for tax accounts' | $T8 %]</h1>
6 5

  
7 6
<form name="Form" method="post" action="login.pl">
8 7
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/tax_constraints.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<div class="listtop">[% 'Inconsistency in database' | $T8 %]</div>
2
[% USE HTML %]
3
<h1>[% 'Inconsistency in database' | $T8 %]</h1>
3 4

  
4 5
<form name="Form" method="post" action="login.pl">
5 6
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/taxkey_update.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<div class="listtop">[% 'taxkey 0 is already allocated.' | $T8 %]</div>
2
[% USE HTML %]
3
<h1>[% 'taxkey 0 is already allocated.' | $T8 %]</h1>
3 4

  
4 5
<form name="Form" method="post" action="login.pl">
5 6
<input type="hidden" name="action" value="login">
templates/webpages/dbupgrade/warehouse_form.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<div class="listtop">[% 'Warehouse Migration' | $T8 %]</div>
3
<h1>[% 'Warehouse Migration' | $T8 %]</h1>
4 4

  
5 5
<form action="[% script %]" method="POST">
6 6
 <p>
templates/webpages/delivery_term/form.html
1 1
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
2
<h1>[% FORM.title %]</h1>
2 3

  
3 4
 <form method="post" action="controller.pl">
4
  <div class="listtop">[% FORM.title %]</div>
5 5

  
6 6
[%- INCLUDE 'common/flash.html' %]
7 7

  
templates/webpages/delivery_term/list.html
1 1
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
2

  
3
 <div class="listtop">[% FORM.title %]</div>
2
<h1>[% FORM.title %]</h1>
4 3

  
5 4
[%- INCLUDE 'common/flash.html' %]
6 5

  
templates/webpages/department/form.html
1 1
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
2 2
[% SET is_used = SELF.department.is_used %]
3
<h1>[% FORM.title %]</h1>
3 4

  
4 5
 <form method="post" action="controller.pl">
5
  <div class="listtop">[% FORM.title %]</div>
6 6

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

  
templates/webpages/department/list.html
1 1
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
2

  
3
 <div class="listtop">[% FORM.title %]</div>
2
<h1>[% FORM.title %]</h1>
4 3

  
5 4
[%- INCLUDE 'common/flash.html' %]
6 5

  
templates/webpages/do/form_header.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<h1>[% title %]</h1>
6

  
5 7
 <script type="text/javascript" src="js/show_form_details.js"></script>
6 8
 <script type="text/javascript" src="js/show_history.js"></script>
7 9
 <script type="text/javascript" src="js/show_vc_details.js"></script>
......
36 38
 [%- SET DISABLED = ' disabled' %]
37 39
 [%- END %]
38 40

  
39
 <div class="listtop">[% title %]</div>
40

  
41 41
[%- INCLUDE 'common/flash.html' %]
42 42
[%- INCLUDE 'generic/set_longdescription.html' %]
43 43

  
templates/webpages/do/search.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3 3
[%- USE HTML %][%- USE LxERP %]
4
<h1>[% title %]</h1>
5

  
4 6
 [%- IF vc == 'customer' %]
5 7
 [%- SET is_customer = '1' %]
6 8
 [%- ELSE %]
......
19 21

  
20 22
 <form method="post" action="do.pl" name="Form">
21 23

  
22
  <div class="listtop">[% title %]</div>
23

  
24 24
  <p>
25 25
   <table>
26 26
    <tr>
templates/webpages/do/stock_in_form.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3 3
[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %]
4
<h1>[% title %]</h1>
5

  
4 6
 [%- UNLESS delivered %]
5 7
 <script type="text/javascript">
6 8
  <!--
......
61 63

  
62 64
 <form method="post" action="do.pl" name="Form">
63 65

  
64
  <div class="listtop">[% title %]</div>
65

  
66 66
  [%- IF ERRORS && ERRORS.size %]
67 67
  <p><font color="#ff0000">[% ERRORS.join('<br>') %]</font></p>
68 68
  [%- END %]
templates/webpages/do/stock_out_form.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP %]
3
<h1>[% title %]</h1>
3 4

  
4 5
 [%- IF delivered %]
5 6
 [%- SET RO = ' readonly' %]
......
13 14

  
14 15
 <form method="post" action="do.pl" name="Form">
15 16

  
16
  <div class="listtop">[% title %]</div>
17

  
18 17
  [%- IF ERRORS && ERRORS.size %]
19 18
  <p><font color="#ff0000">[% ERRORS.join('<br>') %]</font></p>
20 19
  [%- END %]
templates/webpages/drafts/load.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% 'Load draft' | $T8 %]</h1>
3 4

  
4 5
 <form action="[% HTML.escape(script) %]" method="post">
5 6

  
6 7
  <input type="hidden" name="SAVED_FORM" value="[% HTML.escape(SAVED_FORM) %]">
7 8

  
8 9
  <table width="100%">
9
   <tr>
10
    <th class="listtop">[% 'Load draft' | $T8 %]</th>
11
   </tr>
12
   <tr height="5"></tr>
13

  
14 10
   <tr>
15 11
    <td>
16 12
     [% 'The following drafts have been saved and can be loaded.' | $T8 %]
templates/webpages/drafts/save_new.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% 'Save draft' | $T8 %]</h1>
3 4

  
4 5
 <form action="[% HTML.escape(script) %]" method="post">
5 6

  
6 7
  <input type="hidden" name="SAVED_FORM" value="[% HTML.escape(SAVED_FORM) %]">
7 8

  
8 9
  <table width="100%">
9
   <tr>
10
    <th class="listtop">[% 'Save draft' | $T8 %]</th>
11
   </tr>
12
   <tr height="5"></tr>
13

  
14 10
   <tr>
15 11
    <td>[% 'Enter a description for this new draft.' | $T8 %]</td>
16 12
   </tr>
templates/webpages/dunning/add.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
3
 <div class="listtop">[% title %]</div>
3
<h1>[% title %]</h1>
4 4

  
5 5
 <form method="post" name="search" action="dn.pl">
6 6

  
templates/webpages/dunning/edit_config.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% title %]</h1>
4

  
3 5
 <script type="text/javascript" src="js/common.js"></script>
4 6
 <script type="text/javascript" src="js/dunning.js"></script>
5 7

  
6
 <div class="listtop" width="100%">[% title %]</div>
7

  
8 8
 <form method="post" action="dn.pl" name="Form">
9 9
  <table>
10
   <tr height="5"></tr>
11 10

  
12 11
   <tr>
13 12
    <th class="listheading">[% 'Dunning Level' | $T8 %]</th>
templates/webpages/dunning/search.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
[%- USE L %]
4
<h1>[% title %]</h1>
5

  
4 6
 <script type="text/javascript" src="js/common.js"></script>
5 7

  
6 8
 <form method="post" name="search" action="dn.pl">
7 9

  
8
  <div class="listtop">[% title %]</div>
9

  
10 10
  <table width="100%">
11
   <tr height="5"></tr>
12 11
   <tr>
13 12
    <td>
14 13
     <table>
templates/webpages/dunning/set_email.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% title %]</h1>
4

  
3 5
 <script type="text/javascript">
4 6
  <!--
5 7
      function email_updated() {
......
16 18
  <input type="hidden" name="input_body" value="[% HTML.escape(input_body) %]">
17 19
  <input type="hidden" name="input_attachment" value="[% HTML.escape(input_attachment) %]">
18 20

  
19
  <div class="listtop" width="100%">[% title %]</div>
20

  
21 21
  <table width="100%">
22 22
   <tr>
23 23
    <td valign="top">[% 'Subject:' | $T8 %]</td>
templates/webpages/dunning/show_invoices.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3 3
[% USE L %]
4
<h1>[% title %]</h1>
5

  
4 6
[% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %]
5 7
[% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %]
6 8
 <script type="text/javascript" src="js/common.js"></script>
7 9
 <script type="text/javascript" src="js/dunning.js"></script>
8 10

  
9
 <div class="listtop" width="100%">[% title %]</div>
10

  
11 11
 <p>[% 'The columns &quot;Dunning Duedate&quot;, &quot;Total Fees&quot; and &quot;Interest&quot; show data for the previous dunning created for this invoice.' | $T8 %]</p>
12 12

  
13 13
 <form name="Form" method="post" action="dn.pl">
templates/webpages/fu/add_edit.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3 3
[%- USE HTML %]
4
<h1>[% title %]</h1>
5

  
4 6
 <script type="text/javascript">
5 7
   $(function(){ document.Form.subject.focus(); });
6 8
 </script>
......
11 13
  <p>[% SAVED_MESSAGE %]</p>
12 14
  [%- END %]
13 15

  
14
  <div class="listtop">[% title %]</div>
15

  
16 16
  <input type="hidden" name="id" value="[% HTML.escape(id) %]">
17 17
  <input type="hidden" name="note_id" value="[% HTML.escape(note_id) %]">
18 18
  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
......
67 67
  [%- IF FOLLOW_UPS.size %]
68 68
  <hr height="3" noshade>
69 69

  
70
  <div class="listtop">[% 'Existing pending follow-ups for this item' | $T8 %]</div>
70
  <h2>[% 'Existing pending follow-ups for this item' | $T8 %]</h2>
71 71

  
72 72
  <p>
73 73
   <table>
templates/webpages/fu/edit_access_rights.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<h1>[% title %]</h1>
4

  
3 5

  
4 6
 [%- IF SAVED_MESSAGE %]
5 7
 <p>[% SAVED_MESSAGE %]</p>
6 8
 [%- END %]
7 9

  
8
 <div class="listtop">[% title %]</div>
9

  
10 10
 <p>[% 'Allow the following users access to my follow-ups:' | $T8 %]</p>
11 11

  
12 12
 <form action="fu.pl" method="post" name="Form">
templates/webpages/fu/report_for_todo_list.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3

  
4
<div class="listtop">[% 'Unfinished follow-ups' | $T8 %]</div>
3
<h1>[% 'Unfinished follow-ups' | $T8 %]</h1>
5 4

  
6 5
<form action="fu.pl" method="post" name="TODOFollowUpsForm">
7 6
 <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
templates/webpages/fu/search.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3 3
[% USE HTML %]
4
<h1>[% title %]</h1>
5

  
4 6
 <script type="text/javascript">
5 7
   $(function(){ document.Form.subject.focus(); });
6 8
 </script>
7 9

  
8
 <div class="listtop">[% title %]</div>
9

  
10 10
 <form action="fu.pl" method="post" name="Form">
11 11
  <input type="hidden" name="nextsub" value="report">
12 12

  
templates/webpages/generic/calculate_qty.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% title %]</h1>
4

  
3 5
 <form name="Form">
4 6

  
5 7
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
6 8
  <input type="hidden" name="input_id" value="[% HTML.escape(input_id) %]">
7 9

  
8 10
  <table width="100%">
9
   <tr>
10
    <th class="listtop">[% title %]</th>
11
   </tr>
12
   <tr height="5"></tr>
13

  
14 11
   <tr><td>[% 'Please insert object dimensions below.' | $T8 %]</td></tr>
15 12

  
16 13
   <tr>
templates/webpages/generic/cov_selection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% title %]</h1>
4

  
3 5
 <form method="post">
4 6

  
5 7
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
......
8 10
  <input type="hidden" name="allow_both" value="[% HTML.escape(allow_both) %]">
9 11
  <input type="hidden" name="action_on_cov_selected" value="[% HTML.escape(action_on_cov_selected) %]">
10 12

  
11
  <table width="100%">
12
   <tr>
13
    <th class="listtop">[% title %]</th>
14
   </tr>
15
   <tr height="5"></tr>
16

  
17 13
   <tr>
18 14
    <td>
19 15
     [%- IF !is_vendor %]
templates/webpages/generic/edit_email.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
3
<h1>[% title %]</h1>
4

  
3 5
<form name="Form" method="post" action="[% script %]">
4 6

  
5 7
<table width="100%">
6
  <tr class="listtop">
7

  
8
    <th class="listtop">[% title %]</th>
9
  </tr>
10
  <tr height="5"></tr>
11 8
  <tr>
12 9
    <td>
13 10
      <table>
templates/webpages/generic/part_selection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% title %]</h1>
4

  
3 5
 <form action="[% HTML.escape(script) %]" method="post" name="Form">
4 6

  
5 7
  <input type="hidden" name="input_partnumber" value="[% HTML.escape(input_partnumber) %]">
......
12 14
  <input type="hidden" name="options" value="[% HTML.escape(options) %]">
13 15
  <input type="hidden" name="new_description" value="[% HTML.escape(description) %]">
14 16

  
15
  <div class="listtop">[% title %]</div>
16

  
17 17
  <table width="100%">
18 18
   <tr>
19 19
    <td>
templates/webpages/generic/select_delivery_customer.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<h1>[% title %]</h1>
4

  
3 5
 <form name="Form">
... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.

Auch abrufbar als: Unified diff