| ID: | <% $id %> | |
| Asset Type: | <% $media->get_element_name() %> | |
| Current Version: | <% $media->get_current_version() %> | |
| Published Version: | <% $media->get_published_version() %> | |
| URI: | <% $media->get_uri %> | |
| valign=top align=right>File Path: | >
<& '/widgets/profile/imageSubmit.mc', formName => "theForm", callback => $widget ."|update_pc", image => "upload_red" &> |
| Download: | % if (my $uri = $media->get_local_uri()) { <% $media->get_file_name %> % } else { No file has been uploaded % } |
| align="right">Contributors: | > <%perl> my @existing_contribs = map { $_->get_name } $media->get_contributors; $m->out((scalar(@existing_contribs)) ? " " . join(", ", @existing_contribs) : " No contributors defined."); %perl> | <& '/widgets/profile/imageSubmit.mc', formName => "theForm", callback => $widget ."|contributors_cb", image => "edit_lgreen", vspace => 3 &> |