Edit C:\galaxie\Back\galaxie\navigation\sidebar\kb_sidebar.jsp
<%@ page import="java.util.Vector" %> <%@ page import="java.util.Hashtable" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/sidebar/sidebar.css"> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/sidebar/actions_css.jsp"> <style> #upfront_data table{ width: 174px; } </style> <div id="totalSidebarDiv"> <jsp:include page="<%= actionBodyURL %>" /> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/sidebar/searchbox_css.jsp"> <div id="sideBarSearch" class="sidebar_div" style="display:<%=(highlightedFaqs != null && !highlightedFaqs.isEmpty())? "block" : "none"%>"> <h2 class="actions_titlebar"> <fl:getMessage code="F70A7" alt="Mis en avant"/> </h2> <div id="searchbox"> <div id="upfront_data"> <%if(highlightedFaqs != null && !highlightedFaqs.isEmpty()) { for(Hashtable highlightedFaq : highlightedFaqs){ %> <div id="faq_<%=highlightedFaq.get("FaqID") %>"> <table> <tr> <td colspan="2"> <div> <a href="#" onclick="javascript:showFaq('<%=highlightedFaq.get("FaqID") %>')"><%= highlightedFaq.get("FaqTitle") %></a> <%= highlightedFaq.get("FaqHasAttachment")%> <%=highlightedFaq.get("FaqStatus")%> <a href="#" onclick="javascript:addFaq('<%=highlightedFaq.get("FaqID") %>')"><img border="0" style="vertical-align: middle" src="<fl:webapp/>/icons/frontoffice/cart-add-icon.png"/></a> </div> </td> <td align="right"> </td> </tr> <tr> <td colspan="2"><%=highlightedFaq.get("FaqPreview") %></td> </tr> </table> <table> <tr valign="top" class="dataLabel"> <td> <div> <span class="score_<%=highlightedFaq.get("FaqID") %>" style="color: #777;font-size: 11px;"> <%= highlightedFaq.get("FaqScore") %><%if(!Utils.isEmpty((String)highlightedFaq.get("FaqScore"))){%> <fl:getMessage code="L70F0" alt="avis"/><%}%> </span> <span class="dataLabel"><%=highlightedFaq.get("FaqHasComment")%></span> </div> </td> </tr> </table> </div> <%} }%> </div> </div> </div> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de