<?php
  require_once "od_php_lib.inc";
  require_once "fs_context.inc";
  require_once "od_php_dir_lib.inc";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">

<title><?php echo html_dir_title(); ?></title>

</head>

<?php echo html_bgcolor_body($DIR_BG_COLOR); ?>

<!-- Standard directory header structure -->

<h1>Directory of <var>&lt;html_root&gt;</var><?php echo truncate_path(getcwd(), $OD_HTML_ROOT_PATH); ?></h1>

<!-- The body of the HTML page goes here -->

<?php listdir_html(); ?>

<!-- Standard footer for directory pages -->

<?php echo html_footer("directory", 0, 1); ?>
<!-- hhmts start -->
Last modified: Sun Feb 24 00:02:30 CST 2002
<!-- hhmts end -->

</body>

</html>
