- Timestamp:
- 05/28/07 17:40:09 (2 years ago)
- git-parent:
- Files:
-
- templates/buildings.kommandozentrale.html (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
templates/buildings.kommandozentrale.html
rae09dfe r3924571 39 39 {!table_begin 568, center} 40 40 <div style="text-align:left">Verkaufsaufträge:<br /><br /></div> 41 <form action=" main.php" method="post">41 <form action="ds" method="post"> 42 42 <table class="noBorderX" width="100%"> 43 43 <!-- BEGIN autogtu.acts.listitem --> … … 107 107 <td class="noBorderX" valign="top"><img src="{res.batterien.image}" alt="" />1</td> 108 108 <td class="noBorderX" valign="top"> 109 <form action="./ main.php" method="post">109 <form action="./ds" method="post"> 110 110 <div> 111 111 <input name="unload" type="text" size="2" value="0" /> … … 120 120 <td class="noBorderX" valign="top"><img src="{URL}data/interface/energie.gif" alt="Energie" />1 <img src="{res.lbatterien.image}" alt="" />1</td> 121 121 <td class="noBorderX" valign="top"> 122 <form action="./ main.php" method="post">122 <form action="./ds" method="post"> 123 123 <div> 124 124 <input name="load" type="text" size="2" value="0" /> … … 133 133 <td class="noBorderX" valign="top"><img src="{res.platin.image}" alt="" />1</td> 134 134 <td class="noBorderX" valign="top"> 135 <form action="./ main.php" method="post">135 <form action="./ds" method="post"> 136 136 <div> 137 137 <input name="create" type="text" size="2" value="0" /> … … 164 164 <!-- BEGIN general.itemconsign.listitem --> 165 165 {if ! general.itemconsign.list} 166 <form action="./ main.php" method="post">166 <form action="./ds" method="post"> 167 167 Item an Allianz übergeben:<br /> 168 168 <select style="width:250px" name="item" size="1"> … … 180 180 181 181 {if general.shiptransfer.list} 182 <form action="./ main.php" method="post">182 <form action="./ds" method="post"> 183 183 <div> 184 184 <select style="width:250px" name="to"> … … 215 215 {/endif} 216 216 <!-- BEGIN general.basetransfer.listitem --> 217 <a class="forschinfo" href="./ main.php?module=transport&sess={global.sess}&from={base.id}&to={targetbase.id}&way=btob">Transfer zu {targetbase.name}</a><br />217 <a class="forschinfo" href="./ds?module=transport&sess={global.sess}&from={base.id}&to={targetbase.id}&way=btob">Transfer zu {targetbase.name}</a><br /> 218 218 <!-- END general.basetransfer.listitem --> 219 219 … … 235 235 236 236 {!table_begin 430,center} 237 <form action="./ main.php" method="post">237 <form action="./ds" method="post"> 238 238 <table class="noBorderX" cellpadding="2" width="100%"> 239 239 <tr>
