index.tcl

This is the main page for the package. It displays all of the Notes and provides links to edit them and to create new Notes.

Location:
/packages/acs-core-docs/www/files/tutorial/index.tcl
Author:
Your Name <you@example.com>
CVS ID:
$Id: index.tcl,v 1.5 2018/05/09 15:33:28 hectorr Exp $

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {
    This is the main page for the package.  It displays all of the Notes and provides links to edit them and to create new Notes.

    @author Your Name (you@example.com)
    @cvs-id $Id: index.tcl,v 1.5 2018/05/09 15:33:28 hectorr Exp $
}

set page_title [ad_conn instance_name]
set context [list]
# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: