Author: dpillot
Date: Mon Aug  7 16:46:50 2006
New Revision: 14858

URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14858&repname=jahia
Log:
fix for pix

Modified:
    trunk/core/src/webapp/jsp/jahia/topbar/chat.inc

Modified: trunk/core/src/webapp/jsp/jahia/topbar/chat.inc
URL: 
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/jsp/jahia/topbar/chat.inc&rev=14858&repname=jahia
==============================================================================
--- trunk/core/src/webapp/jsp/jahia/topbar/chat.inc (original)
+++ trunk/core/src/webapp/jsp/jahia/topbar/chat.inc Mon Aug  7 16:46:50 2006
@@ -1,19 +1,19 @@
-<%--
-Copyright 2002-2006 Jahia Ltd
-
-Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDDL), 
-Version 1.0 (the "License"), or (at your option) any later version; you may 
-not use this file except in compliance with the License. You should have 
-received a copy of the License along with this program; if not, you may obtain 
-a copy of the License at 
-
- http://www.jahia.org/license/
-
-Unless required by applicable law or agreed to in writing, software 
-distributed under the License is distributed on an "AS IS" BASIS, 
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
-See the License for the specific language governing permissions and 
-limitations under the License.
+<%--
+Copyright 2002-2006 Jahia Ltd
+
+Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDDL), 
+Version 1.0 (the "License"), or (at your option) any later version; you may 
+not use this file except in compliance with the License. You should have 
+received a copy of the License along with this program; if not, you may obtain 
+a copy of the License at 
+
+ http://www.jahia.org/license/
+
+Unless required by applicable law or agreed to in writing, software 
+distributed under the License is distributed on an "AS IS" BASIS, 
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
+See the License for the specific language governing permissions and 
+limitations under the License.
 --%><%@ page import="org.jahia.bin.Jahia" %>
 <%@ page import="org.jahia.services.usermanager.JahiaLDAPUser" %>
 
@@ -43,18 +43,18 @@
     if(!isReachable){
 %>
  <table border="0" cellspacing="0" cellpadding="0">
-    <tr valign="top"><td><img src="<content:contextURL/>/images/pix.gif" 
width="1" height="12"/></td>
+    <tr valign="top"><td><img src="<content:serverHttpPath 
/>/jsp/jahia/engines/images/pix.gif" width="1" height="12"/></td>
         <td><img src="<content:serverHttpPath 
/>/jsp/jahia/engines/images/fondp1.gif" width="6" height="12"/></td>
         <td bgcolor="#EEEEEE">
             <a href="" id="chatswitch" style="color:#555555" title="server 
unreachable">Chat&nbsp;</a>
 
                 </td>
         <td rowspan="2">
-        <img src="<content:contextURL/>/images/pix.gif" width="4" 
height="12"/></td>
+        <img src="<content:serverHttpPath />/jsp/jahia/engines/images/pix.gif" 
width="4" height="12"/></td>
         <td rowspan="2"><img id="usericon" src="<%=usericon%>" width="16" 
height="16" border="0" align="top" ><img src="<content:serverHttpPath 
/>/jsp/jahia/chat/delete.gif" width="16" height="16" border="0" align="top" 
alt="server unreachable" >
         </td></tr>
         <tr>
-        <td colspan="3"><img src="<content:contextURL/>/images/pix.gif" 
width="1" height="8"/></td>
+        <td colspan="3"><img src="<content:serverHttpPath 
/>/jsp/jahia/engines/images/pix.gif" width="1" height="8"/></td>
         </tr>
 </table>
 <%
@@ -311,17 +311,17 @@
 
 
 <table border="0" cellspacing="0" cellpadding="0">
-    <tr id="chatBoxFirstRow" valign="top"><td><img 
src="<content:contextURL/>/images/pix.gif" width="1" height="12"/></td><td><img
+    <tr id="chatBoxFirstRow" valign="top"><td><img 
src="<content:serverHttpPath />/jsp/jahia/engines/images/pix.gif" width="1" 
height="12"/></td><td><img
         src="<content:serverHttpPath />/jsp/jahia/engines/images/fondp1.gif" 
width="6" height="12"/></td>
         <td bgcolor="#EEEEEE">
             <a href="javascript:chatswitch()" id="chatswitch" 
title="<content:engineResourceBundle 
resourceName="org.jahia.chat.status"/>">Chat&nbsp;</a>
 
                 </td><td rowspan="2">
-        <img src="<content:contextURL/>/images/pix.gif" width="4" 
height="12"/></td><td rowspan="2"><img id="usericon" src="<%=usericon%>" 
width="16" height="16" border="0" align="top" onMouseOver="getUsers()"><div 
id="list" style="position:absolute; top:50px; left: 210px; width:150px;"><div 
id="selectchat" class="selectchat" style="display: none; background-color: 
#eee; width:100px; border-width: 1px; border-style: solid; border-color: 
white;"></div>
+        <img src="<content:serverHttpPath />/jsp/jahia/engines/images/pix.gif" 
width="4" height="12"/></td><td rowspan="2"><img id="usericon" 
src="<%=usericon%>" width="16" height="16" border="0" align="top" 
onMouseOver="getUsers()"><div id="list" style="position:absolute; top:50px; 
left: 210px; width:150px;"><div id="selectchat" class="selectchat" 
style="display: none; background-color: #eee; width:100px; border-width: 1px; 
border-style: solid; border-color: white;"></div>
 </div>
         </td></tr>
         <tr>
-        <td colspan="3"><img src="<content:contextURL/>/images/pix.gif" 
width="1" height="8"/></td>
+        <td colspan="3"><img src="<content:serverHttpPath 
/>/jsp/jahia/engines/images/pix.gif" width="1" height="8"/></td>
         </tr>
 </table>
 <script language="javascript">

Reply via email to