registration-history.tcl
displays a table of number of registrations by month
- Location:
- /packages/acs-admin/www/users/registration-history.tcl
- Author:
- philg@mit.edu
- Created:
- Jan 1999
- CVS ID:
$Id: registration-history.tcl,v 1.4 2017/08/07 23:47:45 gustafn Exp $
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
ad_page_contract { displays a table of number of registrations by month @author philg@mit.edu @creation-date Jan 1999 @cvs-id $Id: registration-history.tcl,v 1.4 2017/08/07 23:47:45 gustafn Exp $ } -properties { context:onevalue user_rows:multirow } set context [list [list "./" "Users"] "Registration History"] # we have to query for pretty month and year separately because Oracle pads # month with spaces that we need to trim db_multirow user_rows user_rows {} ad_return_template # Local variables: # mode: tcl # tcl-indent-level: 4 # indent-tabs-mode: nil # End: