%@ page contentType="text/html; charset=utf-8" language="java"%>
<%@ page isELIgnored="false" %>
<%--
Step 1 For Creating a New LAMS Lesson
Allows the user to (optionally) author a new LAMS lesson
Then the user must select a LAMS lesson before proceeding to Step 2.
Step 1 - create.jsp
Step 2 - /LessonManager?method=start
--%>
<%@ page import="blackboard.platform.plugin.PlugInUtil"%>
<%@ page import="blackboard.platform.plugin.PlugInException"%>
<%@ page import="org.lamsfoundation.ld.integration.Constants"%>
<%@ page import="org.lamsfoundation.ld.integration.util.LamsSecurityUtil"%>
<%@ page errorPage="/error.jsp"%>
<%@ taglib uri="/bbNG" prefix="bbNG"%>
<%-- Breadcrumbs --%>
<%-- Page Header --%>
<%-- Form to Collect ID of Selected LAMS Sequence --%>