Index: lams_central/web/staff.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/Attic/staff.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_central/web/staff.jsp 24 Oct 2005 07:01:29 -0000 1.1 @@ -0,0 +1,26 @@ +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + +<% +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.

+ + + +