Revision 8203
Added by Lauren Walker about 11 years ago
database-configuration.jsp | ||
---|---|---|
47 | 47 |
<body> |
48 | 48 |
<%@ include file="./header-section.jsp"%> |
49 | 49 |
|
50 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
|
50 |
<img src="<%= request.getContextPath() %>/metacat-logo-darkgray.png" width="100px" align="right"/>
|
|
51 | 51 |
<h2>Database Install/Upgrade Utility</h2> |
52 | 52 |
|
53 | 53 |
<%@ include file="page-message-section.jsp"%> |
... | ... | |
91 | 91 |
} |
92 | 92 |
%> |
93 | 93 |
</ul> |
94 |
<input class="left-button" type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')"> |
|
95 |
<input class="button" type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')"> |
|
94 |
<div class="buttons-wrapper"> |
|
95 |
<input class="left-button" type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')"> |
|
96 |
<input class="button" type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')"> |
|
97 |
</div> |
|
96 | 98 |
<% |
97 | 99 |
} else { |
98 | 100 |
%> |
99 |
<input class="left-button" disabled type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')"> |
|
100 |
<input class="button" type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')"> |
|
101 |
<div class="buttons-wrapper"> |
|
102 |
<input class="left-button" disabled type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')"> |
|
103 |
<input class="button" type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')"> |
|
104 |
</div> |
|
101 | 105 |
<% |
102 | 106 |
} |
103 | 107 |
%> |
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