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