index.tcl

Home page for OpenACS Object Type administration

Location:
/packages/acs-subsite/www/admin/object-types/index.tcl
Author:
Yonatan Feldman <yon@arsdigita.com>
Created:
August 13, 2000
CVS ID:
$Id: index.tcl,v 1.7 2017/08/07 23:47:58 gustafn Exp $

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {

    Home page for OpenACS Object Type administration

    @author Yonatan Feldman (yon@arsdigita.com)
    @creation-date August 13, 2000
    @cvs-id $Id: index.tcl,v 1.7 2017/08/07 23:47:58 gustafn Exp $

} {}

set doc(title) "Object Type Hierarchical Index"
set context [list "Object Type Hierarchical Index"]

set object_type_hierarchy [acs_object_type_hierarchy]

# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: