File:  [parser3project] / parser3 / src / www / htdocs / Attic / parser-status.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Nov 8 14:53:58 2001 UTC (24 years, 10 months ago) by paf
Branches: MAIN
CVS tags: HEAD
stylesheet not everywhere, check added

@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]
^if($c){
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: