Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b16556cc

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

  • ID b16556ccc8e2c1838d5c782b79fd5dcb246b184d
  • Vorgänger 3c255f28
  • Nachfolger fa47048f

[% onload %] aus den templates entfernt, weil das nie mehr gesetzt ist.

Unterschiede anzeigen:

templates/webpages/admin/list_users.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body class="admin" onload="">
3
<body class="admin">
4 4

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

  
templates/webpages/ar/form_header.html
3 3
[%- USE T8 %]
4 4
[%- USE LxERP %]
5 5

  
6
<body onLoad="[% onload %]">
7

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

  
10 8
[% L.hidden_tag('id', id) %]
templates/webpages/ca/list.html
2 2
[% USE T8 %]
3 3
[% USE HTML %]
4 4
[% USE LxERP %]
5

  
6
<body onLoad="[% onload %]">
7

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

  
10 7
[% L.hidden_tag('accno', accno) %]
templates/webpages/cp/form_header.html
2 2
[%- USE HTML %]
3 3
[%- USE T8 %]
4 4
[%- USE LxERP %]
5
<body onload=[% onload %]>
6

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

  
9 7
[% L.hidden_tag('defaultcurrency', defaultcurrency) %]
templates/webpages/do/form_header.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<body onload="on_load()">
6

  
7 5
 <script type="text/javascript" src="js/show_form_details.js"></script>
8 6
 <script type="text/javascript" src="js/show_history.js"></script>
9 7
 <script type="text/javascript" src="js/show_vc_details.js"></script>
......
14 12
 <script type="text/javascript" src="js/stock_in_out.js"></script>
15 13
 <script type="text/javascript" src="js/follow_up.js"></script>
16 14

  
17
 <script type="text/javascript">
18
  <!--
19
      function on_load() {
20
        [% IF onload %][% onload %];[% END %]
21
      }
22
    -->
23
 </script>
24

  
25 15
 <style type="text/css">
26 16
  .fixed_width {
27 17
    width: 250px;
templates/webpages/dunning/search.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
[%- USE L %]
4
<body onLoad="[% onload %]">
5

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

  
8 6
 <form method="post" name="search" action="dn.pl">
templates/webpages/dunning/set_email.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body onload="[%- onload %]">
4

  
5 3
 <script type="text/javascript">
6 4
  <!--
7 5
      function email_updated() {
templates/webpages/dunning/show_invoices.html
4 4
[% L.javascript_tag('jquery.checkall') %]
5 5
[% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %]
6 6
[% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %]
7
<body [% IF onload %] onload="[% onload %]"[% END %]>
8

  
9 7
 <script type="text/javascript" src="js/common.js"></script>
10 8
 <script type="text/javascript" src="js/dunning.js"></script>
11 9

  
templates/webpages/generic/calculate_qty.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body onload="[%- onload %]">
4

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

  
7 5
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
templates/webpages/generic/cov_selection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body[% IF onload %] onload="[% onload %]"[% END %]>
4

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

  
7 5
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
templates/webpages/generic/part_selection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
4

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

  
7 5
  <input type="hidden" name="input_partnumber" value="[% HTML.escape(input_partnumber) %]">
templates/webpages/generic/select_delivery_customer.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body onload="[%- onload %]">
4

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

  
7 5
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
templates/webpages/generic/select_part.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
4

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

  
7 5
  <input type="hidden" name="nextsub" value="[% HTML.escape(nextsub) %]">
templates/webpages/generic/select_vendor.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body onload="[%- onload %]">
4

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

  
7 5
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
templates/webpages/generic/set_longdescription.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body onload="[%- onload %]">
4

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

  
7 5
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
templates/webpages/gl/search.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<body onLoad="[% onload %]">
6

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

  
9 7
<input type=hidden name=sort value=datesort>
templates/webpages/ic/parts_language_selection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body onload="[%- onload %]">
4

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

  
7 5
  <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
templates/webpages/oe/form_header.html
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4 4
[%- USE L %]
5
<body onLoad="[% onload %]">
6 5

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

  
templates/webpages/rc/step1.html
2 2
[%- USE HTML %]
3 3
[%- USE L %]
4 4
[%- USE LxERP %]
5
<body onLoad="[% onload %]">
6

  
7 5
<h1>[% 'Reconciliation' | $T8 %]</h1>
8 6

  
9 7
<form method=post action="[% script %]">
templates/webpages/report_generator/html_report.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
<body[%- IF onload %] onload="[%- onload %]"[%- END %]>
4

  
5 3
 <style type="text/css">
6 4
  <!--
7 5
.top_border {
templates/webpages/rp/report.html
74 74
  </tr>
75 75
[%- END %]
76 76

  
77
<body onLoad="[% onload %]">
78 77
<h1>[% title %]</h1>
79 78

  
80 79
<form method=post action='[% script %]'>
templates/webpages/wh/warehouse_selection_assembly.html
1 1
[%- USE T8 %]
2 2
[%- USE L %]
3 3
[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
4
<body onload="on_load(); [%- onload %]">
4
<body onload="on_load();">
5 5

  
6 6
 <script type="text/javascript" src="js/common.js"></script>
7 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 3
[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
4
<body onload="on_load(); [%- onload %]">
4
<body onload="on_load();">
5 5

  
6 6
 <script type="text/javascript" src="js/common.js"></script>
7 7
 <script type="text/javascript" src="js/part_selection.js"></script>
......
146 146
   <input type="submit" class="submit" name="action" value="[% 'Stock' | $T8 %]">
147 147
   [%- END %]
148 148
  </p>
149
 </form> 
150
 
149
 </form>
150

  

Auch abrufbar als: Unified diff