Projet

Général

Profil

« Précédent | Suivant » 

Révision 675e977d

Ajouté par Remy Menard il y a presque 11 ans

  • ID 675e977d6baa946d508d77b8721408cbe9155a8e
  • Parent 8fd1d584

Version 2.1

  • All:
    - a few bugs fixed!
  • DELTa:
    - uses the new DS events
  • EpcisPHI, DiscoveryPHI:
    - improves the session management
    - the account creation by the web interface adds access policies to
    the interface ("admin" policies), this is always done even if a
    corresponding account exists in the LDAP directory
  • YPSilon:
    - simplifies the service
  • Installer:
    - upgrades Apache Tomcat to 7.0.42

Voir les différences:

DSeTa/DiscoveryPHI/src/main/webapp/dialogs.jsp
<%@page import="fr.unicaen.iota.ypsilon.client.model.UserInfoOut"%>
<%@page import="fr.unicaen.iota.xacml.ihm.Module"%>
<%@page import="fr.unicaen.iota.utils.HTMLUtilities"%>
<%
String ownerId = ((UserInfoOut) session.getAttribute("uInfo")).getOwnerID();
%>
<%@page import="fr.unicaen.iota.dphi.xacml.ihm.Module"%>
<%@page import="fr.unicaen.iota.dphi.utils.HTMLUtilities"%>
<div id="createUser" title="Create User" class="modalDialog">
<div class="dialog_message">Enter user informations :</div>
......
<div id="updateOwner" title="Update Owner Informations" class="modalDialog">
<div class="dialog_message">Enter the new owner informations :</div>
<div class="dialog_options">Owner Id : <input disabled id="ownerID" type="text" value="<%=ownerId%>" /></div>
<div class="dialog_options">Owner Id : <input disabled id="ownerID" type="text" value="" /></div>
</div>
<div id="TimeDialog" title="Event Time Filter" class="modalDialog">

Formats disponibles : Unified diff