root/templates/choff.html

Revision 3924571cbcbb46f262ef7a841ae1b4111999d308, 2.1 kB (checked in by Christopher Jung <bktheg@web.de>, 1 year ago)

Entwicklung Patch 7.09 begonnen

  • Property mode set to 100644
Line 
1 <!--
2         Drifting Souls 2
3         Copyright (c) 2006 Christopher Jung
4        
5         This library is free software; you can redistribute it and/or
6         modify it under the terms of the GNU Lesser General Public
7         License as published by the Free Software Foundation; either
8         version 2.1 of the License, or (at your option) any later version.
9  
10         This library is distributed in the hope that it will be useful,
11         but WITHOUT ANY WARRANTY; without even the implied warranty of
12         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13         Lesser General Public License for more details.
14  
15         You should have received a copy of the GNU Lesser General Public
16         License along with this library; if not, write to the Free Software
17         Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18 -->
19 {if choff.message}
20         <span class="smallfont">
21                 {choff.message}<br /><br />
22         </span>
23 {/endif}
24
25 {!table_begin 420,center}
26         <form action="./ds" method="post">
27         <table class="noBorderX">
28         <tr>
29                 <td class="noBorderX" colspan="2">Name</td>
30                 <td class="noBorderX">Technik</td>
31                 <td class="noBorderX">Waffen</td>
32                 <td class="noBorderX">Navigation</td>
33                 <td class="noBorderX">Sicherheit</td>
34                 <td class="noBorderX">Kommandoeffizienz</td>
35                 <td class="noBorderX">Spezial</td>
36                 <td class="noBorderX"></td>
37         </tr>
38         <tr>
39                 <td class="noBorderX">
40                         <img src="{offizier.picture}" alt="" />
41                 </td>
42                 <td class="noBorderX">
43                         <input name="name" type="text" size="15" value="{offizier.name}" />
44                 </td>
45                 <td class="noBorderX">{offizier.ability.ing}</td>
46                 <td class="noBorderX">{offizier.ability.waf}</td>
47                 <td class="noBorderX">{offizier.ability.nav}</td>
48                 <td class="noBorderX">{offizier.ability.sec}</td>
49                 <td class="noBorderX">{offizier.ability.com}</td>
50                 <td class="noBorderX">{offizier.special}</td>
51                 <td class="noBorderX"><input type="submit" value="&auml;ndern"></td>
52         </tr>
53         </table>
54         {!form_create_hidden rename, off:$offizier.id}
55         </form>
56 {!table_end}
57 <br />
58
59 {if base.id}
60         {!link_to zur&uuml;ck zur Basis, default, module:base, css_class:back, col:$base.id}
61 {else}
62         {!link_to zur&uuml;ck zum Schiff, default, css_class:back, module:schiff, ship:$ship.id}
63 {/endif}
Note: See TracBrowser for help on using the browser.