Revision 8245
Added by Lauren Walker about 11 years ago
database-configuration.jsp | ||
---|---|---|
54 | 54 |
%> |
55 | 55 |
The system has detected that this is a new database. <br><br> |
56 | 56 |
Please hit the Continue button to upgrade your database to version: <%= metacatVersion.getVersionString() %>. <br><br> |
57 |
<div class=warning>Warning: this will reinitialize your database. If this is not a new database, hit the Cancel button and contact support at <%= supportEmail %>. </div><br><br>
|
|
57 |
<div class="alert alert-error">Warning: this will reinitialize your database. If this is not a new database, hit the Cancel button and contact support at <%= supportEmail %>. </div><br><br>
|
|
58 | 58 |
The following scripts will be run: |
59 | 59 |
|
60 | 60 |
<ul> |
... | ... | |
75 | 75 |
%> |
76 | 76 |
The system has detected the following database version: <%= databaseVersion.getVersionString() %> <br><br> |
77 | 77 |
Please hit the Continue button to upgrade your database to version: <%= metacatVersion.getVersionString() %> <br> |
78 |
<div class=warning>Warning: this will update your database. If the detected versions do not seem correct, hit the Cancel button and contact support at <%= supportEmail %> </div><br><br>
|
|
78 |
<div class="alert alert-error">Warning: this will update your database. If the detected versions do not seem correct, hit the Cancel button and contact support at <%= supportEmail %> </div><br><br>
|
|
79 | 79 |
The following scripts will be run: <br> |
80 | 80 |
<ul> |
81 | 81 |
<% |
Also available in: Unified diff
FontAwesome and Bootstrap are imported locally rather than via CDN. Updated the docs screenshots to the new style.