- Timestamp:
- 05/28/07 17:40:09 (1 year ago)
- git-parent:
- Files:
-
- templates/forschinfo.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
templates/forschinfo.html
r915fa28 r3924571 42 42 {/endif} 43 43 {if tech.allows.item.hidden} 44 <a class="error" style="font-style:italic" href="./ main.php?module=forschinfo&sess={global.sess}&res={tech.allows.item.id}">[{tech.allows.item.name}]</a>44 <a class="error" style="font-style:italic" href="./ds?module=forschinfo&sess={global.sess}&res={tech.allows.item.id}">[{tech.allows.item.name}]</a> 45 45 {else} 46 46 {!link_to $tech.allows.item.name, default, res:$tech.allows.item.id} … … 208 208 <tr> 209 209 <td class="noBorderX"> 210 <a onmouseover="return overlib('{tech.ship.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" class="noborder" href="./ main.php?module=schiffinfo&sess={global.sess}&ship={tech.ship.id}">210 <a onmouseover="return overlib('{tech.ship.name}',TIMEOUT,0,DELAY,400,WIDTH,100);" onmouseout="return nd();" class="noborder" href="./ds?module=schiffinfo&sess={global.sess}&ship={tech.ship.id}"> 211 211 <img border="0" src="{tech.ship.picture}" alt="" /> 212 212 </a>
