Révision 8fd1d584
Ajouté par Remy Menard il y a plus de 11 ans
ETa/EpcisPHI/src/main/webapp/index.jsp | ||
---|---|---|
<title>Policy Manager</title>
|
||
<script type="text/javascript" src="script/tree.js"></script>
|
||
<script type="text/javascript" src="script/requestDispatcher.js"></script>
|
||
<script type="text/javascript" src="script/jquery.js"></script>
|
||
<script type="text/javascript" src="script/jquery-min.js"></script>
|
||
<script type="text/javascript" src="script/jquery-ui.min.js"></script>
|
||
<link rel="stylesheet" type="text/css" href="style/jquery-ui.css" />
|
||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||
... | ... | |
}
|
||
|
||
String userId = ((UserInfoOut) session.getAttribute("uInfo")).getUserID();
|
||
String partnerId = ((UserInfoOut) session.getAttribute("uInfo")).getOwnerID();
|
||
String ownerId = ((UserInfoOut) session.getAttribute("uInfo")).getOwnerID();
|
||
|
||
%>
|
||
<div class="account">
|
||
<div class="logout"><a href="RootAccountAuth?action=logout">[ logout ]</a></div>
|
||
<div class="logout"><a href="#" onclick="processPartnerUpdate()" >[ Update My Account ]</a></div>
|
||
<div class="logout"><a href="#" onclick="processOwnerUpdate()" >[ Update My Account ]</a></div>
|
||
<div class="logout"><a href="#" onclick="processUserCreate()" >[ Create User ]</a></div>
|
||
<div class="logout"><a href="#" onclick="processUserDelete()" >[ Delete User ]</a></div>
|
||
<div style="width : 300px;"><span>*</span> User : <span class="accountDetails"><%=userId%></span> / Partner profile : <span class="accountDetails"><%=partnerId%></span></div>
|
||
<div style="width : 300px;"><span>*</span> User : <span class="accountDetails"><%=userId%></span> / Owner profile : <span class="accountDetails"><%=ownerId%></span></div>
|
||
</div>
|
||
|
||
</body>
|
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