Index: lams_bb_integration/web/modules/create.jsp =================================================================== diff -u -r3c527d0998e4797bdfaefc359e036fa01a560ad9 -r7313b5c073ae563d642a7ef9a2acec81caa2a8ea --- lams_bb_integration/web/modules/create.jsp (.../create.jsp) (revision 3c527d0998e4797bdfaefc359e036fa01a560ad9) +++ lams_bb_integration/web/modules/create.jsp (.../create.jsp) (revision 7313b5c073ae563d642a7ef9a2acec81caa2a8ea) @@ -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 + + + + + + + + +
-