Revision 41ef1d3c
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/admin/adminlogin.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %] |
3 | 3 |
[% USE LxERP%] |
4 |
<body class="admin" onload="document.getElementById('rpw').focus()"> |
|
4 |
<body class="admin"> |
|
5 |
|
|
6 |
<script type='text/javascript'> |
|
7 |
$(function(){ document.getElementsById('rpw').focus();}); |
|
8 |
</script> |
|
5 | 9 |
<div align="center"> |
6 | 10 |
|
7 | 11 |
<a href="http://www.kivitendo.org"><img src="image/kivitendo.png" border="0"></a> |
Auch abrufbar als: Unified diff
restliche onloads im body entfernt