Changeset e02edb82cc874a53fa278adf95eeb4455edaaa68
- 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
| r0047196 |
re02edb8 |
|
| 759 | 759 | } |
|---|
| 760 | 760 | |
|---|
| 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 ) { |
|---|
| 768 | 762 | Collections.sort(itemlist, new ResourceIDComparator(false) ); |
|---|
| 769 | 763 | |
|---|
| … | … | |
| 818 | 812 | } |
|---|
| 819 | 813 | |
|---|
| 820 | | name = "<a "+style+" onmouseover=\"return overlib('"+tooltiptext+"',TIMEOUT,0,DELAY,400,TEXTFONTCLASS,'smallTooltip');\" onmouseout=\"return nd();\" class=\""+linkclass+"\" href=\"./ds?module=iteminfo&sess="+sess+"&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&itemlist="+aitem+"\">"+name+"</a>"; |
|---|
| 821 | 815 | } |
|---|
| 822 | 816 | else { |
|---|
| … | … | |
| 856 | 850 | |
|---|
| 857 | 851 | 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&sess="+sess+"&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&sess="+sess+"&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&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&itemlist="+aitem+"\">"+fcargo2+"</a>"; |
|---|
| 860 | 854 | } |
|---|
| 861 | 855 | |
|---|