gecko-dev/tools/reporter/templates/stats.tpl
robert%accettura.com b7a36a3dbe A whole lotta changin' goin' on...
- make configs consistant (app_url and app_path weren't making sense)
- move includes out of /app since it's used by more than just /app
- documentation on contrib classes needed
- implement templating engine
- fix spacing through all code
- some css changes to improve our looks (slightly)
- escape login variables
- Custom Column Queries
- Fix Pagination when using custom queries, or aggregate view
- Only query for total records if we the data set is full (>= $_GET['show']).  Pointless to figure how how many pages when we know we don't fill the first.
- truncate all columns at 100 characters in query view so pages don't span to far
- truncate all url's in report view over 100 chars in length
- Statistics (initial landing)
- Don't use cache-control to prevent slowness (bug 296670)
- Slightly revised css theming
- Add schema
- Rename config to config-default
2005-06-10 03:58:46 +00:00

18 lines
320 B
Smarty

<h4>Unique Users</h4>
<p>{$users_quant}</p>
<h4>Total Reports</h4>
<p>{$reports_quant}</p>
<h4>Reports Per User</h4>
<p>{$avgRepPerUsr}</p>
<h4>Hostnames found in the system</h4>
<p>{$hosts_quant}</p>
<h4>Reports in the last 24 hours</h4>
<p>{$reports24}</p>
<h4>Reports in the last 7 days</h4>
<p>{$last7days}</p>