Show
Ignore:
Timestamp:
05/28/07 17:40:09 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1180366809 +0200
git-parent:

[251a74e8f478770c48d29c873e676ec79d3b7bd2]

git-author:
Christopher Jung <bktheg@web.de> 1180366809 +0200
Message:

Entwicklung Patch 7.09 begonnen

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • templates/crewtausch.html

    rb594073 r3924571  
    99        <img src="{URL}data/interface/besatzung.gif" alt="Crew" />{ship.crew}/{ship.maxcrew}<br /> 
    1010 
    11         <form action="./main.php" method="post"> 
     11        <form action="./ds" method="post"> 
    1212                <input name="send" type="text" size="3" value="0" /> 
    1313                {!form_create_hidden send, ship:$ship.id, tar:$target.id, mode:$global.mode} 
     
    1818        <img src="{URL}data/interface/besatzung.gif" alt="Crew" />{target.crew}/{target.maxcrew}<br /> 
    1919 
    20         <form action="./main.php" method="post"> 
     20        <form action="./ds" method="post"> 
    2121                <input name="rec" type="text" size="3" value="0" /> 
    2222                {!form_create_hidden rec, ship:$ship.id, tar:$target.id, mode:$global.mode}