%@page session="true" import="com.edeal.frontline.*"%><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%@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);
DataDictionary dico = flRequest.getContext().getDataDictionary();
String id;
String actEmpStaCode = null;
try {
id = Actor.getID();
} catch (FieldNotInitializedException e) {
id = null;
}
String actEmpStaID = null;
try {
actEmpStaID = Actor.getActEmpSta();
} catch (FieldNotInitializedException e) {
}
if(actEmpStaID != null && !"".equals(actEmpStaID)){
try {
actEmpStaCode = dico.getRefCode("ActEmpSta", actEmpStaID);
} catch (FrontlineException e){
}
}
%>
|
|
|
<% if(actEmpStaCode != null && !"INACTIF".equals(actEmpStaCode)){ %>
|
|
|
|
|
|
<%} %>
|
|
|
|
|
|
|
|
|
|
|
|
<%--
Mantis 24657: Activation E deal ?
|
"
target="DIALOG"
url='mobile_activation.fl'
options='{"id":"smartphoneActivationDialog",
"title":"",
"width":"300",
"height":"200",
"resizable": "false",
"draggable": "false",
"modal": "true"
}'
>
|
|
--%>
|
|
|
|
|
|