«
Previous
|
Next
»
Revision 675e977d
Added by Remy Menard about 11 years ago
- ID 675e977d6baa946d508d77b8721408cbe9155a8e
- Parent 8fd1d584
ETa/EpcisPHI/src/main/webapp/dialogs.jsp | ||
---|---|---|
<%@page import="fr.unicaen.iota.ypsilon.client.model.UserInfoOut"%>
|
||
<%@page import="fr.unicaen.iota.epcisphi.xacml.ihm.Module"%>
|
||
<%@page import="fr.unicaen.iota.epcisphi.utils.HTMLUtilities"%>
|
||
|
||
<%
|
||
String ownerId = ((UserInfoOut) session.getAttribute("uInfo")).getOwnerID();
|
||
%>
|
||
|
||
<div id="createUser" title="Create User" class="modalDialog">
|
||
<div class="dialog_message">Enter user informations :</div>
|
||
<div class="dialog_options">User's certificate DN used to connect: <input id="userLogin" type="text" value="" /></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" /></div>
|
||
</div>
|
||
|
||
<div id="GroupDialog" title="Group Name" class="modalDialog">
|
||
... | ... | |
|
||
<div id="usersDialog" title="Add User" class="modalDialog">
|
||
<div class="dialog_message">Choose a new user you want to associate in this group :</div>
|
||
<div class="dialog_options">User : <input type="text" value="" id="groupPartnerName" /></div>
|
||
<div class="dialog_options">User : <input type="text" value="" id="groupOwnerName" /></div>
|
||
</div>
|
||
|
||
<div id="userAdminPermissionDialog" title="Add user permissions" class="modalDialog">
|
Also available in: 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