Index: lams_bb_integration/web/modules/lamsServerDown.jsp =================================================================== diff -u -r8ea6dac2e1f9e39a41030dd5907592bc2aa04d17 -re90547eeb5330fd68c424212233b1689f25c71ce --- lams_bb_integration/web/modules/lamsServerDown.jsp (.../lamsServerDown.jsp) (revision 8ea6dac2e1f9e39a41030dd5907592bc2aa04d17) +++ lams_bb_integration/web/modules/lamsServerDown.jsp (.../lamsServerDown.jsp) (revision e90547eeb5330fd68c424212233b1689f25c71ce) @@ -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