Index: lams_monitoring/web/dummy.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/dummy.jsp,v diff -u -r1.6 -r1.7 --- lams_monitoring/web/dummy.jsp 31 Oct 2005 05:28:46 -0000 1.6 +++ lams_monitoring/web/dummy.jsp 7 Dec 2005 05:11:07 -0000 1.7 @@ -1,148 +1,53 @@ -<%@ page language="java" import="java.util.*" %> -<%@ taglib uri="tags-html-el" prefix="html" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-fmt" prefix="fmt" %> -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-lams" prefix="lams" %> +<%-- +Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) - +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. -<% -String protocol = request.getProtocol(); -if(protocol.startsWith("HTTPS")){ - protocol = "https://"; -}else{ - protocol = "http://"; -} -String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; -String pathToShare = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../"; +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -%> +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +USA - -
- +http://www.gnu.org/licenses/gpl.txt +--%> - - -This is a dummy page for Lesson Management. It is to be used until the - Flash interface is ready. It pull the urls from the database so if the - urls are invalid, you need to check the tool deployment scripts.
+<%@ page language="java"%> +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + +Before you can start a lesson, you will need to create a learning design.
- At the moment, the only way to do this is to go into the authoring client
- and save a learning design containing your tool. Get the id of the learning
- design from the database. Once that is done, you can start a lesson
- using the learning design id.
-
-
-
-
-
- learningDesignId
-
- title
-
- desc
-
-
-
All the links below should pop-up in new windows.
-