%
/******************************************************************************
* Copyright (c) 2000-2004 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.
*
* CVS Info for $RCSfile$
*
* $Revision$
* $Author$ $Date$
******************************************************************************/
%>
<%@page contentType="text/html; charset=UTF-8" session="true"%>
<%@page session="true" import="com.edeal.frontline.*"%>
<%@page session="true" import="java.util.*"%>
<%@page session="true" import="com.edeal.frontline.navigation.*" %>
<%@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();
DataDictionary dico = context.getDataDictionary();
//récupérer la langue en cours
FlLocale locale = FlLocale.getInstance(session);
String langageID = locale.getLanguageID();
//si la langue dans fllocal est null alors français pas defaut
if(langageID == null) {
try {
langageID = dico.getRefIdByCode("Lna", "Val", "fr_FR");
} catch (Exception ex) {
}
}
String fahID = null;
try {
fahID = FAQHeader.getID();
} catch (FieldNotInitializedException e) {
}
String tagQuery = "(TagLngID='" + langageID + "' OR TagLngID is null)";
tagQuery = WebUtils.urlEncode(context, tagQuery);
String faqQuery = "FahID<>\'" + fahID + "\'";
//faqQuery = WebUtils.urlEncode(context, faqQuery);
//faqQuery = Utils.urlEncode(context, faqQuery);
String fahStatusID = null;
try {
fahStatusID = FAQHeader.getFahStatus();
} catch (FieldNotInitializedException e) {
}
String fahStatus = null;
if (fahStatusID != null) {
fahStatus = (String)dico.getRefDisp("FahStatus", fahStatusID);
} else {
fahStatus = "";
}
String fahSourceID = null;
try {
fahSourceID = FAQHeader.getFahSource();
} catch (FieldNotInitializedException e) {
}
String fahSource = null;
if (fahSourceID != null) {
fahSource = (String)dico.getRefDisp("FahSource", fahSourceID);
}
String fahFromFahID = null;
try {
fahFromFahID = FAQHeader.getFahFromFahID();
} catch (FieldNotInitializedException e) {
}
Boolean havingOrigin = fahFromFahID != null ;
String fahCatLev1 = null;
try {
fahCatLev1 = FAQHeader.getFahCatLev1();
} catch (FieldNotInitializedException e) {
fahCatLev1 = "";
}
%>
<% if (havingOrigin) { %>
|
<% } %>
" ou="<%=\"edit_faqheader.fl\" + (fahID != null ? \"?id=\" + fahID : \"\")%>" >
" onselect="loadLanguage(); isFAQSaved = false;">
|
|
|
"
id="fullscreen"
alt=""
onclick="javascript:fullSreenContentEditor();"
style="cursor: pointer;">
|
|
|
<%-- Bloc 1 --%>
|
<%-- Séparation --%>
|
<%-- Bloc 2 --%>
|
|
|
|
" onselect="saveFAQIfOpened()" >
" onselect="saveFAQIfOpened()">
<% if (havingOrigin) { %>
|
<% } %>