__section__
default
__description__
* info = the "tournament" info hashref
* species = hashref, keys are dsid's of species, subfields are:
	name = name of the species
	code = the species' code
	alivecount = count of alive agents in that species
	totalcount = count of all agents in that species
* species_order = order of the species dsid's, by descending alivecount

__title__

__page__
dilemma
__lang__
en_US
__name__
maininfo
__template__
<p>[% PROCESS titlebar title => 'Dilemma Info' width='100%' %]
<tt>
[% FOREACH key = info.keys.sort %]
<br><b>[% key | strip_html %]:</b> [% info.$key | strip_html %]
[% END %]
</tt>

<p>[% PROCESS titlebar title => 'Species Status at Tick ' _ info.last_tick width='100%' %]
<table cellspacing="1" border="0">
<tr><th>Species<br>Name</th><th>Alive<br>Now</th><th>Alive<br>Ever</th></tr>
[% FOREACH key = species_order %]
<tr><td align="left"><tt>[% species.${key}.name %]&nbsp;&nbsp;</tt></td>
<td align="right"><tt>&nbsp;&nbsp;[% species.${key}.alivecount %]</tt></td>
<td align="right"><tt>&nbsp;&nbsp;[% species.${key}.totalcount %]</tt></td></tr>
<!-- <br>&nbsp;&nbsp;[% species.${key}.code %] -->
[% END %]
</table>

<p>[% PROCESS titlebar title => 'Species History' %]
<p><img src="[% constants.imagedir %]/specieshistory.png">

__seclev__
10000
__version__
$Id: maininfo;dilemma;default,v 1.5 2005/07/27 22:53:54 pudge Exp $
