Project

General

Profile

« Previous | Next » 

Revision 8222

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.

View differences:

header-section.jsp
29 29
<%
30 30
if( request.getSession().getAttribute("userId") != null) {  
31 31
%>
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">metacat user documentation</a>
32
  <div class="header">
33
  	<ul>
34
  		<li><img src="<%= request.getContextPath() %>/metacat-logo-white.png" width="100px" align="right"/></li>
35
	    <li><a href="<%= request.getContextPath() %>/admin?configureType=login">log in as different user</a></li>
36
	    <li><a href="<%= request.getContextPath() %>/metacat?action=logout">logout</a></li>
37
	    <li><a href="<%= request.getContextPath() %>/docs" target="_blank">metacat user documentation</a></li>
38
	</ul>
36 39
  </div>
37 40
<% 
38 41
} else {
39 42
%>
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">metacat user documentation</a>
43
  <div class="header">
44
  	<ul>
45
  		<li><img src="<%= request.getContextPath() %>/metacat-logo-white.png" width="100px" align="right"/></li>
46
    	<li><a href="<%= request.getContextPath() %>/admin?configureType=login">log in</a></li>
47
    	<li><a href="<%= request.getContextPath() %>/docs" target="_blank">metacat user documentation</a></li>
48
   	</ul>
43 49
  </div>
44 50
<%
45 51
}

Also available in: Unified diff