<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<!-- Template: Copyright, ZZEE, 2001-2005. All rights reserved. -->
<!-- Only registered users of ZZEE Art HTML Listing can use the template
in their projects. Any other use is prohibited. -->

<head>
<title>Directory Listing</title>
<meta name="generator" content="ZZEE Art HTML Listing" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
<!--
	body
	{	
		font-family: "Times New Roman";
		font-size: 12pt;
	 	background-color: #ffffff;
		color: #000000;
		text-align: left;
	}
	td
	{	
		font-family: "Times New Roman";
		font-size: 12pt;
		color: #000000;
		text-align: left;
	}
	a, a:visited {color: #000000;}
	a:hover { color: #ffffff; background: #000000;}
	table {border: none; width:100%; padding:3px;}
    .header 
	{
		text-align:center;
		background-color: #ccccff; 
		font-weight:bold;
        border: outset 1px;
	}
	.odd {background-color: #ffffff;}
	.even {background-color: #e3e3e3;}
	.rite {text-align:right;}
-->
</style>
</head>

<body>

<table style="table-layout:fixed; width:100%;">
<tr>
    <td class="header" style="width:36%">Name</td>
    <td class="header" style="width:15%">Size</td>
    <td class="header" style="width:25%">Type</td>
    <td class="header" style="width:24%">Modified Date</td>
</tr>
<!--#for var="tree"--><!--#if var="real" -->
<tr class="<!--#if var='mod2'-->odd<!--#else-->even<!--#endif-->">
<td><img src="<!--#echo var='image_dir' --><!--#echo var='icon' -->" width="24" height="24" alt="icon"/>
 <a href="<!--#echo var='relurl'-->"><!--#echoe var='fullname'--></a></td>
<td class="rite"><!--#if var="isdir" --><!--#else--><!--#echo var='size'--> <!--#echo var='sizeunit'--><!--#endif-->&#160;</td>
<td><!--#echoe var="media" --></td>
<td class="rite"><!--#if var="isdir" -->&#160;<!--#else--><!--#echo var='time'--><!--#endif--></td>
</tr>
<!--#endif var="real" --><!--#endfor var="tree"-->
</table>


<!-- /////// SUMMARY //////////////// -->
<!--#if var="show_summary" -->
<br />
<table>
<tr>
    <td>Total folders: <!--#echo var="total_folders" --></td>
</tr>
<tr>
    <td>Total files: <!--#echo var="total_files" --></td>
</tr>
<tr>
    <td>Total size of all files: <!--#echo var="total_size" --></td>
</tr>
<tr>
    <td>Date generated: <!--#echo var="now" --></td>
</tr>
</table>
<!--#endif var="show_summary" -->
<!-- /////// END OF SUMMARY //////////////// -->


</body>
</html>