1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<div id='root'>
<div id=loginRoot>
<div id=loginTop>
<span><img id='loginLogo' src='[% imagepathrel %]/HaCi_Logo2.png'></span>
<br>
<span><img id='loginLogoString' src='[% imagepathrel %]/HaCi_Logo_String.png'></span>
</div>
<form name='loginForm' action='[% thisScript %]' method='post' [% IF buttonFocus %]onkeyup = "submitOnEnter(event,'[% buttonFocus %]')"[% END %]>
<input type='hidden' id='buttonTmp_loginForm' name='buttonTmp' value='' />
<table width='100%'><tr><td align='center'><table><tr><td>
<div id='box'>
<p id='boxHeader'>[% loginHeader %]</p>
<div id='boxBody'>
[% INCLUDE HaCiBox.tmpl
menu = loginMenu
parentFormName = 'loginForm'
hiddens = loginHiddens
%]
</div>
</div>
</td></tr></table></td></tr></table>
[% IF authError %]
<div id='authError'>
<div id='authErrorText'>
[% authError %]
</div>
</div>
[% END %]
</div> <!-- loginRoot -->
</div> <!-- root -->
<div id='footer'>
[% INCLUDE HaCiFooter.tmpl %]
</div>
<div id='warnl' onmousedown='startDrag(this);'>
<table><tr><td>
<div id='floatbox'>
<p id='boxHeader'>[% warnlHeader %]</p>
<div id='boxBody'>
[% INCLUDE HaCiBox.tmpl
menu = warnlMenu
%]
</div>
</div>
</td></tr></table>
</div>
<script>setFocus('username')</script>
|