Révision 8fd1d584
Ajouté par Remy Menard il y a plus de 11 ans
DSeTa/DiscoveryPHI/src/main/webapp/rootMenu.jsp | ||
---|---|---|
<%@page import="fr.unicaen.iota.ypsilon.client.model.UserInfoOut"%>
|
||
<%@page import="fr.unicaen.iota.utils.HTMLUtilities"%>
|
||
<%@page import="fr.unicaen.iota.discovery.client.model.UserInfo"%>
|
||
<%@page import="fr.unicaen.iota.discovery.client.model.PartnerInfo"%>
|
||
|
||
<div class="rootMenu">
|
||
<div class="rootMenuItem"><a href="#" onclick="processAccountCreate()" >Create Account</a></div>
|
||
... | ... | |
</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">Confirm Password: <input id="userPassword12" type="password" /></div>
|
||
<div class="dialog_message_category">Enter the new owner informations :</div>
|
||
<div class="dialog_options">Owner Id : <input id="ownerID1" type="text" value="" /></div>
|
||
<div class="dialog_message_category">Enter the root user informations :</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="<%=((PartnerInfo) session.getAttribute("pInfo")).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 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>
|
Formats disponibles : Unified diff
Version 2.0
- upgrades Apache CXF to 2.7.5
- upgrades Apache ActiveMQ to 5.8.0
- license LGPL-3 for client libraries
- a few bugs fixed!
- use Apache CXF
- use JMS to store events to publish
- uses GaMMa for event mapping with OpenLayers
- "trace" and "DS" services are fully functionnal
- uses YPSilon
- access to the web interface of policy management is made by
certificate
- adds the MasterData to the web interface of policy management
- retrieves the owner of MasterData in the attributes if missing from
the extensions
- removes calls to old CXF classes to avoid compatibility problems
- installs and configures the new DS and DSeTa
- adds GaMMa to LaMBDa
- upgrades Apache Tomcat to 7.0.41 and mysql-connector to 5.1.25