Edit C:\galaxie\Back\galaxie\sales\enterprise\read_tabsites.jsp
<%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.helper.ContextHelper" %> <%@page import="com.edeal.frontline.helper.custom.EnterpriseHelper"%> <%@ page import="com.edeal.frontline.*" %> <%@ page import="java.util.*" %> <%@ page import="com.edeal.frontline.grid.GridData" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <form name="urlreseau" class="fieldTable" id="urlreseau"> <table class="container" cellpadding="0"> <tr> <td> <span class="criteriaLabel"><fl:getMessage code="FF2AE" alt="Type de réseau"/> </span> <% FlRequest flRequest=new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico=flRequest.getContext().getDataDictionary(); String id = flRequest.getParameter("id"); try { Vector<Vector<String>> values = dico.getRefList(session, "Ur_", "Te1"); %> <select name="Ur_TypeReseau" id="Ur_TypeReseau" style="background-color: #FDCBCC"> <% if (values != null) { for (Vector<String> val : values) { String refID = (String)val.firstElement(); String refDisp = val.elementAt(1); %> <option value="<%= Utils.formatToWeb(refID, true) %>"><%= Utils.formatToWeb(refDisp, false) %></option> <% } } %> </select> <% }catch (FrontlineException fle) { } %> </td> <td> <span class="criteriaLabel"><fl:getMessage code="F2035" alt="URL"/> </span> <input name="Ur_Url" type="text" id="Ur_Url" size="90px" style="background-color: #FDCBCC" /> </td> <td> <span class="criteriaLabel"><fl:getMessage code="L7044" alt="Réseau social"/> </span> <input name="Ur_ReseauSocial" type="checkbox" id="Ur_ReseauSocial" /> </td> <fl:access name="UrlReseau_" operation="create"> <td class="smallFieldPart"><a href="javascript:addUrlReseau();"> <img src="<fl:webapp/>/icons/ico/save_all_long.gif" id="bt_addEnv2" title="<fl:getMessage code="A000F" alt="Ajouter"/>"></a> </td> </fl:access> </tr> <tr><td colspan="4" class="ligne_separation"/></tr> <tr><td colspan="4" class="ligne_separation"/></tr> <tr><td colspan="4" class="ligne_separation"/></tr> </table> </form> <fl:grid name="URLRESEAU_" ajaxUrl="<%= \"/embedded_list_ajax.fl?code=URLRESEAU_&Ur_EntID=\" + id %>"/>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de