]> ruin.nu Git - ndwebbie.git/commitdiff
Add a title attribute showing the target id
authorMichael Andreen <harv@ruin.nu>
Wed, 8 Jul 2009 20:18:58 +0000 (22:18 +0200)
committerMichael Andreen <harv@ruin.nu>
Wed, 8 Jul 2009 20:18:58 +0000 (22:18 +0200)
root/lib/inc/targetlist.tt2

index e5cea1423c0032a05ff19562d6a42b4549db6266..3c12e6130d18f52ae9b52412d8d4e5894a0cf313 100644 (file)
@@ -3,8 +3,8 @@
        <tr><th>Target</th><th>Tick</th></tr>
        [% FOR target IN claimedtargets %]
        <tr>
-               <td>[% IF target.released_coords %]<a href="[% c.uri_for('/stats/find',target.coords)%]">
-                               [% target.coords%][% IF target.launched%]*[% END %]</a>
+               <td>[% IF target.released_coords %]<a href="[% c.uri_for('/stats/find',target.coords)%]"
+                       title="Target [%target.id%]"> [% target.coords%][% IF target.launched%]*[% END %]</a>
                        [%ELSE%]Target [%target.id%][% END %]</td>
                <td><a href="[% c.uri_for('/raids/view',target.raid)%]#target[% target.id %]">
                        [% target.landingtick %]</a></td>