Revision 8179
Added by ben leinfelder about 11 years ago
footer-section.jsp | ||
---|---|---|
34 | 34 |
<div class=small-message> |
35 | 35 |
<p>You are logged in as: <%= request.getSession().getAttribute("userId") %></p> |
36 | 36 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a> | |
37 |
<a href="<%= request.getContextPath() %>/metacat?action=logout">logout</a> | |
|
37 | 38 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">view metacat user documentation</a> |
38 | 39 |
</div> |
39 | 40 |
<% |
... | ... | |
41 | 42 |
%> |
42 | 43 |
<div class=small-message> |
43 | 44 |
<p>You are not logged in.</p> |
44 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a> |
|
|
45 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in</a> | |
|
45 | 46 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">view metacat user documentation</a> |
46 | 47 |
</div> |
47 | 48 |
<% |
Also available in: Unified diff
add logout links to header and footer. https://projects.ecoinformatics.org/ecoinfo/issues/3761