<body> in eigene Zeile (für späteres entfernen)
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 14 Sep 2012 15:07:39 +0000 (17:07 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:59:03 +0000 (15:59 +0200)
commit erzeugt mit:
find . -type f | xargs perl -i -pae 'if (/\]<body/) { s/\[%/[%-/g; s/<body/\n<body/ }'

70 files changed:
templates/webpages/admin/backup_dataset.html
templates/webpages/admin/backup_dataset_email_done.html
templates/webpages/admin/check_auth_database.html
templates/webpages/admin/check_auth_tables.html
templates/webpages/admin/create_dataset.html
templates/webpages/admin/create_standard_group_ask.html
templates/webpages/admin/dbadmin.html
templates/webpages/admin/dbdelete.html
templates/webpages/admin/delete_dataset.html
templates/webpages/admin/delete_group_confirm.html
templates/webpages/admin/edit_group_membership.html
templates/webpages/admin/edit_groups.html
templates/webpages/admin/list_users.html
templates/webpages/admin/restore_dataset.html
templates/webpages/admin/test_db_connection.html
templates/webpages/admin/update_dataset.html
templates/webpages/admin/user_migration.html
templates/webpages/admin/user_migration_complete.html
templates/webpages/admin/user_migration_done.html
templates/webpages/am/config.html
templates/webpages/am/confirm_delete_warehouse.html
templates/webpages/am/edit_defaults.html
templates/webpages/am/edit_price_factor.html
templates/webpages/am/edit_tax.html
templates/webpages/am/edit_templates.html
templates/webpages/am/edit_warehouse.html
templates/webpages/am/list_tax.html
templates/webpages/amcvar/display_cvar_config_form.html
templates/webpages/ct/search.html
templates/webpages/dbupgrade/header.html
templates/webpages/do/delete.html
templates/webpages/do/search.html
templates/webpages/do/stock_in_form.html
templates/webpages/do/stock_out_form.html
templates/webpages/drafts/load.html
templates/webpages/drafts/save_new.html
templates/webpages/dunning/edit_config.html
templates/webpages/dunning/set_email.html
templates/webpages/fu/add_edit.html
templates/webpages/generic/calculate_qty.html
templates/webpages/generic/edit_email.html
templates/webpages/generic/error.html
templates/webpages/generic/exception.html
templates/webpages/generic/information.html
templates/webpages/generic/part_selection.html
templates/webpages/generic/select_delivery_customer.html
templates/webpages/generic/select_part.html
templates/webpages/generic/select_vendor.html
templates/webpages/generic/set_longdescription.html
templates/webpages/generictranslations/edit_greetings.html
templates/webpages/generictranslations/edit_sepa_strings.html
templates/webpages/ic/parts_language_selection.html
templates/webpages/login/company_logo.html
templates/webpages/login_screen/user_login.html
templates/webpages/oe/check_for_direct_delivery.html
templates/webpages/projects/project_form.html
templates/webpages/projects/search.html
templates/webpages/report_generator/csv_export_options.html
templates/webpages/report_generator/html_report.html
templates/webpages/report_generator/pdf_export_options.html
templates/webpages/rp/html_report_susa.html
templates/webpages/todo/show_todo_list.html
templates/webpages/ustva/generic_taxreport.html
templates/webpages/wh/journal_filter.html
templates/webpages/wh/removal_parts_selection.html
templates/webpages/wh/report_filter.html
templates/webpages/wh/transfer_parts_selection.html
templates/webpages/wh/warehouse_selection.html
templates/webpages/wh/warehouse_selection_assembly.html
templates/webpages/wh/warehouse_selection_stock.html

index bce74e0..27a1783 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="set_subject(); document.getElementsByName('to')[0].focus(); ">
+[%- USE HTML %]
+<body class="admin" onload="set_subject(); document.getElementsByName('to')[0].focus(); ">
 
  <script type="text/javascript">
   <!--
index 68f31d7..0240979 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE LxERP %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %]
+<body class="admin">
 
  <h2>[% title %]</h2>
 
index 7f0397a..76a370c 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 816d0b1..b4802cc 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 23c547a..6181a13 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %]
+<body class="admin">
 
   <h2>[% title %]</h2>
 
index 00f0489..874895c 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index f6097a5..64155fb 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %]
+<body class="admin">
 
   <h2>[% title %]</h2>
 
index c3537da..1ded2d6 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE LxERP %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %]
+<body class="admin">
 
   <h2>[% title %]</h2>
 
index 5db6ab3..01197ca 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %]
+<body class="admin">
 
  <h2>[% title %]</h2>
  <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
index a6d8bf0..6606193 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
   <div class="listtop">[% 'Delete group' | $T8 %]: [% name %]</div>
   <p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
 
index fe70347..b55d951 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %][% USE LxERP %]<body>
+[%- USE HTML %][%- USE LxERP %]
+<body>
 
  <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
 
index d893a58..357e391 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
   <div class="listtop">[% 'Edit groups' | $T8 %]</div>
   [% IF message %]
index ea8e8d7..b0ec510 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="">
+[%- USE HTML %]
+<body class="admin" onload="">
 
  <h1>[% title %]</h1>
 
index 2817315..c93bcc5 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); ">
+[%- USE HTML %]
+<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); ">
 
  <h2>[% title %]</h2>
 
index fc0b283..657f48b 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 8a93f90..bde72b0 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %]
+<body class="admin">
 
  <h2>[% title %]</h2>
  <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
index ef34e55..a56a577 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE LxERP %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 5f5114c..4ef3c38 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index c20263c..5f16cf2 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 29a9687..65d7a86 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE LxERP %]
-[% USE HTML %][% USE L %]<body onLoad="fokus()">
+[%- USE HTML %][%- USE L %]
+<body onLoad="fokus()">
 
  <p>
   <div class="listtop">[% title %]</div>
index 541b29a..b20b415 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 5b6d40a..b52b659 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 105f8b3..badc808 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
 
index c495e69..397b004 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
  <form method="post" action="am.pl">
   <input type="hidden" name="id" value="[% HTML.escape(id) %]">
   <input type="hidden" name="type" value="tax">
index bbce544..509574d 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <h1>[% title %]</h1>
 
index c7ca819..9e1c9b6 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]>
+[%- USE HTML %]
+<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
 
  [% IF saved_message %]
   <p>[% saved_message %]</p>
index 3d24b51..b585785 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop">[% title %]</div>
 
index 3eccf69..ed4c20f 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="document.Form.name.focus();">
+[%- USE HTML %]
+<body onload="document.Form.name.focus();">
 
  <style type="text/css">
   .small {
index eeea49a..555c8e3 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %]<body onload="fokus()">
+[%- USE HTML %]
+<body onload="fokus()">
 
  <form method="post" action="ct.pl" name="Form">
 
index 09d840b..9f43a09 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <table width="100%">
   <tr>
index 9cd3592..85d9477 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %][% USE LxERP %]<body>
+[%- USE HTML %][%- USE LxERP %]
+<body>
 
  <div class="listtop">[% 'Delete delivery order' | $T8 %]</div>
 
index f7ab5d5..eeb3e1b 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %][% USE LxERP %]<body onload="on_load();">
+[%- USE HTML %][%- USE LxERP %]
+<body onload="on_load();">
 
  [%- IF vc == 'customer' %]
  [%- SET is_customer = '1' %]
index 57bfc93..00d2148 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %][% USE LxERP %][% USE JavaScript %]<body[% UNLESS delivered %] onload="on_load();"[% END %]>
+[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %]
+<body[%- UNLESS delivered %] onload="on_load();"[%- END %]>
 
  [%- UNLESS delivered %]
  <script type="text/javascript">
index f9ffbba..508d914 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %][% USE LxERP %]<body>
+[%- USE HTML %][%- USE LxERP %]
+<body>
 
  [%- IF delivered %]
  [%- SET RO = ' readonly' %]
index 13aae21..8ace8b0 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <form action="[% HTML.escape(script) %]" method="post">
 
index aaf04ac..902309f 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <form action="[% HTML.escape(script) %]" method="post">
 
index b539ad9..2e9bf23 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/dunning.js"></script>
 
index 1b96ed9..5b8bc70 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<body onload="[%- onload %]">
 
  <script type="text/javascript">
   <!--
index 4beb3d6..a408064 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %]<body onload="on_load();">
+[%- USE HTML %]
+<body onload="on_load();">
 
  <script type="text/javascript">
   <!--
index 73dd750..d7a8abd 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<body onload="[%- onload %]">
 
  <form name="Form">
 
index 9aec0ca..6a67680 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="fokus()">
+[%- USE HTML %]
+<body onload="fokus()">
 
 <form name="Form" method="post" action="[% script %]">
 
index 7778152..5e13675 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="message_error">[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]
  <p class="message_error_label">[% label_error %]</p>
index 7c6deb9..6fddf5b 100644 (file)
@@ -1,4 +1,5 @@
-[%- USE LxERP %][% USE HTML %]<body>
+[%-- USE LxERP %][%- USE HTML %]
+<body>
 
  <h1 class="message_error">[%- LxERP.t8('Error!') %]</h1>
 
index a6f6bd7..9f41b7c 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
  <table width="100%">
   <tr>
    <th class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th>
index ac4aa4a..3966a05 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]>
+[%- USE HTML %]
+<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
 
  <form action="[% HTML.escape(script) %]" method="post" name="Form">
 
index 20858c1..6cb7e51 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<body onload="[%- onload %]">
 
  <form name="Form">
 
index 324c473..ab290f7 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body [% IF onload %]onload="[% onload %]"[% END %]>
+[%- USE HTML %]
+<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
 
  <form method="post" action="[% HTML.escape(script) %]">
 
index 35258df..b5aaf0c 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<body onload="[%- onload %]">
 
  <form name="Form">
 
index 72b50cd..f64d37e 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<body onload="[%- onload %]">
 
  <form name="Form">
 
index 345886a..ccd699e 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <p>
   <div class="listtop">[% HTML.escape(title) %]</div>
index c6acd84..cc6d961 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <p>
   <div class="listtop">[% HTML.escape(title) %]</div>
index 947f7d0..9cdd83d 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="[% onload %]">
+[%- USE HTML %]
+<body onload="[%- onload %]">
 
  <form name="Form">
 
index 6f0ff8b..e9bee2b 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %][% USE LxERP %]<body>
+[%- USE HTML %][%- USE LxERP %]
+<body>
  [%- DEFAULT myconfig_dbhost = 'localhost' %]
    <noscript>
    [% INCLUDE 'generic/information.html'
index 877cc18..18d35b0 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="login" onLoad="document.loginscreen.login.focus()">
+[%- USE HTML %]
+<body class="login" onLoad="document.loginscreen.login.focus()">
 
  <center>
   <table class="login" border="3" cellpadding="20">
index 35a5135..abe1aeb 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop" width="100%">[% 'Carry over shipping address' | $T8 %]</div>
 
index bd79216..08f869c 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %][% USE LxERP %]<body>
+[%- USE HTML %][%- USE LxERP %]
+<body>
 
  [%- IF message %]
  <p>[% message %]</p>
index 25c74c3..3e8cc2f 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body onload="fokus()">
+[%- USE HTML %]
+<body onload="fokus()">
 
  <form method="post" action="projects.pl" name="Form">
 
index 0d49f28..233a25d 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <h1>[% HTML.escape(title) %]</h1>
 
index 332c5ef..85608c4 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body[% IF onload %] onload="[% onload %]"[% END %]>
+[%- USE HTML %]
+<body[%- IF onload %] onload="[%- onload %]"[%- END %]>
 
  <style type="text/css">
   <!--
index 8956ed7..4d3245f 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %][% USE LxERP %]<body>
+[%- USE HTML %][%- USE LxERP %]
+<body>
 
  [%- SET default_margin = LxERP.format_amount(1.5) %]
 
index 269e44c..db8be49 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <script type="text/javascript">
   <!--
index 8d6a137..b329ca4 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
  <div class="listtop" style="margin-bottom: 10px">[% 'Your TODO list' | $T8 %]</div>
 
index e5ee490..280a22e 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<body>
 
 <h1>[% 'Generic Tax Report' | $T8 %]</h1>
 <p>[% 'Taxnumber' | $T8 %]: [% taxnumber %]</p>
index bae4770..0a79c80 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %][% USE JavaScript %]<body onload="on_load();">
+[%- USE HTML %][%- USE JavaScript %]
+<body onload="on_load();">
 
  <script type="text/javascript">
    <!--
index f156cb7..dc4cf9d 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %][% USE JavaScript %]<body>
+[%- USE HTML %][%- USE JavaScript %]
+<body>
 
  <form method="post" action="wh.pl">
 
index 9215374..ef9790a 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %][% USE JavaScript %]<body onload="on_load();">
+[%- USE HTML %][%- USE JavaScript %]
+<body onload="on_load();">
 
  <script type="text/javascript">
    <!--
index 6ef7eda..121fffa 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %][% USE JavaScript %]<body onload="on_load();">
+[%- USE HTML %][%- USE JavaScript %]
+<body onload="on_load();">
 
  <script type="text/javascript">
   <!--
index 254e854..5cc71fe 100644 (file)
@@ -1,7 +1,8 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE L %]
-[% USE JavaScript %]<body onload="on_load();">
+[%- USE JavaScript %]
+<body onload="on_load();">
 
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/part_selection.js"></script>
index 3999e8c..daf35c5 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %][% USE JavaScript %][% USE LxERP %]<body onload="on_load(); [% onload %]">
+[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
+<body onload="on_load(); [%- onload %]">
 
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/part_selection.js"></script>
index fef9940..1324188 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
-[% USE HTML %][% USE JavaScript %][% USE LxERP %]<body onload="on_load(); [% onload %]">
+[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
+<body onload="on_load(); [%- onload %]">
 
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/part_selection.js"></script>