]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/members/index.tt2
Change the calls and incomings structure
[ndwebbie.git] / root / src / members / index.tt2
index 6d9c50bf0f29f64a8f492666ae50c42047481c29..7f1bc7df92858f2020c13c02bc69f24fe6d698f8 100644 (file)
 [% END %]
 [% IF calls %]
 <table>
-       <tr><th>Call</th><th>DC</th><th>Landing tick</th><th>Races</th><th>Amount</th><th>Shiptypes</th><th>Current eta</th><th>Inital eta</th><th>Attackers</th></tr>
+       <tr><th>Call</th><th>Status</th><th>DC</th><th>Landing tick</th><th>Races</th><th>Amount</th><th>Shiptypes</th><th>Current eta</th><th>Inital eta</th><th>Attackers</th></tr>
        [% FOR call IN calls %]
        <tr align="center" class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
-               <td class="[% UNLESS call.dc %]Hostile[%END%]"><a href="[% c.uri_for('/calls/edit',call.id) %]">[% call.id %]</a></td>
+               <td class="[% UNLESS call.dc %]Hostile[%END%]"><a href="[% c.uri_for('/calls/edit',call.call) %]">[% call.call %]</a></td>
+               <td>[% call.status %]</td>
                <td>[% call.dc %]</td>
                <td>[% call.landing_tick %]</td>
                <td>[% call.race.unique.join('/') %]</td>
@@ -76,6 +77,7 @@
 <fieldset class="forum-post"> <legend>Account details</legend>
        <ul>
        <li> ND rank (by score): [% u.rank %] </li>
+       <li> Defprio: [% u.defprio %] </li>
        <li> Defense points: [% u.defense_points %] </li>
        <li> Attack points: [% u.attack_points %] </li>
        <li> Scan points: [% u.scan_points %] </li>