Index: lams_central/conf/language/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_central/conf/language/Attic/ApplicationResources.properties,v diff -u -r1.51 -r1.52 --- lams_central/conf/language/ApplicationResources.properties 3 Nov 2006 06:29:21 -0000 1.51 +++ lams_central/conf/language/ApplicationResources.properties 6 Nov 2006 04:23:05 -0000 1.52 @@ -169,6 +169,11 @@ button.export =Export flash.min.error =The Flash Player plugin version 7 or higher is required. flash.download.player =Download Flash Player +label.open.lesson =Open Lesson +label.msg.status =Status: {0} +msg.status.not.stated =This lesson has not been started so you cannot access it. +msg.status.disabled =This lesson is disabled so you cannot access it. +msg.status.finished =This lesson has been finished or archived. +msg.status.removed =This lesson has been removed. - #======= End labels: Exported 161 labels for en AU ===== Index: lams_central/web/launchlearner.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/launchlearner.jsp,v diff -u -r1.1 -r1.2 --- lams_central/web/launchlearner.jsp 1 Nov 2006 05:54:20 -0000 1.1 +++ lams_central/web/launchlearner.jsp 6 Nov 2006 04:23:05 -0000 1.2 @@ -1,4 +1,5 @@ <%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> +<%@ page import="org.lamsfoundation.lams.lesson.Lesson" %> <%@ taglib uri="tags-lams" prefix="lams" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> @@ -12,19 +13,64 @@ -

-

-

Status:

-

Start Lesson

+

+

+ + <%= Lesson.CREATED %> + <%= Lesson.NOT_STARTED_STATE %> + <%= Lesson.STARTED_STATE %> + <%= Lesson.FINISHED_STATE %> + <%= Lesson.SUSPENDED_STATE %> + <%= Lesson.ARCHIVED_STATE %> + <%= Lesson.REMOVED_STATE %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + +
-