- Timestamp:
- 05/28/07 17:40:09 (2 years ago)
- git-parent:
- Files:
-
- templates/crewtausch.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
templates/crewtausch.html
rb594073 r3924571 9 9 <img src="{URL}data/interface/besatzung.gif" alt="Crew" />{ship.crew}/{ship.maxcrew}<br /> 10 10 11 <form action="./ main.php" method="post">11 <form action="./ds" method="post"> 12 12 <input name="send" type="text" size="3" value="0" /> 13 13 {!form_create_hidden send, ship:$ship.id, tar:$target.id, mode:$global.mode} … … 18 18 <img src="{URL}data/interface/besatzung.gif" alt="Crew" />{target.crew}/{target.maxcrew}<br /> 19 19 20 <form action="./ main.php" method="post">20 <form action="./ds" method="post"> 21 21 <input name="rec" type="text" size="3" value="0" /> 22 22 {!form_create_hidden rec, ship:$ship.id, tar:$target.id, mode:$global.mode}
