Index: openacs-4/packages/mail-tracking/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/mail-tracking/www/index.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/mail-tracking/www/index.tcl 8 Jun 2006 15:58:54 -0000 1.2.2.2 @@ -0,0 +1,19 @@ +# Expects the following optional parameters (in each combination): +# +# recipient_id - to filter mails for a single receiver +# sender_id - to filter mails for a single sender +# package_id to filter mails for a package instance + +ad_page_contract { + + @author Nima Mazloumi + @creation-date Mon May 30 17:55:50 CEST 2005 + @cvs-id $Id: index.tcl,v 1.2.2.2 2006/06/08 15:58:54 maltes Exp $ +} { + {page:optional 1} +} + +set page_title [ad_conn instance_name] +set context [list "index"] + +ad_return_template \ No newline at end of file