Index: lams_bb_integration/web/modules/lamsServerDown.jsp =================================================================== diff -u -r8af1746d179f41095b074fef269722c6689b39eb -r3c527d0998e4797bdfaefc359e036fa01a560ad9 --- lams_bb_integration/web/modules/lamsServerDown.jsp (.../lamsServerDown.jsp) (revision 8af1746d179f41095b074fef269722c6689b39eb) +++ lams_bb_integration/web/modules/lamsServerDown.jsp (.../lamsServerDown.jsp) (revision 3c527d0998e4797bdfaefc359e036fa01a560ad9) @@ -1,10 +1,19 @@ -<%@ taglib uri="/bbUI" prefix="bbUI"%> +<%-- + Original Version: 2007 LAMS Foundation + Updated for Blackboard 9.1 SP6 (including new bbNG tag library) 2011 + Richard Stals (www.stals.com.au) + Edith Cowan University, Western Australia +--%> +<%-- + Error Page for LAMS Integration Errors (Communication timeouts etc.) +--%> <%@ page import="java.io.PrintWriter"%> <%@ page isErrorPage = "true" %> - - - - -

Did not get a response from the LAMS server. Please contact your systems administrator.

- -

\ No newline at end of file +<%@ taglib uri="/bbNG" prefix="bbNG"%> + + +

Did not get a response from the LAMS server. Please contact your systems administrator.

+
+
\ No newline at end of file