Projet

Général

Profil

« Précédent | Suivant » 

Révision bf9c3717

Ajouté par Remy Menard il y a environ 11 ans

Version 1.99

  • All:
    - a few bugs fixed!
  • New web application LaMBDa
  • ETa:
    - new testing application to capture events
  • SigMa-Test:
    - new options to the command line to configure the public/private keys
    for TLS and for signature
  • ALfA, OMeGa:
    - new method more accurate than "traceEPC": the events are sorted by
    EPCIS
  • OmICroN:
    - New options added to the command line
  • YPSilon, EpcisPHI:
    - user can be identified by alias, if the DN of his certificate is
    incompatible with the LDAP directory
  • YPSilon:
    - new shell script to configure the LDAP directory (same
    functionnalities as IoTa-Installer)
  • IoTa-Installer:
    - installs and configures LaMBDa
    - finer certificate mangagement
    - EpcILoN correctly subscribe with TLS to ETa
  • Greyc letters figures:
    - new figure for LaMBDa
    - shows data flows between PHI and YPSilon
    - sets DS and DSeTa in different schemas

Voir les différences:

ETa/EpcisPHI/src/main/webapp/rootMenu.jsp
<%@page import="fr.unicaen.iota.epcisphi.utils.HTMLUtilities"%>
<%@page import="fr.unicaen.iota.eta.user.userservice.UserInfoOut"%>
<%@page import="fr.unicaen.iota.ypsilon.client.model.UserInfoOut"%>
<div class="rootMenu">
<div class="rootMenuItem"><a href="#" onclick="processAccountCreate()" >Create Account</a></div>
......
<div id="createAccount" title="Create Account" class="modalDialog">
<div class="dialog_message_category">Enter the new partner informations :</div>
<div class="dialog_options">Partner Id : <input id="partnerID1" type="text" value="" /></div>
<div class="dialog_options">Service Id : <input id="serviceID1" type="text" value="" /></div>
<div class="dialog_options">Service type :
<%=HTMLUtilities.createSelectServiceType("", "1")%>
</div>
<div class="dialog_options">Service Address : <input id="serviceAddress1" type="text" value="" /></div>
<div class="dialog_message_category">Enter the root user informations :</div>
<div class="dialog_options">Login : <input id="userLogin1" type="text" value="" /></div>
<div class="dialog_options">Password : <input id="userPassword1" type="password" /></div>
<div class="dialog_options">Password : <input id="userPassword12" type="password" /></div>
<div class="dialog_options">User's certificate DN used to connect: <input id="userLogin1" type="text" value="" /></div>
<div class="dialog_options">User name (empty if the DN is compatible with the LDAP directory) : <input id="userID1" type="text" value="" /></div>
</div>
<div id="updateRootUser" title="Update User" class="modalDialog">
<div class="dialog_message">Enter user informations :</div>
<div class="dialog_options">Login : <input disabled id="userLogin2" type="text" value="<%=((UserInfoOut) session.getAttribute("uInfo")).getPartnerID()%>" /></div>
<div class="dialog_options">Password : <input id="userPassword2" type="password" /></div>
<div class="dialog_options">Confirm password : <input id="userConfirmation2" type="password" /></div>
</div>
<div class="dialog_options">Login : <input disabled id="userLogin2" type="text" value="<%=((UserInfoOut) session.getAttribute("uInfo")).getOwnerID()%>" /></div>
</div>

Formats disponibles : Unified diff