Revision f311ac0f
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/admin/backup_dataset.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin" onload="set_subject(); document.getElementsByName('to')[0].focus(); "> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="admin" onload="set_subject(); document.getElementsByName('to')[0].focus(); "> |
|
3 | 4 |
|
4 | 5 |
<script type="text/javascript"> |
5 | 6 |
<!-- |
templates/webpages/admin/backup_dataset_email_done.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE LxERP %] |
3 |
[% USE HTML %]<body class="admin"> |
|
3 |
[%- USE HTML %] |
|
4 |
<body class="admin"> |
|
4 | 5 |
|
5 | 6 |
<h2>[% title %]</h2> |
6 | 7 |
|
templates/webpages/admin/check_auth_database.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/admin/check_auth_tables.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/admin/create_dataset.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="admin"> |
|
3 | 4 |
|
4 | 5 |
<h2>[% title %]</h2> |
5 | 6 |
|
templates/webpages/admin/create_standard_group_ask.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/admin/dbadmin.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="admin"> |
|
3 | 4 |
|
4 | 5 |
<h2>[% title %]</h2> |
5 | 6 |
|
templates/webpages/admin/dbdelete.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE LxERP %] |
3 |
[% USE HTML %]<body class="admin"> |
|
3 |
[%- USE HTML %] |
|
4 |
<body class="admin"> |
|
4 | 5 |
|
5 | 6 |
<h2>[% title %]</h2> |
6 | 7 |
|
templates/webpages/admin/delete_dataset.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="admin"> |
|
3 | 4 |
|
4 | 5 |
<h2>[% title %]</h2> |
5 | 6 |
<p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p> |
templates/webpages/admin/delete_group_confirm.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
<div class="listtop">[% 'Delete group' | $T8 %]: [% name %]</div> |
4 | 5 |
<p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p> |
5 | 6 |
|
templates/webpages/admin/edit_group_membership.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %][% USE LxERP %]<body> |
|
2 |
[%- USE HTML %][%- USE LxERP %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% 'Edit group membership' | $T8 %]</div> |
5 | 6 |
|
templates/webpages/admin/edit_groups.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% 'Edit groups' | $T8 %]</div> |
5 | 6 |
[% IF message %] |
templates/webpages/admin/list_users.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin" onload=""> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="admin" onload=""> |
|
3 | 4 |
|
4 | 5 |
<h1>[% title %]</h1> |
5 | 6 |
|
templates/webpages/admin/restore_dataset.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); "> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); "> |
|
3 | 4 |
|
4 | 5 |
<h2>[% title %]</h2> |
5 | 6 |
|
templates/webpages/admin/test_db_connection.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/admin/update_dataset.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="admin"> |
|
3 | 4 |
|
4 | 5 |
<h2>[% title %]</h2> |
5 | 6 |
<p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p> |
templates/webpages/admin/user_migration.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE LxERP %] |
3 |
[% USE HTML %]<body> |
|
3 |
[%- USE HTML %] |
|
4 |
<body> |
|
4 | 5 |
|
5 | 6 |
<div class="listtop">[% title %]</div> |
6 | 7 |
|
templates/webpages/admin/user_migration_complete.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/admin/user_migration_done.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/am/config.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE LxERP %] |
3 |
[% USE HTML %][% USE L %]<body onLoad="fokus()"> |
|
3 |
[%- USE HTML %][%- USE L %] |
|
4 |
<body onLoad="fokus()"> |
|
4 | 5 |
|
5 | 6 |
<p> |
6 | 7 |
<div class="listtop">[% title %]</div> |
templates/webpages/am/confirm_delete_warehouse.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/am/edit_defaults.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/am/edit_price_factor.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
[% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %] |
5 | 6 |
|
templates/webpages/am/edit_tax.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
<form method="post" action="am.pl"> |
4 | 5 |
<input type="hidden" name="id" value="[% HTML.escape(id) %]"> |
5 | 6 |
<input type="hidden" name="type" value="tax"> |
templates/webpages/am/edit_templates.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<h1>[% title %]</h1> |
5 | 6 |
|
templates/webpages/am/edit_warehouse.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]> |
|
2 |
[%- USE HTML %] |
|
3 |
<body [%- IF onload %]onload="[%- onload %]"[%- END %]> |
|
3 | 4 |
|
4 | 5 |
[% IF saved_message %] |
5 | 6 |
<p>[% saved_message %]</p> |
templates/webpages/am/list_tax.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% title %]</div> |
5 | 6 |
|
templates/webpages/amcvar/display_cvar_config_form.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="document.Form.name.focus();"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="document.Form.name.focus();"> |
|
3 | 4 |
|
4 | 5 |
<style type="text/css"> |
5 | 6 |
.small { |
templates/webpages/ct/search.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %]<body onload="fokus()"> |
|
3 |
[%- USE HTML %] |
|
4 |
<body onload="fokus()"> |
|
4 | 5 |
|
5 | 6 |
<form method="post" action="ct.pl" name="Form"> |
6 | 7 |
|
templates/webpages/dbupgrade/header.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<table width="100%"> |
5 | 6 |
<tr> |
templates/webpages/do/delete.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %][% USE LxERP %]<body> |
|
2 |
[%- USE HTML %][%- USE LxERP %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop">[% 'Delete delivery order' | $T8 %]</div> |
5 | 6 |
|
templates/webpages/do/search.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %][% USE LxERP %]<body onload="on_load();"> |
|
3 |
[%- USE HTML %][%- USE LxERP %] |
|
4 |
<body onload="on_load();"> |
|
4 | 5 |
|
5 | 6 |
[%- IF vc == 'customer' %] |
6 | 7 |
[%- SET is_customer = '1' %] |
templates/webpages/do/stock_in_form.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %][% USE LxERP %][% USE JavaScript %]<body[% UNLESS delivered %] onload="on_load();"[% END %]> |
|
3 |
[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %] |
|
4 |
<body[%- UNLESS delivered %] onload="on_load();"[%- END %]> |
|
4 | 5 |
|
5 | 6 |
[%- UNLESS delivered %] |
6 | 7 |
<script type="text/javascript"> |
templates/webpages/do/stock_out_form.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %][% USE LxERP %]<body> |
|
2 |
[%- USE HTML %][%- USE LxERP %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
[%- IF delivered %] |
5 | 6 |
[%- SET RO = ' readonly' %] |
templates/webpages/drafts/load.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<form action="[% HTML.escape(script) %]" method="post"> |
5 | 6 |
|
templates/webpages/drafts/save_new.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<form action="[% HTML.escape(script) %]" method="post"> |
5 | 6 |
|
templates/webpages/dunning/edit_config.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
<script type="text/javascript" src="js/common.js"></script> |
4 | 5 |
<script type="text/javascript" src="js/dunning.js"></script> |
5 | 6 |
|
templates/webpages/dunning/set_email.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="[% onload %]"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="[%- onload %]"> |
|
3 | 4 |
|
4 | 5 |
<script type="text/javascript"> |
5 | 6 |
<!-- |
templates/webpages/fu/add_edit.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %]<body onload="on_load();"> |
|
3 |
[%- USE HTML %] |
|
4 |
<body onload="on_load();"> |
|
4 | 5 |
|
5 | 6 |
<script type="text/javascript"> |
6 | 7 |
<!-- |
templates/webpages/generic/calculate_qty.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="[% onload %]"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="[%- onload %]"> |
|
3 | 4 |
|
4 | 5 |
<form name="Form"> |
5 | 6 |
|
templates/webpages/generic/edit_email.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="fokus()"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="fokus()"> |
|
3 | 4 |
|
4 | 5 |
<form name="Form" method="post" action="[% script %]"> |
5 | 6 |
|
templates/webpages/generic/error.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %] |
5 | 6 |
<p class="message_error_label">[% label_error %]</p> |
templates/webpages/generic/exception.html | ||
---|---|---|
1 |
[%- USE LxERP %][% USE HTML %]<body> |
|
1 |
[%-- USE LxERP %][%- USE HTML %] |
|
2 |
<body> |
|
2 | 3 |
|
3 | 4 |
<h1 class="message_error">[%- LxERP.t8('Error!') %]</h1> |
4 | 5 |
|
templates/webpages/generic/information.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
<table width="100%"> |
4 | 5 |
<tr> |
5 | 6 |
<th class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th> |
templates/webpages/generic/part_selection.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]> |
|
2 |
[%- USE HTML %] |
|
3 |
<body [%- IF onload %]onload="[%- onload %]"[%- END %]> |
|
3 | 4 |
|
4 | 5 |
<form action="[% HTML.escape(script) %]" method="post" name="Form"> |
5 | 6 |
|
templates/webpages/generic/select_delivery_customer.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="[% onload %]"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="[%- onload %]"> |
|
3 | 4 |
|
4 | 5 |
<form name="Form"> |
5 | 6 |
|
templates/webpages/generic/select_part.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]> |
|
2 |
[%- USE HTML %] |
|
3 |
<body [%- IF onload %]onload="[%- onload %]"[%- END %]> |
|
3 | 4 |
|
4 | 5 |
<form method="post" action="[% HTML.escape(script) %]"> |
5 | 6 |
|
templates/webpages/generic/select_vendor.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="[% onload %]"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="[%- onload %]"> |
|
3 | 4 |
|
4 | 5 |
<form name="Form"> |
5 | 6 |
|
templates/webpages/generic/set_longdescription.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="[% onload %]"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="[%- onload %]"> |
|
3 | 4 |
|
4 | 5 |
<form name="Form"> |
5 | 6 |
|
templates/webpages/generictranslations/edit_greetings.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<p> |
5 | 6 |
<div class="listtop">[% HTML.escape(title) %]</div> |
templates/webpages/generictranslations/edit_sepa_strings.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<p> |
5 | 6 |
<div class="listtop">[% HTML.escape(title) %]</div> |
templates/webpages/ic/parts_language_selection.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="[% onload %]"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="[%- onload %]"> |
|
3 | 4 |
|
4 | 5 |
<form name="Form"> |
5 | 6 |
|
templates/webpages/login/company_logo.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %][% USE LxERP %]<body> |
|
2 |
[%- USE HTML %][%- USE LxERP %] |
|
3 |
<body> |
|
3 | 4 |
[%- DEFAULT myconfig_dbhost = 'localhost' %] |
4 | 5 |
<noscript> |
5 | 6 |
[% INCLUDE 'generic/information.html' |
templates/webpages/login_screen/user_login.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="login" onLoad="document.loginscreen.login.focus()"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="login" onLoad="document.loginscreen.login.focus()"> |
|
3 | 4 |
|
4 | 5 |
<center> |
5 | 6 |
<table class="login" border="3" cellpadding="20"> |
templates/webpages/oe/check_for_direct_delivery.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop" width="100%">[% 'Carry over shipping address' | $T8 %]</div> |
5 | 6 |
|
templates/webpages/projects/project_form.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %][% USE LxERP %]<body> |
|
3 |
[%- USE HTML %][%- USE LxERP %] |
|
4 |
<body> |
|
4 | 5 |
|
5 | 6 |
[%- IF message %] |
6 | 7 |
<p>[% message %]</p> |
templates/webpages/projects/search.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body onload="fokus()"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body onload="fokus()"> |
|
3 | 4 |
|
4 | 5 |
<form method="post" action="projects.pl" name="Form"> |
5 | 6 |
|
templates/webpages/report_generator/csv_export_options.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<h1>[% HTML.escape(title) %]</h1> |
5 | 6 |
|
templates/webpages/report_generator/html_report.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body[% IF onload %] onload="[% onload %]"[% END %]> |
|
2 |
[%- USE HTML %] |
|
3 |
<body[%- IF onload %] onload="[%- onload %]"[%- END %]> |
|
3 | 4 |
|
4 | 5 |
<style type="text/css"> |
5 | 6 |
<!-- |
templates/webpages/report_generator/pdf_export_options.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %][% USE LxERP %]<body> |
|
2 |
[%- USE HTML %][%- USE LxERP %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
[%- SET default_margin = LxERP.format_amount(1.5) %] |
5 | 6 |
|
templates/webpages/rp/html_report_susa.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<script type="text/javascript"> |
5 | 6 |
<!-- |
templates/webpages/todo/show_todo_list.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<div class="listtop" style="margin-bottom: 10px">[% 'Your TODO list' | $T8 %]</div> |
5 | 6 |
|
templates/webpages/ustva/generic_taxreport.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<h1>[% 'Generic Tax Report' | $T8 %]</h1> |
5 | 6 |
<p>[% 'Taxnumber' | $T8 %]: [% taxnumber %]</p> |
templates/webpages/wh/journal_filter.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %][% USE JavaScript %]<body onload="on_load();"> |
|
3 |
[%- USE HTML %][%- USE JavaScript %] |
|
4 |
<body onload="on_load();"> |
|
4 | 5 |
|
5 | 6 |
<script type="text/javascript"> |
6 | 7 |
<!-- |
templates/webpages/wh/removal_parts_selection.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %][% USE JavaScript %]<body> |
|
2 |
[%- USE HTML %][%- USE JavaScript %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<form method="post" action="wh.pl"> |
5 | 6 |
|
templates/webpages/wh/report_filter.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %][% USE JavaScript %]<body onload="on_load();"> |
|
3 |
[%- USE HTML %][%- USE JavaScript %] |
|
4 |
<body onload="on_load();"> |
|
4 | 5 |
|
5 | 6 |
<script type="text/javascript"> |
6 | 7 |
<!-- |
templates/webpages/wh/transfer_parts_selection.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %][% USE JavaScript %]<body onload="on_load();"> |
|
2 |
[%- USE HTML %][%- USE JavaScript %] |
|
3 |
<body onload="on_load();"> |
|
3 | 4 |
|
4 | 5 |
<script type="text/javascript"> |
5 | 6 |
<!-- |
templates/webpages/wh/warehouse_selection.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE HTML %] |
3 | 3 |
[%- USE L %] |
4 |
[% USE JavaScript %]<body onload="on_load();"> |
|
4 |
[%- USE JavaScript %] |
|
5 |
<body onload="on_load();"> |
|
5 | 6 |
|
6 | 7 |
<script type="text/javascript" src="js/common.js"></script> |
7 | 8 |
<script type="text/javascript" src="js/part_selection.js"></script> |
templates/webpages/wh/warehouse_selection_assembly.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %][% USE JavaScript %][% USE LxERP %]<body onload="on_load(); [% onload %]"> |
|
3 |
[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %] |
|
4 |
<body onload="on_load(); [%- onload %]"> |
|
4 | 5 |
|
5 | 6 |
<script type="text/javascript" src="js/common.js"></script> |
6 | 7 |
<script type="text/javascript" src="js/part_selection.js"></script> |
templates/webpages/wh/warehouse_selection_stock.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 |
[% USE HTML %][% USE JavaScript %][% USE LxERP %]<body onload="on_load(); [% onload %]"> |
|
3 |
[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %] |
|
4 |
<body onload="on_load(); [%- onload %]"> |
|
4 | 5 |
|
5 | 6 |
<script type="text/javascript" src="js/common.js"></script> |
6 | 7 |
<script type="text/javascript" src="js/part_selection.js"></script> |
Auch abrufbar als: Unified diff
<body> in eigene Zeile (für späteres entfernen)
commit erzeugt mit:
find .
type f | xargs perl -i -pae 'if (/\]<body/) { s/\[%/[%/g; s/<body/\n<body/ }'