<& '/widgets/wrappers/sharky/header.mc', title => "$disp Profile", context => "Admin | Profile | $disp | $crumb" &>
<%perl>; my $reset = $ARGS{reset} || time; $m->comp('/widgets/profile/hidden.mc', value => $reset, name => 'reset'); # Output the crucial fields. $m->comp('/widgets/wrappers/sharky/table_top.mc', caption => 'Choose Site', number => 1); $m->comp('/widgets/select_object/select_object.mc', object => 'site', objs => $sites, name => 'site_id', field => 'name', disp => 'Site', selected => scalar $c->get_user_cx(get_user_id), sort_field => 'name', reset_key => $reset, req => 1); $m->comp("/widgets/wrappers/sharky/table_bottom.mc"); # Add the buttons. $m->comp('/widgets/profile/formButtons.mc', type => $type, widget => $type, val => 'next_dkgreen', cb => '', section => $section, no_del => 1, no_save => 0);
<& '/widgets/wrappers/sharky/footer.mc', param => \%ARGS &> <%once>; my $section = 'admin'; my $type = 'category'; my $disp = get_disp_name($type); <%args> $id => undef $sites <%init>; # Get the name for the breadcrumb trail. my $crumb = 'New';