Listing of Source cgi/dirlist.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Directory listing</title>
<style>
<!--
  p  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; }
  td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 60%; }
-->
</style>
<body>
<h2>Directory <%@include cgi="DIRLIST" dirname=1></h2>

<table border cellspacing=1 cellpadding=1>

<tr>
<td bgcolor="#C0C0C0"><b>Name</b></td>
<td bgcolor="#C0C0C0" align="center"><b>Size</b></td>
<td bgcolor="#C0C0C0" align="center"><b>Date</b></td>
</tr>

<%@include cgi="DIRLIST"
   dir     ="htdocs/download"
   fileref ="/download.cgi"
   tr      ="<tr>"
   tdparent="<td><img src='Image/fileManager/levelup.gif' width=16 height=16> "
   tddir   ="<td><img src='Image/fileManager/folder.gif' width=12 height=11> "
   tdfile  ="<td><img src='Image/fileManager/file.gif' width=12 height=11> "
   tdsize  ="<td align='right'>"
   tddate  ="<td>">

</table>

</body>
</html>