From: Sebastien D. <sde...@us...> - 2005-04-22 09:15:11
|
Update of /cvsroot/tslogparser/web/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24457 Modified Files: index.php Log Message: Undid previous commit Index: index.php =================================================================== RCS file: /cvsroot/tslogparser/web/admin/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- index.php 22 Apr 2005 09:00:03 -0000 1.6 +++ index.php 22 Apr 2005 09:15:02 -0000 1.7 @@ -1,70 +1,954 @@ <?php -$_PAGE["title"] = "PROJECT HOME"; -require("head.inc.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. + * [...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"); +?> |