«
Précédent
|
Suivant
»
Révision 675e977d
Ajouté par Remy Menard il y a plus de 11 ans
- ID 675e977d6baa946d508d77b8721408cbe9155a8e
- Parent 8fd1d584
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
Version 2.1
- a few bugs fixed!
- uses the new DS events
- 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
- simplifies the service
- upgrades Apache Tomcat to 7.0.42