- Timestamp:
- 05/28/07 17:40:09 (1 year ago)
- git-parent:
- Files:
-
- templates/gtuzwischenlager.html (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
templates/gtuzwischenlager.html
r839a9f4 r3924571 14 14 <br /> 15 15 {if transferlist.backlink} 16 <a class="back" href="./ main.php?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zurück</a>16 <a class="back" href="./ds?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zurück</a> 17 17 {/endif} 18 18 {/endif} … … 36 36 <tr> 37 37 <td class="noBorderX"> 38 <a href="./ main.php?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}">38 <a href="./ds?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 39 39 <span style="color:#C7C7C7;font-weight:normal">{list.user}</span> 40 40 </a> 41 41 </td> 42 42 <td class="noBorderX"> 43 <a href="./ main.php?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}">43 <a href="./ds?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 44 44 <span style="color:#C7C7C7;font-weight:normal">ansehen: 45 45 <!-- BEGIN res.listitem --> … … 52 52 </td> 53 53 <td class="noBorderX"> 54 <a href="./ main.php?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}">54 <a href="./ds?module=gtuzwischenlager&sess={global.sess}&action=viewEntry&ship={global.shipid}&entry={list.entryid}"> 55 55 <span style="color:#C7C7C7;font-weight:normal"> 56 56 {if list.cargoreq.list} … … 94 94 <td class="noBorderX" colspan="2" align="center"> 95 95 <br /> 96 <form action="./ main.php" method="post">96 <form action="./ds" method="post"> 97 97 {!form_create_hidden transportMissing, ship:$global.shipid, entry:$tradeentry.id} 98 98 <input type="submit" value="Fehlende Bezahlung transferieren" /> … … 104 104 <td class="noBorderX" colspan="2" align="center"> 105 105 <br /> 106 <form action="./ main.php" method="post">106 <form action="./ds" method="post"> 107 107 {!form_create_hidden transportOwn, ship:$global.shipid, entry:$tradeentry.id} 108 108 <input type="submit" value="Waren abholen" /> … … 114 114 {!table_end} 115 115 <br /> 116 <a style="font-size:16px" class="back" href="./ main.php?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zurück</a>116 <a style="font-size:16px" class="back" href="./ds?module=gtuzwischenlager&sess={global.sess}&ship={global.shipid}">zurück</a> 117 117 {/endif}
