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

# Get alert host.
my $alert_host = $cfg->{alert}->{server} || 'localhost';

</%init>
<table width="90%" cellpadding=0 cellspacing=0 border=0>
<tr>
<td> <a href="/model/<% $model %>/index.html"><h2><% $model %></h2></a> </td>
<td align="right">
    <a href="config.html">Configuration</a> |
    <a href="http://<% $alert_host %>/model/alerts/?instance=<% $m->notes('MODEL') %>">Alerts</a> |
    <form style="display: inline" action="search">Lookup: <input class="L11bold" type="text" name="id"/><input type="submit" value="Search"/></form><br>
    <small>TJD (e.g. 5649), UT date (YYYYMMDD), tracklet ID, derived object name, "today", "latest"</small><br>
    <p/>
</tr>
<tr><td align="left">
    <a href="nonsynthetic.html"> Nonsynthetic All </a> |
    <a href="neos.html"> Nonsynthetic NEOs </a> |
    <a href="known.html"> Known Objects </a> |
    <a href="derived.html"> Tabular (first 100) </a> |
    <a href="derived.html?all=1"> Tabular (all) </a> |
    e vs. a
    <a href="plot_ea.html?max_a=10&shownonsynthetic=1"> 10AU </a> |
    <a href="plot_ea.html?max_a=50&shownonsynthetic=1"> 50AU </a> |
    e vs. q
    <a href="derivedplot?x=q&imgtype=png&xrange=10"> 10AU </a>
    <a href="derivedplot?x=q&imgtype=png&xrange=50"> 50AU </a>
</td>
<td align="right">
    Logged in as <b><% $ENV{REMOTE_USER} %></b>
</td>
</tr>
</table>
<hr align="left" width="90%">
