Author: ssthkjer
Date: 2006-11-17 09:34:12 +0100 (Fri, 17 Nov 2006)
New Revision: 3978

Modified:
   branches/2.6/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
Log:
TNS fix which HAD to be in 2.6 version

Modified: branches/2.6/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- branches/2.6/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp        
2006-11-16 20:38:31 UTC (rev 3977)
+++ branches/2.6/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp        
2006-11-17 08:34:12 UTC (rev 3978)
@@ -386,7 +386,7 @@
 tmsec[0]="tmsec=sesam";
 <% if (currentC.equals("g")) { %> tmsec[1]="tmsec=sesamsok_verden";
 <% } else if (currentC.equals("d")) { %> tmsec[1]="tmsec=sesamsok";
-<% } else if (currentC.equals("m") && "Norge".equals(newscountry)) { %> 
tmsec[1]="tmsec=nyhetssok_norske";
+<% } else if (currentC.equals("m") && "Norge".equals(newscountry)) { %> 
tmsec[1]="tmsec=nyhetssok";
 <% } else if (currentC.equals("m") && "Internasjonale 
nyheter".equals(contentsource)) { %> tmsec[1]="tmsec=nyhetssok_internasjonale";
 <% } else if (currentC.equals("m") && "Norden-no".equals(newscountry)) { %> 
tmsec[1]="tmsec=nyhetssok_nordiske";
 <% } else if (currentC.equals("m") && "Mediearkivet".equals(contentsource)) { 
%> tmsec[1]="tmsec=nyhetssok_papir";
@@ -411,7 +411,7 @@
 </script>
 <% if (currentC.equals("g") ) { %> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=sesamsok_verden";
 alt="" /></noscript>
 <% } else if (currentC.equals("d")) { %> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=sesamsok";
 alt="" /></noscript>
-<% } else if (currentC.equals("m") && "Norge".equals(newscountry)) { %> 
<noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=nyhetssok_norske";
 alt="" /></noscript>
+<% } else if (currentC.equals("m") && "Norge".equals(newscountry)) { %> 
<noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=nyhetssok";
 alt="" /></noscript>
 <% } else if (currentC.equals("m") && "Internasjonale 
nyheter".equals(contentsource)) { %> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=nyhetssok_internasjonale";
 alt="" /></noscript>
 <% } else if (currentC.equals("m") && "Norden-no".equals(newscountry)) { %> 
<noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=nyhetssok_nordiske";
 alt="" /></noscript>
 <% } else if (currentC.equals("m") && "Mediearkivet".equals(contentsource)) { 
%> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=nyhetssok_papir";
 alt="" /></noscript>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to