Revision 7751
Added by ben leinfelder over 11 years ago
account.jsp | ||
---|---|---|
35 | 35 |
<%@ include file="../../common/common-settings.jsp"%> |
36 | 36 |
<%@ include file="../../common/configure-check.jsp"%> |
37 | 37 |
<% |
38 |
String certificateSubject = "Not Logged in";
|
|
38 |
String certificateSubject = "(not logged in)";
|
|
39 | 39 |
//check for session-based certificate from the portal |
40 | 40 |
String configurationFileName = application.getInitParameter("oa4mp:client.config.file"); |
41 | 41 |
String configurationFilePath = application.getRealPath(configurationFileName); |
... | ... | |
65 | 65 |
<p> |
66 | 66 |
You are logged in as: <%=certificateSubject %> |
67 | 67 |
</p> |
68 |
<p> |
|
69 |
<a href="<%=CONTEXT_URL%>/startRequest?target=<%=STYLE_SKINS_URL%>/dataone/account.jsp">Login or switch user...</a> |
|
70 |
</p> |
|
68 | 71 |
|
69 | 72 |
</body> |
70 | 73 |
</html> |
Also available in: Unified diff
add link to login or switch user