<a name="#<% $event->eventId %>"></a>

<table width="90%">
<tr>
<td width>

<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td align="left" valign="top" width="20%">
<b>Identification</b><br>
Event ID <% $event->eventId %><br>
<% $event->eventTime %><br>
<& eventClassification, event => $event &>
</td>
<td width="80%">
% my ($master_do, $child_do);
% $master_do = modcdo_retrieve($inst, derivedobjectId => $event->derivedobjectId);
% $child_do = modcdo_retrieve($inst, derivedobjectId => $event->childobjectId);
Master object: <a href="dohist.html?objectName=<% $master_do->objectName %>"><%  $master_do->objectName%></a>
<& otable, orbitId => $master_do->orbitId &>
Child (merged) object: <a href="dohist.html?objectName=<% $child_do->objectName %>"><% $child_do->objectName %></a>
<& otable, orbitId => $child_do->orbitId &>
</td>
</tr>
</table>

</td>
</tr>
</table>

<%args>
$event
</%args>

<%init>
my $inst = $m->notes('INST');
use PS::MOPS::DC::Tracklet;
</%init>
