From: Sebastien D. <sde...@us...> - 2005-04-22 09:00:13
|
Update of /cvsroot/tslogparser/web/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16990/admin Modified Files: index.php Log Message: fix index.php files Index: index.php =================================================================== RCS file: /cvsroot/tslogparser/web/admin/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- index.php 22 Apr 2005 08:48:03 -0000 1.5 +++ index.php 22 Apr 2005 09:00:03 -0000 1.6 @@ -1,954 +1,70 @@ <?php -/* - * Copyright (c) 2005, Bull S.A.. All rights reserved. - * Created by: Sebastien Decugis - - * This program is free software; you can redistribute it and/or modify it - * under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it would be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of [...988 lines suppressed...] - echo " </td>\n"; - echo " <td valign=\"top\" align=\"center\">\n"; - echo " <p><font size='-1'>".$run_data["run_comments"]."</font></p>\n"; - echo " <p><input type=\"submit\" name=\"edit_run\" value=\"Edit\"></p>\n"; - echo " </td>\n"; - echo " </form>\n"; - echo " </tr>\n"; - $tags = 2; - } - - $tags = 1; - } - } - -echo "</table>\n"; -/* End of file */ -db_fini(); -require($root."footer.inc.php"); -?> |