[Firebug-cvs] firebug/web db_list.php,1.1,1.2 db_select.php,1.3,1.4
Brought to you by:
doolin
From: <do...@us...> - 2003-07-30 22:02:07
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv6877 Modified Files: db_list.php db_select.php Log Message: Changing web database layout. Index: db_list.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/db_list.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_list.php 22 Jul 2003 15:38:45 -0000 1.1 --- db_list.php 30 Jul 2003 21:49:39 -0000 1.2 *************** *** 11,14 **** --- 11,19 ---- <h1>FireBug web client database selection</h1> + <?php + include("nav_footer.php"); + ?> + + <hr /> <center> *************** *** 60,68 **** <hr /> - <?php - include("nav_footer.php"); - ?> - - <hr /> <p> --- 65,68 ---- Index: db_select.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/db_select.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_select.php 14 May 2003 18:47:41 -0000 1.3 --- db_select.php 30 Jul 2003 21:49:39 -0000 1.4 *************** *** 8,12 **** --- 8,21 ---- <body> + + <?php + include("nav_footer.php"); + ?> + + <hr /> + <h1>FireBug Tables selected</h1> + + <center> <form action="table_select.php" method="post"> |