You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/migration_redirect.php
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,19 +72,28 @@
72
72
<div class="frame">
73
73
<div class="content">
74
74
<h1>This webCAT instance moved!</h1>
75
+
75
76
<p class="explain">
76
-
This <a href="http://sems.uni-rostock.de/cat" target="_blank">webCAT</a> instance move to a new domain. To ensure you can still access your pressures workspaces and archives
77
+
This <a href="http://sems.uni-rostock.de/cat" target="_blank">webCAT</a> instance move to a new domain.
78
+
<?phpif( $success ) { ?>
79
+
To ensure you can still access your pressures workspaces and archives
77
80
you can migrate the history cookie, which contains all the workspace ids. To do so please click on the button down below.
81
+
<?php } else { ?>
82
+
It does not seem, that you do not had any workspaces stored at this place. So you can just click at the button below to
0 commit comments