From cf71a4677eff547c9cedeb1871fc109ae181b0c2 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sat, 17 Mar 2007 16:30:41 -0400 Subject: [PATCH] Rebuild the complete interface to use ajax. --- interface/web/admin/templates/index.htm | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/interface/web/admin/templates/index.htm b/interface/web/admin/templates/index.htm index 92cab2c..af992e8 100644 --- a/interface/web/admin/templates/index.htm +++ b/interface/web/admin/templates/index.htm @@ -1,15 +1,13 @@ -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<p> </p> -<form action="index.php" method="post" name="login" target="_self" id="login"> -<table width="288" border="0" align="center" cellpadding="4" cellspacing="0"> - <tr> - <td> </td> - <td> Admin</td> - </tr> -</table> -</form> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<p> </p> +<table width="288" border="0" align="center" cellpadding="4" cellspacing="0"> + <tr> + <td> </td> + <td> Admin</td> + </tr> +</table> -- Gitblit v1.9.1