«
Précédent
|
Suivant
»
Révision 675e977d
Ajouté par Remy Menard il y a plus de 11 ans
- ID 675e977d6baa946d508d77b8721408cbe9155a8e
- Parent 8fd1d584
ETa/EpcisPHI/src/main/webapp/rootMenu.jsp | ||
---|---|---|
<%@page import="fr.unicaen.iota.epcisphi.utils.HTMLUtilities"%>
|
||
<%@page import="fr.unicaen.iota.ypsilon.client.model.UserInfoOut"%>
|
||
|
||
<%@page import="fr.unicaen.iota.epcisphi.utils.User"%>
|
||
<div class="rootMenu">
|
||
<div class="rootMenuItem"><a href="#" onclick="processAccountCreate()" >Create Account</a></div>
|
||
<div class="rootMenuItem"><a href="#" onclick="processUpdateRootUser()" >Update root Account</a></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")).getOwnerID()%>" /></div>
|
||
<div class="dialog_options">Login : <input disabled id="userLogin2" type="text" value="<%=((User) session.getAttribute("user")).getOwnerID()%>" /></div>
|
||
</div>
|
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