Index: lams_bb_integration/web/modules/create.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/create.jsp,v diff -u -r1.6 -r1.7 --- lams_bb_integration/web/modules/create.jsp 21 Sep 2011 17:42:25 -0000 1.6 +++ lams_bb_integration/web/modules/create.jsp 20 Jul 2012 17:05:20 -0000 1.7 @@ -10,8 +10,7 @@ Then the user must select a LAMS lesson before proceeding to Step 2. Step 1 - create.jsp - Step 2 - start_lesson.jsp - Step 3 - start_lesson_proc.jsp + Step 2 - start_lesson_proc.jsp --%> <%@ page import="blackboard.platform.plugin.PlugInUtil"%> <%@ page import="blackboard.platform.plugin.PlugInException"%> @@ -21,8 +20,11 @@ <%@ taglib uri="/bbNG" prefix="bbNG"%> - - + + + + + <% // SECURITY! // Authorise current user for Course Control Panel (automatic redirect) @@ -38,11 +40,12 @@ // Get the list of Learning Designs String learningDesigns = LamsSecurityUtil.getLearningDesigns(ctx, 2); - // Error checking - if (learningDesigns.equals("error")) { - response.sendRedirect("lamsServerDown.jsp"); - return; - } + // Error checking + if (learningDesigns.equals("error")) { + response.sendRedirect("lamsServerDown.jsp"); + return; + } + String lamsServerUrl = LamsSecurityUtil.getServerAddress(); %> <%-- Breadcrumbs --%> @@ -55,38 +58,108 @@ - <%-- Action Control Bar --%> - - <%-- Open the LAMS Author Window --%> - <%-- Refresh the list of LAMS sequences --%> - <%-- Go to Next Step --%> - - <%-- Form to Collect ID of Selected LAMS Sequence --%> -
+ "> "> - <%-- Display LAMS Sequence tree (Using tigra) --%> - + + + + + + + + + + + + + + + + <%-- Preview and Author Buttons --%> +
+ + + + + + + +
+ +
+
+
+ Display image design? +
+ + <%-- Display LAMS Sequence tree (Using tigra) --%> + +
+ + + + Yes + No + + + Yes + No + + + + + + + + +
-