Revision 8222
Added by Lauren Walker about 11 years ago
footer-section.jsp | ||
---|---|---|
30 | 30 |
<% |
31 | 31 |
if( request.getSession().getAttribute("userId") != null) { |
32 | 32 |
%> |
33 |
<div class=small-message>
|
|
33 |
<div class="footer">
|
|
34 | 34 |
<p>You are logged in as: <%= request.getSession().getAttribute("userId") %></p> |
35 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a> |
|
36 |
<a href="<%= request.getContextPath() %>/metacat?action=logout">logout</a> |
|
37 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">metacat user documentation</a> |
|
35 |
<ul> |
|
36 |
<li><a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a></li> |
|
37 |
<li><a href="<%= request.getContextPath() %>/metacat?action=logout">logout</a></li> |
|
38 |
<li><a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">metacat user documentation</a></li> |
|
39 |
</ul> |
|
38 | 40 |
</div> |
39 | 41 |
<% |
40 | 42 |
} else { |
41 | 43 |
%> |
42 |
<div class=small-message>
|
|
44 |
<div class="footer">
|
|
43 | 45 |
<p>You are not logged in.</p> |
44 |
<a href="<%= request.getContextPath() %>/admin?configureType=login">log in</a> |
|
45 |
<a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">metacat user documentation</a> |
|
46 |
<ul> |
|
47 |
<li><a href="<%= request.getContextPath() %>/admin?configureType=login">log in</a></li> |
|
48 |
<li><a href="<%= request.getContextPath() %>/docs/user/index.html" target="_blank">metacat user documentation</a></li> |
|
49 |
</ul> |
|
46 | 50 |
</div> |
47 | 51 |
<% |
48 | 52 |
} |
Also available in: Unified diff
Matched the admin config pages to the default metacatUI theme. Changed the background image of the docs and config pages to a big cat for some metacat branding.