<%doc> ############################################################################### =head1 NAME dhandler -- the container profile app. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2005-09-24 11:44:47 -0700 (Sat, 24 Sep 2005) $ =head1 DESCRIPTION =cut %#-- Args Section --# <%args> %#-- Once Section --# <%once>; my $type = 'element'; my $disp = get_disp_name($type); my $mdisp = get_disp_name('media'); my $context = "Workflow | Profile | $mdisp | $disp |"; %#-- Init Section --# <%init> %#-- Begin HTML --# <& '/widgets/wrappers/sharky/header.mc', title => "$disp Profile", context => $context . get_state_data('container_prof', 'crumb') &>
<& /widgets/container_prof/container_prof.mc, element_type => 'media', num => 2, action => 'edit', show_summary => 1 &>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#