2 $this->includeTemplate($GLOBALS['top_include']);
5 <script type="text/javascript">
6 window.onload = function() {
7 document.getElementById("username").focus();
11 <form action="<?php echo $formaction; ?>" method="post">
12 <div><input type="hidden" name="query" value="<?php echo $querystring; ?>" /></div>
15 <th align="left"><label for="username"><?php echo T_('Username'); ?></label></th>
16 <td><input type="text" id="username" name="username" size="20" /></td>
20 <th align="left"><label for="password"><?php echo T_('Password'); ?></label></th>
21 <td><input type="password" id="password" name="password" size="20" /></td>
22 <td><input type="checkbox" name="keeppass" value="yes" /> <?php echo T_("Don't ask for my password for 2 weeks"); ?>.</td>
26 <td><input type="submit" name="submitted" value="<?php echo T_('Log In'); ?>" /></td>
30 <p>» <a href="<?php echo $GLOBALS['root'] ?>password.php"><?php echo T_('Forgotten your password?') ?></p>
34 $this->includeTemplate($GLOBALS['bottom_include']);