<%doc> ############################################################################### =head1 NAME dhandler -- the container profile app. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2006-03-02 22:56:08 +0100 (Thu, 02 Mar 2006) $ =head1 DESCRIPTION =cut %#-- Args Section --# <%args> $scrollx => 0 $scrolly => 0 %#-- Args Section --# <%once>; my $type = 'element'; my $disp = get_disp_name($type); my $sdisp = get_disp_name('story'); my $context = "Workflow | Profile | $sdisp | $disp |"; %#-- Init Section --# <%init> %#-- Begin HTML --# <& '/widgets/wrappers/sharky/header.mc', title => "$disp Profile", context => $context . get_state_data('container_prof', 'crumb'), scrollx => $scrollx, scrolly => $scrolly, &> % #
<%doc> <& '/widgets/profile/hidden.mc', name => 'scrollx', value => 0 &> <& '/widgets/profile/hidden.mc', name => 'scrolly', value => 0 &> <& /widgets/container_prof/container_prof.mc, element_type => 'story', num => 2, action => 'edit', show_summary => 1, &>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#