Show
Ignore:
Timestamp:
05/28/07 17:40:09 (1 year 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/base.html

    rdbbe4c0 r3924571  
    7272                                {if ! tile.overlay} 
    7373                                        {if tile.building} 
    74                                                 <a onmouseover="return overlib('{tile.building.name}',TIMEOUT,0,DELAY,600,WIDTH,100);" onmouseout="return nd();" href="./main.php?module=building&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
     74                                                <a onmouseover="return overlib('{tile.building.name}',TIMEOUT,0,DELAY,600,WIDTH,100);" onmouseout="return nd();" href="./ds?module=building&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
    7575                                        {else} 
    76                                                 <a href="./main.php?module=build&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
     76                                                <a href="./ds?module=build&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
    7777                                        {/endif} 
    7878                                {/endif} 
     
    8383                                <div class="o{tile.id}"> 
    8484                                        {if tile.building} 
    85                                                 <a onmouseover="return overlib('{tile.building.name}',TIMEOUT,0,DELAY,600,WIDTH,100);" onmouseout="return nd();" href="./main.php?module=building&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
     85                                                <a onmouseover="return overlib('{tile.building.name}',TIMEOUT,0,DELAY,600,WIDTH,100);" onmouseout="return nd();" href="./ds?module=building&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
    8686                                        {else} 
    87                                                 <a href="./main.php?module=build&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
     87                                                <a href="./ds?module=build&amp;sess={global.sess}&amp;col={base.id}&amp;field={tile.field}"> 
    8888                                        {/endif} 
    8989                                        <img style="border:0px" src="{URL}data/buildings/{tile.overlay.image}" alt="" />