Changeset e02edb82cc874a53fa278adf95eeb4455edaaa68

Show
Ignore:
Timestamp:
05/22/08 18:47:08 (5 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1211474828 +0200
git-parent:

[8c2452f0831b48cb492516dd7a2a45eaf7751f99]

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

[ref] Cargo fuegt nun kein sess mehr zu URLs hinzu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/cargo/Cargo.java

    r0047196 re02edb8  
    759759                } 
    760760                 
    761                 if( itemlist.size() > 0 ) { 
    762                         String sess = ""; 
    763                         if( !nohtml ) { 
    764                                 Context context = ContextMap.getContext(); 
    765                                 sess = context.getSession(); 
    766                         } 
    767                          
     761                if( itemlist.size() > 0 ) {              
    768762                        Collections.sort(itemlist, new ResourceIDComparator(false) ); 
    769763                         
     
    818812                                        } 
    819813                                         
    820                                         name = "<a "+style+" onmouseover=\"return overlib('"+tooltiptext+"',TIMEOUT,0,DELAY,400,TEXTFONTCLASS,'smallTooltip');\" onmouseout=\"return nd();\" class=\""+linkclass+"\" href=\"./ds?module=iteminfo&amp;sess="+sess+"&amp;itemlist="+aitem+"\">"+name+"</a>"; 
     814                                        name = "<a "+style+" onmouseover=\"return overlib('"+tooltiptext+"',TIMEOUT,0,DELAY,400,TEXTFONTCLASS,'smallTooltip');\" onmouseout=\"return nd();\" class=\""+linkclass+"\" href=\"./ds?module=iteminfo&amp;itemlist="+aitem+"\">"+name+"</a>"; 
    821815                                } 
    822816                                else { 
     
    856850                                 
    857851                                if( !nohtml ) {                  
    858                                         fcargo1 = "<a "+style+" onmouseover=\"return overlib('"+tooltiptext+"',TIMEOUT,0,DELAY,400,TEXTFONTCLASS,'smallTooltip');\" onmouseout=\"return nd();\" class=\""+linkclass+"\" href=\"./ds?module=iteminfo&amp;sess="+sess+"&amp;itemlist="+aitem+"\">"+fcargo1+"</a>"; 
    859                                         fcargo2 = "<a "+style+" onmouseover=\"return overlib('"+tooltiptext+"',TIMEOUT,0,DELAY,400,TEXTFONTCLASS,'smallTooltip');\" onmouseout=\"return nd();\" class=\""+linkclass+"\" href=\"./ds?module=iteminfo&amp;sess="+sess+"&amp;itemlist="+aitem+"\">"+fcargo2+"</a>"; 
     852                                        fcargo1 = "<a "+style+" onmouseover=\"return overlib('"+tooltiptext+"',TIMEOUT,0,DELAY,400,TEXTFONTCLASS,'smallTooltip');\" onmouseout=\"return nd();\" class=\""+linkclass+"\" href=\"./ds?module=iteminfo&amp;itemlist="+aitem+"\">"+fcargo1+"</a>"; 
     853                                        fcargo2 = "<a "+style+" onmouseover=\"return overlib('"+tooltiptext+"',TIMEOUT,0,DELAY,400,TEXTFONTCLASS,'smallTooltip');\" onmouseout=\"return nd();\" class=\""+linkclass+"\" href=\"./ds?module=iteminfo&amp;itemlist="+aitem+"\">"+fcargo2+"</a>"; 
    860854                                } 
    861855