<%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 | $sdisp | $disp |"; %#-- Args Section --# <%args> %#-- Init Section --# <%init>; my $crumb = get_state_data('container_prof', 'crumb') || ''; $crumb .= ' |' if $crumb; %#-- Begin HTML --# <& /widgets/wrappers/sharky/header.mc, title => "Select Related $mdisp", context => "$context $crumb Related $mdisp" &>
<& /widgets/container_prof/container_prof.mc, tile_type => 'story', action => 'edit_related_media' &>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#