<%doc> ############################################################################### =head1 NAME -- =head1 VERSION $Revision: 1.1 $ =head1 DATE $Date: 2001/09/17 16:19:43 $ =head1 DESCRIPTION =cut %#-- Once Section --# <%once>; my $type = 'element'; # Hack! my $disp = get_disp_name('story'); 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/story_prof/story_prof.mc', section => 'contributor_role', param => \%ARGS); %#-- Begin HTML --# <& /widgets/wrappers/sharky/header.mc, title => 'Contributor Role', context => $context . $rc->get('story_prof|title') . ' | Conbributor | Role' &> <% $content %> <& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --# <%doc> $Log: contributor_role.html,v $ Revision 1.1 2001/09/17 16:19:43 wheeler Corrected spelling of "contributor" but grepping through files and fixing them, plus deleting some files, renaming them, and then adding them back in. Revision 1.1.1.1 2001/09/06 21:52:39 wheeler Upload to SourceForge.