%#-- Once Section --# <%once>; my $type = 'element'; my $disp = get_disp_name('template'); my $context = "Workflow | Profile | $disp | "; %#-- Args Section --# <%args> $id => undef %#-- Init Section --# <%init>; # Do any redirects first. do_queued_redirect(); my $content = $m->scomp('/widgets/asset_meta/asset_meta.mc', id => $id, action => 'view', type => 'template', section => 'notes'); <& "/widgets/wrappers/sharky/header.mc", title => "Notes", context => $context . $r->pnotes("asset_meta|name") . ' | Notes' &>
<& "/widgets/profile/hidden.mc", name => 'id', value => $id &> <% $content %>
<& /widgets/wrappers/sharky/footer.mc &>