Edit C:\Users\Administrator\Desktop\Back\galaxie\navigation\sidebar\sidebar.jsp
<%@page session="true" import="com.edeal.frontline.*"%> <%@ page isELIgnored="false"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@page import="com.edeal.frontline.controller.actions.SaveActionbarCssAction"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><% String actionsPage = request.getParameter("actionsPageURL"); if (actionsPage == null) { actionsPage = (String)request.getAttribute("action"); } isABDeployed = (Boolean)session.getAttribute(SaveActionbarCssAction.ACTIONBAR_DEPLOYED_ATTR); if (isABDeployed == null) { isABDeployed = true; } %> <div id="hiddenSidebarDiv" <%= (isABDeployed ? "style=\"display: none\"" : "") %>> <table class="container" cellpadding="0"> <tr> <td><img height="28" src="<fl:webapp/>/icons/sidebar/actions/frame_upper_left_hidden.gif"></td> <td height="28" background="<fl:webapp/>/icons/sidebar/actions/frame_upper_center_hidden.gif" class="actions_titlebar"> <span class="actionTextSpan"><fl:getMessage code="A0010" alt="Actions"/></span> <%-- The "panel hiding" button. Taken out for right now, but we hope to put it in soon. <a class="actionRightButtonLink" href="javascript:showActionPane();" title="<fl:getMessage code="A3074" alt="Montrer le sidebar"/>"> <img border="0" src="<fl:webapp/>/icons/ico/contraction.gif"> </a> --%> </td> <td><img height="28" src="<fl:webapp/>/icons/sidebar/actions/frame_upper_right_hidden.gif"></td> </tr> </table> </div> <div id="totalSidebarDiv" <%= (isABDeployed ? "" : "style=\"display: none\"") %>> <%-- The "panel hiding" button. Taken out for right now, but we hope to put it in soon. <a class="actionRightButtonLink" href="javascript:hideActionPane();" title="Cacher le sidebar"> <img border="0" src="<fl:webapp/>/icons/ico/expand.gif"> </a> --%> <div id="sidebarActions_div" class="sidebar_div"> <h2 class="actions_titlebar"> <fl:getMessage code="A0010" alt="Actions"/> </h2> <%-- The "panel hiding" button. Taken out for right now, but we hope to put it in soon. <a class="actionRightButtonLink" href="javascript:hideActionPane();" title="Cacher le sidebar"> <img border="0" src="<fl:webapp/>/icons/ico/expand.gif"> </a> --%> <table class="container" cellpadding="0"> <% if (actionsPage == null || actionsPage.equals("")) { %> <tr> <td colspan="3">"actionsPageURL" not specified!</td> </tr> <% } else { try { %> <jsp:include page="<%= actionsPage %>" /> <% } catch (Exception e) { logger.error("Error during sidebar inclusion", e); } } %> </table> </div> <%-- DONT UNCOMMENT THIS PART OTHERWISE, WORKFLOW WILL BE APPLY ON ALL OBJECT LIKE PERSON, ENTERPRISE, OPP ... PREFER TO CUSTOMIZE WF ON EACH TRULY DESIRED OBJECT IF IS NECESSARY <%//workflow Vector<String> wkfs = context.getWorkflowManager().getWorkflowFromObject(objType); if(wkfs != null){ for(String wkf: wkfs){ %><fl:getWorkflowTransitions name="<%=objType%>" separator=" " workflowid="<%=wkf %>"/><% } }%> %--> <%-- Here we include any needed sidebar windows --%> <%-- FullTextSearch --%> <%--LOTOCTOBRE2017--%> <!-- <div id="sideBarSearch" class="sidebar_div"> --> <%-- <%@include file="/navigation/sidebar/searchbox.jsp" %> --%> <!-- </div> --> <%-- !FullTextSearch --%> <div id="sidebarCalendar_div" class="sidebar_div"> <%@include file="/navigation/sidebar/calendar.jsp" %> </div> <c:if test="${note == null || note}"> <div id="sidebarNotepad_div" class="sidebar_div"> <%@include file="/navigation/sidebar/notepad.jsp" %> </div> </c:if> <c:if test="${task != null && task}"> <style> #sidebarTodo_div h2{ background-repeat: no-repeat; background-image: url(<fl:webapp/>/icons/sidebar/calendar/frame_upper.gif); } #sidebarTodo_div{ padding-bottom: 12px; background-repeat: no-repeat; background-position: left bottom; background-image: url(<fl:webapp/>/icons/sidebar/calendar/frame_lower.gif); } #sidebarTodo_div .body{ width: 176px; padding: 0px 7px; } </style> <div id="sidebarTodo_div" class="sidebar_div" > <%@include file="/navigation/sidebar/todobar.jsp" %> </div> </c:if> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de