Index: lams_bb_integration/web/modules/lamsServerDown.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/lamsServerDown.jsp,v diff -u -r1.1 -r1.2 --- lams_bb_integration/web/modules/lamsServerDown.jsp 22 Aug 2007 06:17:32 -0000 1.1 +++ lams_bb_integration/web/modules/lamsServerDown.jsp 21 Sep 2011 17:42:25 -0000 1.2 @@ -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