root/templates/deutall.html

Revision 7e0786ac2ae69d482203f5042b748dac6559009d, 0.8 kB (checked in by Christopher Jung <bktheg@web.de>, 2 years ago)

Modul 'DeutAll?' implementiert

  • Property mode set to 100644
Line 
1 {!table_begin 550,left}
2 <table cellpadding="1" cellspacing="1" class="noBorderX" width="100%">
3 <!-- BEGIN ships.listitem -->
4         {if ship.newcoords}
5                 <tr>
6                         <td class="noBorderX" colspan="3">
7                                 {if ship.newcoords.break}
8                                         <br /> 
9                                 {/endif}
10                                 {ship.location}:
11                         </td>
12                 </tr>
13         {/endif}
14         <tr>
15                 <td class="noBorderX">
16                         {!link_to $ship.name, default, module:schiff, ship:$ship.id}</td>
17                 <td class="noBorderX">-</td>
18                 <td class="noBorderX">
19                         {if ship.message}
20                                 <span style="color:{ship.message.color}">{ship.message}</span>
21                         {/endif}
22                         {if ship.saugdeut}
23                                 {ship.saugdeut}<img src="{deuterium.image}" alt="" /> gesammelt
24                         {/endif}
25                 </td>
26         </tr>
27 <!-- END ships.listitem -->
28 </table>
29 {!table_end}
30 <br />
31 <span class="smallfont">
32         {!link_to zur&uuml;ck, default, module:schiffe, css_class:back, only:tank}
33 </span><br />
Note: See TracBrowser for help on using the browser.