Index: lams_central/web/staff.jsp =================================================================== diff -u --- lams_central/web/staff.jsp (revision 0) +++ lams_central/web/staff.jsp (revision 738909b9ec98719a2e0eacd4150d042431ddd078) @@ -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()+"/"; + +%> + +The Staff page is yet to be written. Use the dummy monitoring page for now.
+ + + +