Index: lams_central/web/staff.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/Attic/staff.jsp,v diff -u -r1.1 -r1.2 --- lams_central/web/staff.jsp 24 Oct 2005 07:01:29 -0000 1.1 +++ lams_central/web/staff.jsp 17 Nov 2005 23:04:50 -0000 1.2 @@ -2,25 +2,15 @@
- + -<% -String protocol = request.getProtocol(); -if(protocol.startsWith("HTTPS")){ - protocol = "https://"; -}else{ - protocol = "http://"; -} -String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; - -%> -The Staff page is yet to be written. Use the dummy monitoring page for now.
+The Flash version of the staff page is not yet ready, so a temporary page has been constructed. You should be +taken there automatically in a few seconds. If you are not redirected, go to +the dummy page.
-