PINES Customization: Staff Page Redirect
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 31 Dec 2020 22:12:35 +0000 (17:12 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 15 Aug 2022 18:02:08 +0000 (14:02 -0400)
Add redirect file so that you can get to the staff page
with just /staff instead of /eg/staff.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/staff/index.html [new file with mode: 0644]

diff --git a/Open-ILS/web/staff/index.html b/Open-ILS/web/staff/index.html
new file mode 100644 (file)
index 0000000..278cdfe
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+    <head>
+        <meta charset="UTF-8">
+        <meta http-equiv="refresh" content="1;url=/eg/staff">
+        <script type="text/javascript">
+            window.location.href = "/eg/staff"
+        </script>
+        <title>Staff</title>
+    </head>
+    <body>
+        <p>If you are not redirected automatically, follow the <a  href='/eg/staff'>link to the main page</a>.</p>
+    </body>
+</html>
\ No newline at end of file