Revision b9d1830d
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
[%- USE HTML %][%- USE L %] |
4 |
<body onLoad="fokus()"> |
|
5 |
|
|
6 | 4 |
<p> |
7 | 5 |
<div class="listtop">[% title %]</div> |
8 | 6 |
</p> |
templates/webpages/ct/search.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 | 3 |
[%- USE HTML %] |
4 |
<body onload="fokus()"> |
|
5 |
|
|
6 | 4 |
<form method="post" action="ct.pl" name="Form"> |
7 | 5 |
|
8 | 6 |
<input type="hidden" name="db" value="[% HTML.escape(db) %]"> |
templates/webpages/ct/search_contact.html | ||
---|---|---|
1 | 1 |
[%- USE HTML %] |
2 | 2 |
[%- USE T8 %] |
3 |
<body onload="fokus()"> |
|
4 |
|
|
5 | 3 |
<form method="post" action="ct.pl" name="Form"> |
6 | 4 |
|
7 | 5 |
<input type="hidden" name="db" value="[% db | html %]"> |
templates/webpages/dunning/add.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script> |
3 |
<script type="text/javascript"> |
|
4 |
<!-- |
|
5 |
function setup_controls() { |
|
6 |
fokus(); |
|
7 |
} |
|
8 |
--> |
|
9 |
</script> |
|
10 |
|
|
11 |
<body onLoad="setup_controls();"> |
|
12 |
|
|
13 | 3 |
<div class="listtop">[% title %]</div> |
14 | 4 |
|
15 | 5 |
<form method="post" name="search" action="dn.pl"> |
templates/webpages/generic/edit_email.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE HTML %] |
3 |
<body onload="fokus()"> |
|
4 |
|
|
5 | 3 |
<form name="Form" method="post" action="[% script %]"> |
6 | 4 |
|
7 | 5 |
<table width="100%"> |
templates/webpages/ic/form_header.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE HTML %] |
3 | 3 |
[%- USE LxERP %] |
4 |
<body onLoad="fokus()"> |
|
5 |
|
|
6 | 4 |
<script type="text/javascript" src="js/common.js"></script> |
7 | 5 |
<script type="text/javascript" src="js/parts_language_selection.js"></script> |
8 | 6 |
|
templates/webpages/projects/search.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE HTML %] |
3 |
<body onload="fokus()"> |
|
4 |
|
|
5 | 3 |
<form method="post" action="projects.pl" name="Form"> |
6 | 4 |
|
7 | 5 |
<div class="listtop">[% title %]</div> |
Auch abrufbar als: Unified diff
fokus gibt es nicht mehr als javascriptfunktion, also überall aus dem onload genommen.