Revision 8203
Added by Lauren Walker about 11 years ago
header-section.jsp | ||
---|---|---|
30 | 30 |
if( request.getSession().getAttribute("userId") != null) { |
31 | 31 |
%> |
32 | 32 |
<div class=small-message> |
33 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a> |
|
|
34 |
<a href="<%= request.getContextPath() %>/metacat?action=logout">logout</a> |
|
|
35 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">view metacat user documentation</a>
|
|
33 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a> |
|
34 |
<a href="<%= request.getContextPath() %>/metacat?action=logout">logout</a> |
|
35 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">metacat user documentation</a> |
|
36 | 36 |
</div> |
37 | 37 |
<% |
38 | 38 |
} else { |
39 | 39 |
%> |
40 | 40 |
<div class=small-message> |
41 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in</a> |
|
|
42 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">view metacat user documentation</a>
|
|
41 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in</a> |
|
42 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">metacat user documentation</a> |
|
43 | 43 |
</div> |
44 | 44 |
<% |
45 | 45 |
} |
46 | 46 |
%> |
47 |
|
|
48 |
<hr class="config-line"> |
Also available in: Unified diff
Redesigned the /admin configuration pages to better match our new MetacatUI design. Looks good in both /context/admin view and the #external view using metacatUI