File:  [parser3project] / parser3 / src / www / htdocs / Attic / parser-status.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 8 11:52:35 2001 UTC (24 years, 10 months ago) by paf
Branches: MAIN
CVS tags: HEAD
apache 'status' class enabler

<Location /parser-status.html>
ParserStatusAllowed
</Location>

@main[]
^status[]

@status[]
$c[$status:sql.cache]
sql.cache:<br>
<table border=1>
<tr>
	<td>url</td>
	<td>time</td>
</tr>
^c.menu{
<tr>
	<td>$c.url</td>
	<td>$c.time</td>
</tr>
}
</table>

$c[$status:stylesheet.cache]
stylesheet.cache:<br>
<table border=1>
<tr>
	<td>file</td>
	<td>time</td>
</tr>
^c.menu{
<tr>
	<td>$c.file</td>
	<td>$c.time</td>
</tr>
}
</table>

$c[$status:charset.cache]
charset.cache:<br>
<table border=1>
<tr>
	<td>file</td>
</tr>
^c.menu{
<tr>
	<td>$c.file</td>
</tr>
}
</table>

E-mail: