Index: lams_central/web/staff.jsp =================================================================== diff -u -r738909b9ec98719a2e0eacd4150d042431ddd078 -r25c9fdcde2b4f69abe78076cb54f0c7ccbaaa0fd --- lams_central/web/staff.jsp (.../staff.jsp) (revision 738909b9ec98719a2e0eacd4150d042431ddd078) +++ lams_central/web/staff.jsp (.../staff.jsp) (revision 25c9fdcde2b4f69abe78076cb54f0c7ccbaaa0fd) @@ -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()+"/"; - -%> - Staff:: LAMS -

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.

-