Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\siteweb\webform\webform_seeyou.jsp
<%@page import="com.genesyslab.ail.Person"%> <% /****************************************************************************** * Copyright (c) 2000-2009 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous �tes autoris�s � modifier ce code source uniquement pour votre usage * propre et sous r�serve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'�tat. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donn�e. En aucun cas E-DEAL ne pourra �tre tenu pour * responsable des dommages pouvant r�sulter de l'utilisation de ce code * source. * * ******************************************************************************/ %> <%@page session="true" import="com.edeal.frontline.*,java.util.*,java.text.*,java.lang.reflect.*,com.edeal.frontline.navigation.*"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl"%> <%@ page import="com.edeal.frontline.helper.custom.FormHelper"%> <jsp:useBean class="com.edeal.frontline.FormBean" id="Form" scope="request" /> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); FormBean form = (FormBean)flRequest.getAttribute("Form"); PersonBean person = (PersonBean)flRequest.getAttribute("Person"); String webConclusion = ""; String entID = null; try{ entID = person.getPerEntID(); }catch(Exception e){ } String lngId = ""; try{ lngId = (new EnterpriseBean(entID, context)).getCustomProperty("EntRefLngID_").toString(); }catch(Exception e){ lngId = dico.getRefIdByCode("Lna", "Te1", "fr_FR"); } String ctrId = ""; try{ ctrId = (new EnterpriseBean(entID, context)).getEntCtrID(); }catch(Exception e){ ctrId = dico.getRefIdByCode("Ctr", "Te1", "FR"); } String languageID = lngId;//dico.getRefIdByCode("Lna", "Te1", "fr_FR"); String lngCode = dico.getRefCode("EntRefLngID_", languageID); String evtCode = null; try{ evtCode = form.getFrmEventID(); EventBean evt = new EventBean(evtCode,context); evtCode = evt.getEvtCode(); }catch(FrontlineException f){} try { webConclusion = FormHelper.makeHtmlCrLf(Form .getFrmWebConclusion()); } catch (Exception e) { } String label = "xxxx"; try{ label = Form.getFrmLabel(); }catch(FrontlineException f){} String message=null; try{ message = (String)Form.getCustomProperty("FrmMsgMerci_"); if(message != null) { MessagesBean msg = new MessagesBean (message, context); message = msg.getMsgBody(); } }catch(FrontlineException f){} SimpleDateFormat simpleDateFormat = new SimpleDateFormat("YYYY"); String nom = person != null ? person.toString() : ""; String annee = simpleDateFormat.format(Form.getFrmAvailableToDt()); %> <html> <head> <link media="screen" href="<fl:webapp/>/siteweb/webform/webform.css" type="text/css" rel="stylesheet"> <script type="text/javascript"> <% /* *41731: Questionnaire web - processus de validation *http://u-project2.umanis.com/view.php?id=41731 */ String MsgCode = (String)flRequest.getAttribute("FactureEnvoiMessage"); if(MsgCode!=null && !MsgCode.isEmpty()){ %> alert('<fl:getMessage code="<%=MsgCode%>" alt="" js="true"/>'); <% } %> </script> </head> <body> <fl:form action="/save_formresponse.fl" bean="Form"> <input type="hidden" name="FormID" value="<fl:getProperty name="Form" alt="" property="FrmID"/>"> <input type="hidden" name="PerID" value="<fl:getProperty name="Person" alt="" property="PerID"/>"> <input type="hidden" name="EventID" value="<fl:getProperty name="Form" alt="" property="FrmEventID"/>"> <div id="webform" class="webform"> <div style="font-size: 18px;margin:33px auto auto;width: 100%;text-align: center;"> <%if(evtCode.startsWith("EVQG")){ %> <%=Utils.getMessage(context, lngCode, "LF399", true,true, "A bient�t").replace(":nom", nom).replace(":annee", annee)+ "<br/>" + Utils.getMessage(context, lngCode, "MF108", true, true, "La présence de votre établissement dans le guide est soumise au paiement de vos cotisations nationales et locales")+"." %> <%} else if(evtCode.startsWith("EVQMM")){ %> <%=Utils.getMessage(context, lngCode, "LF499", true,true, "A bient�t").replace(":nom", nom).replace(":annee", annee)+ "<br/>" + Utils.getMessage(context, lngCode, "MF108", true, true, "La présence de votre établissement dans le guide est soumise au paiement de vos cotisations nationales et locales")+"." %> <%} %> <%-- <%=message%> --%> <br /><br /><br /> <p> <%if(evtCode.startsWith("EVQG")){ %> <%=Utils.getMessage(context, lngCode, "MF10B", true,true, "<br /><br /><br /><p>Si vous avez terminé votre...") %> <%} else if(evtCode.startsWith("EVQMM")){ %> <%=Utils.getMessage(context, lngCode, "MF20B", true,true, "<br /><br /><br /><p>Si vous avez terminé votre...") %> <%} %> </p> <a href="<fl:webapp />/web_form.fl?utk=<%= person.getPerToken()%>&event=<%=evtCode%>"><%= label %></a> </div> </div> </fl:form> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de