<%doc> ############################################################################### =head1 NAME edit_related.html - Edit related data for a container tile. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2004-05-24 18:17:44 -0700 (Mon, 24 May 2004) $ =head1 DESCRIPTION =cut %#-- Once Section --# <%once>; my $type = 'element'; # Hack! my $disp = get_disp_name($type); my $sdisp = get_disp_name('story'); my $mdisp = get_disp_name('media'); my $context = "Workflow | Profile | $mdisp | $disp |"; %#-- Args Section --# <%args> %#-- Init Section --# <%init> %#-- Begin HTML --# <& /widgets/wrappers/sharky/header.mc, title => "Select Related $sdisp", context => $context . get_state_data('container_prof', 'crumb') . " | Related $sdisp" &>
<& /widgets/container_prof/container_prof.mc, tile_type => 'media', action => 'edit_related_story' &>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#