Move some HTML out of core (src/login.php)
[squirrelmail.git] / templates / default_advanced / login.tpl
index b89fe0425a23c545477879c098efcd96d05c1a07..1ab48558f0880a3e9a52ffd56ce4cc9f84be8562 100644 (file)
@@ -30,7 +30,9 @@
 /* retrieve the template vars */
 extract($t);
 
-?>
+?><body onload="squirrelmail_loginpage_onload()">
+<form name="login_form" id="login_form" action="redirect.php" method="post" onsubmit="document.login_form.js_autodetect_results.value=1">
+<?php if (!empty($plugin_output['login_top'])) echo $plugin_output['login_top']; ?>
 <div id="sqm_login">
 <table cellspacing="0">
  <tr>
@@ -82,3 +84,4 @@ extract($t);
  </tr>
 </table>
 </div>
+</form>