<!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">
<!--
.c{ padding:3px; background-color:#FFFFFF; color:#000000; font-size:10pt; font-weight:400; font-family:'Arial'; font-style:normal;}
.f{ color:#FFFFFF; font-size:10pt; font-weight:700; font-family:'Arial'; font-style:normal; background-color:#000000} .o{background-color:#E3E3E3} .e{background-color:#FFFFFF}
.m{background-color:#cccccc}
.r{text-align:right;}
-->
</style>
</head>

<body class="c">
<h2>Listing of <!--#echoe var="source"--></h2>

<table class="c" style="table-layout:fixed; width:100%;">
<thead><tr class="tbl_heading">
<th style="width:45%;">Name</th>
<th style="width:10%;">Size</th>
<th style="width:25%;">Type</th>
<th style="width:20%;">Time</th>

</tr></thead>

<tbody>
<!--#for var="tree" -->
<!--#if var="recurse" -->
<tr><td colspan="4" class="f"><!--#echoe var="abspath" --></td></tr>
<!--#endif-->
<!--#if var="endrecurse" -->
	<tr><td class="m" colspan="4">Stats: 
	Files: <!--#echo var="local_files" --> 
	Folders: <!--#echo var="local_folders" --> 
	Total size: <!--#echo var="local_size" -->
	</td></tr>
	<tr><td class="c" colspan="4"><hr /></td></tr>
<!--#endif-->
<!--#if var="real" -->
<tr class="<!--#if var="mod2" -->o<!--#else-->e<!--#endif-->">
<td><img src="<!--#echo var='image_dir' --><!--#echo var='icon' -->" width="24" height="24" alt="ico" />
<a href="<!--#echo var="absurl" -->"><!--#echo var="fullname" --></a></td>
<td class="r"><!--#echo var="size" --></td>
<td ><!--#echoe var="media" --></td>
<td ><!--#echo var="time" --></td>
</tr>
<!--#endif var="real"-->
<!--#endfor-->


<tr><td class="f" colspan="4">
Total for all folders: 
Files: <!--#echo var="total_files" -->
Folders: <!--#echo var="total_folders" -->
Total size: <!--#echo var="total_size" -->
</td></tr>
</tbody>

</table>
</body>
</html>