Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0e723a19

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

  • ID 0e723a19cf157a78a57458dda69fd1ea36e68ea1
  • Vorgänger f8def519
  • Nachfolger 0f69c726

<body> entfernt.

erzeugt mit
find . -type f | xargs sed -i '/^\s*<body>$/d'

Unterschiede anzeigen:

templates/webpages/acctranscorrections/analyze_filter.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3 3
[%- USE L %]
4
<body>
5 4
 <h1>[% title %]</h1>
6 5

  
7 6
 <p>
templates/webpages/acctranscorrections/analyze_overview.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3
<body>
4 3

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

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

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

  
templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3
<body>
4 3

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

  
templates/webpages/acctranscorrections/assistant_for_wrong_taxes.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3
<body>
4 3

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

  
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3
<body>
4 3

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

  
templates/webpages/acctranscorrections/delete_transaction.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3 3
[% USE LxERP %]
4
<body>
5 4
 <h1>[% title %]</h1>
6 5

  
7 6
 <p>
templates/webpages/acctranscorrections/delete_transaction_confirmation.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3 3
[% USE LxERP %]
4
<body>
5 4
 <h1>[% title %]</h1>
6 5

  
7 6
 <p>
templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<body>
4 3

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

  
templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<body>
4 3

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

  
templates/webpages/acctranscorrections/fix_wrong_taxkeys.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<body>
4 3

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

  
templates/webpages/admin/check_auth_database.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/admin/check_auth_tables.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/admin/create_standard_group_ask.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/admin/dbupgrade_all_header.html
1
<body>
2 1

  
templates/webpages/admin/delete_group_confirm.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3
  <div class="listtop">[% 'Delete group' | $T8 %]: [% name %]</div>
5 4
  <p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
6 5

  
templates/webpages/admin/edit_group.html
1 1
[% USE T8 %][% USE HTML %][% USE L %][% USE LxERP -%]
2
<body>
3 2
 [% L.stylesheet_tag('jquery.multiselect2side') %]
4 3
 [% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]
5 4

  
templates/webpages/admin/edit_group_membership.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP %]
3
<body>
4 3

  
5 4
 <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
6 5

  
templates/webpages/admin/edit_groups.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
  <div class="listtop">[% 'Edit groups' | $T8 %]</div>
6 5
  [% IF message %]
templates/webpages/admin/test_db_connection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/admin/user_migration.html
1 1
[%- USE T8 %]
2 2
[%- USE LxERP %]
3 3
[%- USE HTML %]
4
<body>
5 4

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

  
templates/webpages/admin/user_migration_complete.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/admin/user_migration_done.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/admin_printer/edit.html
1 1
[%- USE T8 %]
2
<body>
3 2

  
4 3
<form method=post>
5 4

  
templates/webpages/admin_printer/list.html
1 1
[%- USE T8 %]
2 2

  
3
<body>
4 3
<form method='post'>
5 4

  
6 5
<h1 class=listtop>[% title %]</h1>
templates/webpages/am/audit_control.html
2 2
[%- USE LxERP %]
3 3
[%- USE T8 %]
4 4
[%- USE L %]
5
<body>
6 5

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

  
templates/webpages/am/buchungsgruppe_header.html
2 2
[%- USE L %]
3 3
[%- USE LxERP %]
4 4
[%- USE T8 %]
5
<body>
6 5

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

  
templates/webpages/am/buchungsgruppe_list.html
2 2
[%- USE L %]
3 3
[%- USE LxERP %]
4 4
[%- USE T8 %]
5
<body>
6 5

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

  
templates/webpages/am/confirm_delete_warehouse.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/am/edit_accounts.html
13 13
  };
14 14
</script>
15 15

  
16
<body>
17 16
<form method="post" name="EditAccount" action="am.pl">
18 17

  
19 18
<input type="hidden" name="id"                 value="[% HTML.escape(id) %]">
templates/webpages/am/edit_defaults.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/am/edit_price_factor.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/am/edit_tax.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3
 <form method="post" action="am.pl">
5 4
  <input type="hidden" name="id" value="[% HTML.escape(id) %]">
6 5
  <input type="hidden" name="type" value="tax">
templates/webpages/am/edit_templates.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <h1>[% title %]</h1>
6 5

  
templates/webpages/am/edit_units.html
3 3

  
4 4
<script type="text/javascript" src="js/jquery-ui.js"></script>
5 5

  
6
<body>
7 6

  
8 7
 [% IF saved_message %]
9 8
  <p>[% saved_message %]</p>
templates/webpages/am/language_header.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE T8 %]
5
<body>
6 5

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

  
templates/webpages/am/language_list.html
2 2
[%- USE L %]
3 3
[%- USE LxERP %]
4 4
[%- USE T8 %]
5
<body>
6 5

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

  
templates/webpages/am/lead_header.html
1 1
[%- USE HTML %]
2 2
[%- USE T8 %]
3
<body>
4 3

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

  
templates/webpages/am/lead_list.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<body>
6 5

  
7 6
<table width=100%>
8 7
  <tr>
templates/webpages/am/list_accounts.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3
 <h1>[% title %]</h1>
5 4

  
6 5
 <table width="100%">
templates/webpages/am/list_price_factors.html
3 3

  
4 4
<script type="text/javascript" src="js/jquery-ui.js"></script>
5 5

  
6
<body>
7 6

  
8 7
 [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
9 8

  
templates/webpages/am/list_tax.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/am/list_warehouses.html
3 3

  
4 4
<script type="text/javascript" src="js/jquery-ui.js"></script>
5 5

  
6
<body>
7 6

  
8 7
 [% IF saved_message %]<p>[% saved_message %]</p>[% END %]
9 8

  
templates/webpages/amcvar/list_cvar_configs.html
3 3

  
4 4
<script type="text/javascript" src="js/jquery-ui.js"></script>
5 5

  
6
<body>
7 6

  
8 7
 [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
9 8

  
templates/webpages/ap/search.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
<body>
4 3

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

  
templates/webpages/ar/search.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
<body>
4 3

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

  
templates/webpages/arap/select_project.html
2 2
[%- USE T8 %]
3 3
[%- USE L  %]
4 4
[%- USE LxERP %]
5
<body>
6 5

  
7 6
<h1>[% 'Select from one of the projects below' | $T8 %]</h1>
8 7

  
templates/webpages/background_job/form.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2
<body>
3 2

  
4 3
 <h1>[% FORM.title %]</h1>
5 4

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

  
3
<body>
4 3
 <h1>[% FORM.title %]</h1>
5 4

  
6 5
[%- INCLUDE 'common/flash.html' %]
templates/webpages/background_job_history/list.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2 2

  
3
<body>
4 3
 <h1>[% FORM.title %]</h1>
5 4

  
6 5
[%- INCLUDE 'common/flash.html' %]
templates/webpages/background_job_history/show.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2
<body>
3 2

  
4 3
 <h1>[% FORM.title %]</h1>
5 4

  
templates/webpages/bankaccounts/bank_account_display_form.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<body>
4 3

  
5 4
[%- IF params.error %]
6 5
 <p><div class="message_error">[% params.error %]</div></p>
templates/webpages/bp/list_spool.html
5 5
[%- USE url %]
6 6
[%- SET list_spool__callback = href _ '&sort=' _ sort %]
7 7
[% L.javascript_tag('jquery.checkall') %]
8
<body>
9 8

  
10 9
<h1>[% title | html %]</h1>
11 10

  
templates/webpages/bp/search.html
2 2
[%- USE T8 %]
3 3
[%- USE LxERP %]
4 4
[%- USE HTML %]
5
<body>
6 5
<form method=post action=bp.pl>
7 6

  
8 7
<h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %]
templates/webpages/business/form.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2
<body>
3 2

  
4 3
 <form method="post" action="controller.pl">
5 4
  <div class="listtop">[% FORM.title %]</div>
templates/webpages/business/list.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2 2

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

  
6 5
[%- INCLUDE 'common/flash.html' %]
templates/webpages/common/show_vc_details.html
23 23
 <hr>
24 24
[% END %]
25 25

  
26
<body>
27 26

  
28 27
 <div width="100%" class="listtop">
29 28
  [% IF is_customer %][% 'Customer details' | $T8 %][% ELSE %][% 'Vendor details' | $T8 %][% END %] &quot;[% HTML.escape(name) %]&quot;
templates/webpages/csv_import/form.html
2 2
[%- USE LxERP %]
3 3
[%- USE L %]
4 4
[%- USE T8 %]
5
<body>
6 5

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

  
templates/webpages/ct/form_header.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %][% USE LxERP %]
3 3
[% USE L %]
4
<body>
5 4

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

  
templates/webpages/datev/export.html
1 1
[%- USE T8 %]
2
<body>
3 2

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

  
templates/webpages/datev/export3.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
<html>
4
<body>
5 4
  Export in Bearbeitung<br>
6 5

  
7 6
  <br>
templates/webpages/datev/export_bewegungsdaten.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
<body>
4 3

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

  
templates/webpages/datev/export_stammdaten.html
1 1
[%- USE T8 %]
2
<body>
3 2

  
4 3
<form method=post action="[% script %]">
5 4
<table width=100%>
templates/webpages/dbupgrade/header.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <table width="100%">
6 5
  <tr>
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
<body>
4 3

  
5 4
 <form method="post" action="controller.pl">
6 5
  <div class="listtop">[% FORM.title %]</div>
templates/webpages/department/list.html
1 1
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
2 2

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

  
6 5
[%- INCLUDE 'common/flash.html' %]
templates/webpages/do/delete.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP %]
3
<body>
4 3

  
5 4
 <div class="listtop">[% 'Delete delivery order' | $T8 %]</div>
6 5

  
templates/webpages/do/stock_out_form.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP %]
3
<body>
4 3

  
5 4
 [%- IF delivered %]
6 5
 [%- SET RO = ' readonly' %]
templates/webpages/drafts/load.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/drafts/save_new.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/dunning/edit_config.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3
 <script type="text/javascript" src="js/common.js"></script>
5 4
 <script type="text/javascript" src="js/dunning.js"></script>
6 5

  
templates/webpages/fu/edit_access_rights.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<body>
4 3

  
5 4
 [%- IF SAVED_MESSAGE %]
6 5
 <p>[% SAVED_MESSAGE %]</p>
templates/webpages/generic/error.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]
6 5
 <p class="message_error_label">[% label_error %]</p>
templates/webpages/generic/exception.html
1 1
[%-- USE LxERP %][%- USE HTML %]
2
<body>
3 2

  
4 3
 <h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
5 4

  
templates/webpages/generic/information.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3
 <table width="100%">
5 4
  <tr>
6 5
   <th class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
templates/webpages/generictranslations/edit_greetings.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <p>
6 5
  <div class="listtop">[% HTML.escape(title) %]</div>
templates/webpages/generictranslations/edit_sepa_strings.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <p>
6 5
  <div class="listtop">[% HTML.escape(title) %]</div>
templates/webpages/ic/choice.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4
<body>
5 4

  
6 5
 <form method="post" action="ic.pl">
7 6

  
templates/webpages/ic/confirm_price_update.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4
<body>
5 4

  
6 5
 <form method="post" action="ic.pl">
7 6

  
templates/webpages/ic/search.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<body>
6 5

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

  
templates/webpages/ic/search_update_prices.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4
<body>
5 4

  
6 5
 <form method="post" action="ic.pl">
7 6

  
templates/webpages/io/select_item.html
1 1
[% USE LxERP %][% USE HTML %][% USE L %]
2
<body>
3 2

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

  
templates/webpages/io/ship_to.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2
<body>
3 2

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

  
templates/webpages/ir/form_header.html
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5 5
[%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_name _ ')' %]
6
<body>
7 6
<script type="text/javascript" src="js/common.js"></script>
8 7
<script type="text/javascript" src="js/vendor_selection.js"></script>
9 8
<script type="text/javascript" src="js/calculate_qty.js"></script>
templates/webpages/is/form_header.html
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5 5
[%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %]
6
<body>
7 6
<script type="text/javascript" src="js/common.js"></script>
8 7
<script type="text/javascript" src="js/delivery_customer_selection.js"></script>
9 8
<script type="text/javascript" src="js/vendor_selection.js"></script>
templates/webpages/login/company_logo.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP %]
3
<body>
4 3
 [%- DEFAULT myconfig_dbhost = 'localhost' %]
5 4
   <noscript>
6 5
   [% INCLUDE 'generic/information.html'
templates/webpages/login_screen/auth_db_needs_update.html
1 1
[%- USE LxERP %]
2
<body>
3 2

  
4 3
 <p><b>[% LxERP.t8('Error!') %]</b></p>
5 4

  
templates/webpages/login_screen/auth_db_unreachable.html
1 1
[%- USE T8 %]
2
<body>
3 2

  
4 3
 <p><b>[% 'Error!' | $T8 %]</b></p>
5 4

  
templates/webpages/login_screen/old_configuration_files.html
1 1
[% USE LxERP %][% USE HTML %]
2
<body>
3 2
 <div class="listtop">[% title %]</div>
4 3

  
5 4
 <p>
templates/webpages/oe/check_for_direct_delivery.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <div class="listtop" width="100%">[% 'Carry over shipping address' | $T8 %]</div>
6 5

  
templates/webpages/oe/delete.html
2 2
[%- USE L %]
3 3
[%- USE LxERP %]
4 4

  
5
<body>
6 5

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

  
templates/webpages/oe/edit_periodic_invoices_config.html
1 1
[% USE HTML %]
2 2
[% USE LxERP %]
3 3
[% USE L %]
4
<body>
5 4

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

  
templates/webpages/oe/sales_price_information.html
2 2
[% USE LxERP %]
3 3
[% USE T8 %]
4 4
[%- IF !TABDIALOG %]
5
<body>
6 5

  
7 6
 <p><div class="listtop">[% 'Price information' | $T8 %]</div></p>
8 7

  
templates/webpages/oe/search.html
4 4
[%- USE L %]
5 5
[%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
6 6
[%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
7
<body>
8 7

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

  
templates/webpages/payment_term/form.html
1 1
[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
2
<body>
3 2

  
4 3
 <form method="post" action="controller.pl">
5 4
  <div class="listtop">[% FORM.title %]</div>
templates/webpages/payment_term/list.html
2 2

  
3 3
<script type="text/javascript" src="js/jquery-ui.js"></script>
4 4

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

  
8 7
[%- INCLUDE 'common/flash.html' %]
templates/webpages/pe/partsgroup_form.html
2 2
[%- USE T8 %]
3 3
[%- USE HTML %]
4 4
[% L.javascript_tag('show_history.js') %]
5
<body>
6 5

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

  
templates/webpages/pe/partsgroup_report.html
1 1
[%- USE HTML %]
2 2
[%- USE T8 %]
3
<body>
4 3

  
5 4
<table width=100%>
6 5
  <tr>
templates/webpages/pe/pricegroup_form.html
2 2
[%- USE T8 %]
3 3
[%- USE HTML %]
4 4
[% L.javascript_tag('show_history.js') %]
5
<body>
6 5

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

  
templates/webpages/pe/pricegroup_report.html
1 1
[%- USE HTML %]
2 2
[%- USE T8 %]
3
<body>
4 3

  
5 4
<table width=100%>
6 5
  <tr>
templates/webpages/pe/search.html
1 1
[%- USE T8 %]
2 2
[%- USE LxERP %]
3
<body>
4 3

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

  
templates/webpages/projects/project_form.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3 3
[%- USE HTML %][%- USE LxERP %]
4
<body>
5 4

  
6 5
 [%- IF message %]
7 6
 <p>[% message %]</p>
templates/webpages/rc/step2.html
3 3
[%- USE T8 %]
4 4
[%- USE LxERP  %]
5 5
[%- L.javascript_tag('jquery.checkall')  %]
6
<body>
7 6

  
8 7
<h1>[% accno | html %]--[% account | html %]</h1>
9 8

  
templates/webpages/report_generator/csv_export_options.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

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

  
templates/webpages/report_generator/pdf_export_options.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP %]
3
<body>
4 3

  
5 4
 [%- SET default_margin = LxERP.format_amount(1.5) %]
6 5

  
templates/webpages/rp/e_mail.html
2 2
[%- USE L %]
3 3
[%- USE LxERP %]
4 4
[%- USE T8 %]
5
<body>
6 5

  
7 6
<h1>[% 'E-mail Statement to' | $T8 %] [% $ct %]</h1>
8 7

  
templates/webpages/rp/html_report_susa.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <script type="text/javascript">
6 5
  <!--
templates/webpages/rp/tax_report.html
15 15
  </tr>
16 16
[% END %]
17 17

  
18
<body>
19 18

  
20 19
<h1>[% title %] [% SET tax_report__accno_title = accno _ '_description' %][% GET $tax_report__accno_title %]</h1>
21 20

  
templates/webpages/sepa/bank_transfer_add.html
9 9
 [% SET arap = 'ar' %]
10 10
 [% SET iris = 'is' %]
11 11
[%- END %]
12
<body>
13 12

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

  
templates/webpages/sepa/bank_transfer_create.html
10 10
 [% SET arap = 'ar' %]
11 11
 [% SET iris = 'is' %]
12 12
[%- END %]
13
<body>
14 13

  
15 14
 [%- IF error_message %]
16 15
 <p><div class="message_error">[% error_message %]</div></p>
templates/webpages/sepa/bank_transfer_created.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<body>
4 3

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

  
templates/webpages/sepa/bank_transfer_edit.html
11 11
 [% SET arap = 'ar' %]
12 12
 [% SET iris = 'is' %]
13 13
[%- END %]
14
<body>
15 14

  
16 15
 <p><div class="listtop">[% title %]: [% HTML.escape(export.ids.join(', ')) %]</div></p>
17 16

  
templates/webpages/sepa/bank_transfer_mark_as_closed_step1.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<body>
4 3

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

  
templates/webpages/sepa/bank_transfer_search.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<body>
6 5

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

  
templates/webpages/task_server/show.html
1 1
[% USE HTML %][% USE L %][% USE LxERP %]
2
<body>
3 2

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

  
templates/webpages/todo/show_todo_list.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
 <div class="listtop" style="margin-bottom: 10px">[% 'Your TODO list' | $T8 %]</div>
6 5

  
templates/webpages/ustva/config_step1.html
3 3
 Edit templates/webpages/ustva/config_step1_master.html
4 4
 and run locale/<cc>/locales.pl -->
5 5

  
6
<body>
7 6
<form name="verzeichnis" method="post" action="[% HTML.escape(script) %]">
8 7
<table width="100%">
9 8
   <tr>
templates/webpages/ustva/config_step2.html
4 4
 and run locale/<cc>/locales.pl -->
5 5

  
6 6

  
7
<body>
8 7
  <form name="elsterform" method="post" action="[% script %]">
9 8
    <table width="100%">
10 9
       <tr>
templates/webpages/ustva/generic_taxreport.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body>
4 3

  
5 4
<h1>[% 'Generic Tax Report' | $T8 %]</h1>
6 5
<p>[% 'Taxnumber' | $T8 %]: [% taxnumber %]</p>
templates/webpages/ustva/report.html
3 3
 Edit templates/webpages/ustva/report_master.html
4 4
 and run locale/<cc>/locales.pl -->
5 5

  
6
 <body>
7 6
 <form method="post" action="[% HTML.escape(script) %]">
8 7

  
9 8
 <input type="hidden" name="title" value="[% HTML.escape(title) %]">
templates/webpages/vk/search_invoice.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3
<body>
4 3

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

  
templates/webpages/wh/removal_parts_selection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE JavaScript %]
3
<body>
4 3

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

  

Auch abrufbar als: Unified diff