Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv865/src/webapps/wera/test
Modified Files:
findversions.php
Log Message:
Index: findversions.php
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/test/findversions.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** findversions.php 4 Oct 2005 22:59:28 -0000 1.1
--- findversions.php 4 Oct 2005 23:40:45 -0000 1.2
***************
*** 5,21 ****
* $Id$
*/
! ?>
!
! <html>
! <head>
! <meta http-equiv="Content-Language" content="en" />
! <meta name="GENERATOR" content="PHPEclipse 1.0" />
! <meta http-equiv="Content-Type" content="text/html; charset="utf-8" />
! <title>title</title>
! </head>
! <body bgcolor="#FFFFFF" text="#000000" link="#FF9966" vlink="#FF9966" alink="#FFCC99">
! <?php
! include ("../lib/config.inc");
! include ("../lib/documentLocator.inc");
include($conf_index_file);
?>
--- 5,11 ----
* $Id$
*/
! include("../lib/config.inc");
! include($conf_includepath . "/header.inc");
! include ($conf_includepath . "/documentLocator.inc");
include($conf_index_file);
?>
***************
*** 47,57 ****
print "\n" . $numhits;
print_r($result);
! print "</pre>"
!
?>
! </body>
! </html>
--- 37,46 ----
print "\n" . $numhits;
print_r($result);
! print "</pre>";
+ include($conf_includepath . "/footer.inc");
?>
!
|