<& /htmlheader, title => "T$tid" &>
<& modelheader &>
<& ttable, trkId => $tid, canSubmit => 1, revised => $revised, override_revised => $override_revised &>

<p>
<table border=1 cellspacing=0 cellpadding=2 width="90%">
<tr> <td>
<span class="L16bold">MPC Digest</span><br>
<a target="_blank" href="/czar/<% $model %>/mpcneodigest.html?trkId=<% qq{T$tid} %>">Full results</a><br>
<iframe scrolling="no" frameborder=0 width="100%" height="150" src="/model/<% $model %>/mpcneodigest.html?brief=1&trkId=<% qq{T$tid} %>"> </iframe>
</td></tr>

<tr> <td>
<span class="L16bold">MPC Known Object Check</span><br>
<a target="_blank" href="/czar/<% $model %>/mpcheckt.html?brief=1&trkId=<% $tid %>">Full results</a><br>
<iframe frameborder=0 width="100%" height="400" src="/model/<% $model %>/mpcheckt.html?brief=1&trkId=<% $tid %>"> </iframe>
</td></tr>

</table>

<& /htmlfooter &>

<%args>
$tid
$czkey => undef
$revised => undef
$override_revised => undef
</%args>

<%init>
my $model = $m->notes('MODEL');

# Update our czaring global datum.
if ($czkey) {
    $m->comp('/lib/last_user_access', key => $czkey);
}
</%init>
