<%@page import="java.util.Set"%> <%@page import="java.io.File"%> <%@page import="java.net.URL"%> <%@page import="java.util.jar.Attributes"%> <%@page import="java.io.InputStream"%> <%@page import="java.util.jar.Manifest"%> <% /****************************************************************************** * 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. * * ******************************************************************************/ %> <%@ page session="true" contentType="text/html; charset=UTF-8"%> <%@ page import="java.util.Vector" %> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="com.edeal.frontline.LicenceManager" %> <%@ page import="com.edeal.frontline.LicenceBean" %> <%@ page import="java.util.Date" %> <%@ page import="java.text.DecimalFormat" %> <%@ page import="java.util.Hashtable" %> <%@ page import="java.util.Enumeration" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.FlLocale" %> <%@ 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(); LicenceManager licMgr = context.getLicenceManager(); LicenceBean licence = licMgr.getLicence(); String corpName = licence.getCorpName(); String licenceNumber = licence.getLicenceNumber(); String customerNumber = licence.getCustomerNumber(); Date expirationDate = licence.getExpirationDate(); DecimalFormat df = FlLocale.getInstance(session).getDecimalFormat("#,##0"); String licDBName=licence.getDatabaseName(); String licDBServer=licence.getServerName(); InputStream inputStream = request.getSession().getServletContext().getResourceAsStream("/META-INF/MANIFEST.MF"); Manifest manifest = new Manifest(inputStream); Attributes attributes = manifest.getMainAttributes(); String version = attributes.getValue("Implementation-Version"); %> " ou="/licence_status.fl">
" style="width: 7px; height: 22px; padding-left: 5px; padding-right: 5px; vertical-align: middle"> <%= Utils.formatToWeb(corpName, false) %>
 
<% if (expirationDate != null) { %> <% } %>
<%= Utils.formatToWeb(licenceNumber, false) %>
<%= Utils.formatToWeb(customerNumber, false) %>
<%= Utils.formatToWebDate(session, expirationDate, false) %>
<%= version %>
<%= Utils.formatToWeb(licDBName+"@"+licDBServer,true) %>
 
 
<% String[] softwareCodes = licMgr.getLicencedSoftwareCodes(); Hashtable permLics = licence.getPermLicenceQuantity(); Hashtable flotLicsTotal = licence.getFloatLicenceQuantity(); String permStr = Utils.getMessage(session, "L6601", "Permanente").toLowerCase(); String flotStr = Utils.getMessage(session, "L6602", "Flottante").toLowerCase(); for (String softCode : softwareCodes) { String display = licMgr.getLicencedSoftwareName(softCode) + " (" + softCode + ")"; Integer permLicTotal = (Integer)permLics.get(softCode); if (permLicTotal == null) { permLicTotal = new Integer(0); } %> <% if (permLicTotal.intValue() == -1) { %> <% } else { int numPermLicsInUse = licMgr.getNbUsedPermanentLicences(softCode); Integer numFloatLicsTotal = (Integer)flotLicsTotal.get(softCode); int numFloatLicsAssigned = licMgr.getNbFloatingLicencesInUse(softCode); String pluralPermStr = numPermLicsInUse > 1 ? "s" : ""; String pluralFlotStr = numFloatLicsAssigned > 1 ? "s" : ""; %> <% } %> <% } %>
<%= Utils.formatToWeb(display, false) %> <%= permLicTotal.intValue() > 0 ? "" : "" %><%= numPermLicsInUse %> <%= pluralPermStr %> <%= Utils.formatToWeb(permStr, false) + pluralPermStr %> <%= pluralPermStr %>  <%= permLicTotal.intValue() %><%= permLicTotal.intValue() > 0 ? "" : "" %> <%= numFloatLicsTotal.intValue() > 0 ? "" : "" %><%= numFloatLicsAssigned %> <%= pluralFlotStr %> <%= Utils.formatToWeb(flotStr, false) + pluralFlotStr %> <%= pluralFlotStr %>  <%= numFloatLicsTotal.intValue() %><%= numFloatLicsTotal.intValue() > 0 ? "" : "" %>