registration-history.adp
Delivered as text/html
Related Files
- packages/acs-admin/www/users/registration-history.xql
- packages/acs-admin/www/users/registration-history.tcl
- packages/acs-admin/www/users/registration-history.adp
[ hide source ] | [ make this the default ]
File Contents
<master>
<property name="doc(title)">Registration History</property>
<property name="context">@context;literal@</property>
<table>
<tr><th>Year</th><th align="left">Month</th><th>Registrations</th></tr>
<multiple name="user_rows">
<tr><td>@user_rows.pretty_year@</td>
<td>@user_rows.pretty_month@</td>
<td align="right">@user_rows.n_new@</td>
</tr>
</multiple>
</table>