Revision fa47048f
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/fu/search.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE L %] |
3 | 3 |
[% USE HTML %] |
4 |
<body onload="on_load()"> |
|
5 |
|
|
6 | 4 |
<script type="text/javascript"> |
7 |
<!-- |
|
8 |
function on_load() { |
|
9 |
document.Form.subject.focus(); |
|
10 |
} |
|
11 |
--> |
|
5 |
$(function(){ document.Form.subject.focus(); }); |
|
12 | 6 |
</script> |
13 | 7 |
|
14 | 8 |
<div class="listtop">[% title %]</div> |
Auch abrufbar als: Unified diff
on_load entfernt und in jquery.ready verwandelt