root/ETa/EpcisPHI/src/main/webapp/rootMenu.jsp @ bf9c3717
| 2e0a7cb1 | Sylvain L. Sauvage | <%@page import="fr.unicaen.iota.epcisphi.utils.HTMLUtilities"%>
  | 
      |
| bf9c3717 | Rémy Ménard | <%@page import="fr.unicaen.iota.ypsilon.client.model.UserInfoOut"%>
  | 
      |
| 2e0a7cb1 | Sylvain L. Sauvage | ||
<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="rootMenuItemLogout" class="rootMenuItem"><a href="RootAccountAuth?action=logout" >Logout</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_message_category">Enter the root user informations :</div>
  | 
      |||
| bf9c3717 | Rémy Ménard |     <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>
  | 
      |||
| 2e0a7cb1 | Sylvain L. Sauvage | </div>
  | 
      |
<div id="updateRootUser" title="Update User" class="modalDialog">
  | 
      |||
    <div class="dialog_message">Enter user informations :</div>
  | 
      |||
| bf9c3717 | Rémy Ménard |     <div class="dialog_options">Login : <input disabled id="userLogin2" type="text" value="<%=((UserInfoOut) session.getAttribute("uInfo")).getOwnerID()%>" /></div>
  | 
      |
</div>
  |