Revision 8232
Added by Lauren Walker about 11 years ago
header-section.jsp | ||
---|---|---|
31 | 31 |
%> |
32 | 32 |
<div class="header"> |
33 | 33 |
<ul> |
34 |
<li><img src="<%= request.getContextPath() %>/metacat-logo-white.png" width="100px" align="right"/></li> |
|
34 |
<li><img src="<%= request.getContextPath() %>/docs/_static/metacat-logo-white.png" width="100px" align="right"/></li>
|
|
35 | 35 |
<li><a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a></li> |
36 | 36 |
<li><a href="<%= request.getContextPath() %>/metacat?action=logout">logout</a></li> |
37 | 37 |
<li><a href="<%= request.getContextPath() %>/docs" target="_blank">metacat user documentation</a></li> |
... | ... | |
42 | 42 |
%> |
43 | 43 |
<div class="header"> |
44 | 44 |
<ul> |
45 |
<li><img src="<%= request.getContextPath() %>/metacat-logo-white.png" width="100px" align="right"/></li> |
|
45 |
<li><img src="<%= request.getContextPath() %>/docs/_static/metacat-logo-white.png" width="100px" align="right"/></li>
|
|
46 | 46 |
<li><a href="<%= request.getContextPath() %>/admin?configureType=login">log in</a></li> |
47 | 47 |
<li><a href="<%= request.getContextPath() %>/docs" target="_blank">metacat user documentation</a></li> |
48 | 48 |
</ul> |
Also available in: Unified diff
Simplified the importing of images and stylesheets so that both /admin and /docs pull from /docs