Project

General

Profile

« Previous | Next » 

Revision 8203

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

View differences:

admin-login.jsp
41 41

  
42 42
</head>
43 43
<body>
44
<img src="<%= request.getContextPath() %>/metacat-logo.png"
44
<img src="<%= request.getContextPath() %>/metacat-logo-darkgray.png"
45 45
	width="100px" align="right" />
46 46
<h2>Administrator Login</h2>
47 47

  
......
49 49
<br class="auth-header">
50 50

  
51 51
<%@ include file="./page-message-section.jsp"%>
52
<hr class="config-line">
53
<br>
54 52

  
55 53
<form name="loginform" method="post" action="<%= request.getContextPath() %>/admin"
56 54
	target="_top" onsubmit="return validateAndSubmitForm(this);" id="loginform">
......
85 83
	</tr>
86 84
</table>
87 85

  
88
<br>
89
<hr class="config-line">
90 86

  
91 87
	<input class="left-button" input type="submit" name="loginAction" value="Login" class="button_login"></td>
92 88
	<input class="button" type="button" value="Cancel" onClick="forward('<%= request.getContextPath() %>')"> 

Also available in: Unified diff