<?php
// PHP File Tree Demo
// For documentation and updates, visit http://abeautifulsite.net/notebook.php?article=21

// Main function file
include("documenten/php_file_tree.php");
?>

		<link href="documenten/styles/default/default.css" rel="stylesheet" type="text/css" media="screen" />
        <link href="quintus_iframe.css" rel="stylesheet" type="text/css" media="screen" />
		
		<!-- Makes the file tree(s) expand/collapsae dynamically -->
		<script src="jquery/jquery.js" type="text/javascript"></script>
		<script src="documenten/php_file_tree_jquery.js" type="text/javascript"></script>
       <div> 
        <div><img src="images/icoon_quintusblad_klein.png" alt="" width="100" height="100" /></div>
                  <div id="menu_top" >| <a href="javascript:history.go(-1)">terug</a> |</div>
                  <div> <?php include('include_quintusblad.php');?></div>
                 <br><br></div>
<table><tr><td valign="top" style="padding: 5px">
  <img src="images/eekhout_bouw_2021.jpg" alt="" width="300" />
</td><td valign="top" style="padding: 5px">
  <img src="images/eekhout_zoon_2021.jpg" alt="" width="300" />
</td></tr>
</table>
                  <div><h4>Quintusblad (archief)</h4></div>
<?php
		
		// This links the user to http://example.com/?file=filename.ext
		$allowed_extensions = array("pdf", "doc", "xls", "jpg");
		echo php_file_tree("docs/quintusblad/", "http://www.quintus-omni.nl/[link]" , $allowed_extensions);

		// This links the user to http://example.com/?file=filename.ext and only shows image files
		// $allowed_extensions = array("pdf", "doc", "xls", "jpg");
		// echo php_file_tree("../docs/upload/", $allowed_extensions);
		
		// This displays a JavaScript alert stating which file the user clicked on
		// echo php_file_tree($_SERVER['DOCUMENT_ROOT'], "javascript:alert('You clicked on [link]');");
		
		?>
        </div>

