Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\common\tooltip\tooltip_master.old.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="java.io.File" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String id = ""; id = flRequest.getRequestParameterOrAttribute("id"); boolean jspFileExists = Boolean.parseBoolean(flRequest.getRequestParameterOrAttribute("jspFileExists")); String type = null; type = flRequest.getRequestParameterOrAttribute("type"); String tooltipData = "/common/tooltip/custom/tooltip_"+type.toLowerCase()+".jsp"; %> <%if(jspFileExists){ %> <div class="popup_<%=type%>" style="position: absolute;display:none;white-space: nowrap; width:1px"> <table cellspacing="0" cellpadding="0" border="0" width="1px"> <tr class="tooltip"> <td class="corner" id="topleft"><img src="<fl:webapp/>/icons/tooltip/bubble-1.png"/></td> <td class="top" style="background-image:url('<fl:webapp/>/icons/tooltip/bubble-2.png')"><img src="<fl:webapp/>/icons/tooltip/bubble-2.png"/></td> <td class="corner" id="topright"><img src="<fl:webapp/>/icons/tooltip/bubble-3.png"/></td> </tr> <tr class="tooltip"> <td class="left" style="background-image:url('<fl:webapp/>/icons/tooltip/bubble-4.png')"></td> <td style="vertical-align: top; width: 50%;"> <table class="data_column, innerPopup" id="popup_<%=id%>" border="0"> <tr> <td> <table class="tooltip_cells"> <jsp:include page="<%= tooltipData %>" flush="false"/> </table> </td> </tr> </table> </td> <td class="right" style="background-image:url('<fl:webapp/>/icons/tooltip/bubble-5.png')"></td> </tr> <tr class="tooltip"> <td id="bottomleft" style="background-image:url('<fl:webapp/>/icons/tooltip/bubble-6.png')" class="corner"></td> <td class="bottom" style="background-image:url('<fl:webapp/>/icons/tooltip/bubble-7.png')"><img src="<fl:webapp/>/icons/tooltip/bubble-tail2.png" width="30" height="20"></td> <td class="corner" id="bottomright" style="background-image:url('<fl:webapp/>/icons/tooltip/bubble-8.png')"></td> </tr> </table> </div> <%}%>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de