<%doc> ############################################################################### =head1 NAME -- =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2005-09-24 20:44:47 +0200 (Sat, 24 Sep 2005) $ =head1 DESCRIPTION =cut %#-- Once Section --# <%once>; my $type = 'element'; my $disp = get_disp_name('media'); my $context = "Workflow | Profile | $disp | "; %#-- Args Section --# <%args> $id => undef %#-- Init Section --# <%init>; # Do any redirects first. do_queued_redirect(); # Grab the content. my $content = $m->scomp('/widgets/media_prof/media_prof.mc', section => 'contributor_role', param => \%ARGS); %#-- Begin HTML --# <& /widgets/wrappers/sharky/header.mc, title => 'Contributor Role', context => $context . $r->pnotes('media_prof|title') . ' | Contributor | Role' &> <% $content %> <& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#