Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\admin\licence\status.jsp
<%@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"); %> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L6457\", \"Etat des licences\") %>" ou="/licence_status.fl"> <table class="container" cellpadding="0" width="100%"> <tr> <td colspan="3" class="titreFiche"> <img src="<fl:link url="/icons/fleche-titre.gif"/>" style="width: 7px; height: 22px; padding-left: 5px; padding-right: 5px; vertical-align: middle"> <fl:getMessage code="L6009" alt="Etat des licences pour"/> <%= Utils.formatToWeb(corpName, false) %> </td> </tr> <tr class="ligne_separation"> <td colspan="3"> </td> </tr> <tr> <td class="dataValue" style="vertical-align:top; width: 50%"> <table class="data_column" cellpadding="0"> <tr class="fieldline"> <td class="dataLabel"><fl:getMessage code="L600A" alt="Numéro de licence"/></td> <td class="dataValue"><%= Utils.formatToWeb(licenceNumber, false) %></td> </tr> <tr class="fieldline"> <td class="dataLabel"><fl:getMessage code="L600B" alt="Numéro de client"/></td> <td class="dataValue"><%= Utils.formatToWeb(customerNumber, false) %></td> </tr> <% if (expirationDate != null) { %> <tr class="fieldline"> <td class="dataLabel"><fl:getMessage code="L600C" alt="Expire le"/></td> <td class="dataValue"><%= Utils.formatToWebDate(session, expirationDate, false) %></td> </tr> <% } %> <tr class="fieldline"> <td class="dataLabel"><fl:getMessage code="F602D" alt="Version"/></td> <td class="dataValue"><%= version %></td> </tr> <tr class="fieldline"> <td class="dataLabel"><fl:getMessage code="L60F7" alt="Base"/></td> <td class="dataValue"><%= Utils.formatToWeb(licDBName+"@"+licDBServer,true) %></td> </tr> </table> </td> </tr> <tr class="ligne_separation"><td colspan="3"> </td></tr> <tr> <td class="titrePartie" style="text-align: left;"><fl:getMessage code="L600D" alt="Utilisation des licences"/></td> </tr> <tr class="ligne_separation_couleur"><td colspan="3"></td></tr> <tr class="ligne_separation"><td colspan="3"> </td></tr> </table> <table class="data_column" cellpadding="0"> <% 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); } %> <tr class="fieldline"> <td class="dataLabel" style="width: 36%;"> <%= Utils.formatToWeb(display, false) %> </td> <% if (permLicTotal.intValue() == -1) { %> <td class="dataValue" style="text-align: left; width: 64%;" colspan="2"> <strong><fl:getMessage code="L6011" alt="Pas de limite"/></strong> </td> <% } 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" : ""; %> <td class="dataValue" style="text-align: left; width: 32%;"> <%= permLicTotal.intValue() > 0 ? "<strong>" : "" %><%= numPermLicsInUse %> <fl:getMessage code="L600E" alt="licence"/><%= pluralPermStr %> <%= Utils.formatToWeb(permStr, false) + pluralPermStr %> <fl:getMessage code="L6609" alt="attribuée"/><%= pluralPermStr %> <fl:getMessage code="L6010" alt="sur"/> <%= permLicTotal.intValue() %><%= permLicTotal.intValue() > 0 ? "</strong>" : "" %> </td> <td class="dataValue" style="text-align: left; width: 32%;"> <%= numFloatLicsTotal.intValue() > 0 ? "<strong>" : "" %><%= numFloatLicsAssigned %> <fl:getMessage code="L600E" alt="licence"/><%= pluralFlotStr %> <%= Utils.formatToWeb(flotStr, false) + pluralFlotStr %> <fl:getMessage code="L600F" alt="utilisée"/><%= pluralFlotStr %> <fl:getMessage code="L6010" alt="sur"/> <%= numFloatLicsTotal.intValue() %><%= numFloatLicsTotal.intValue() > 0 ? "</strong>" : "" %> </td> <% } %> </tr> <% } %> </table> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de