Index: lams_tool_task/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/learning/learning.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_task/web/pages/learning/learning.jsp 9 May 2008 03:45:55 -0000 1.11 +++ lams_tool_task/web/pages/learning/learning.jsp 22 May 2008 07:34:35 -0000 1.12 @@ -26,15 +26,18 @@ document.location.href = "?mode=${mode}&toolSessionID=${toolSessionID}"; return false; } - function viewItem(itemUid){ - var myUrl = "?sessionMapID=${sessionMapID}&mode=${mode}&toolSessionID=${toolSessionID}&itemUid=" + itemUid; - launchPopup(myUrl,"LearnerView"); + + function completeItem(itemUid){ + document.location.href = "?sessionMapID=${sessionMapID}&mode=${mode}&itemUid=" + itemUid; + return false; } + function finishSession(){ document.getElementById("finishButton").disabled = true; document.location.href =''; return false; } + function continueReflect(){ document.location.href=''; } @@ -65,16 +68,17 @@ if (elem != null) { elem.style.display="block"; } - } + } --> -
+ +

${taskList.title}

@@ -98,70 +102,12 @@ ${taskList.instructions}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- - - - ${item.title} - - - - ${item.title} - - - - - [${item.createBy.loginName}] - - - - * - - - - - - - - - - -
+ + <%@ include file="/pages/learning/parts/itemlist.jsp"%> + + + * -

@@ -173,6 +119,8 @@



+ + @@ -193,6 +141,7 @@ +
@@ -220,10 +169,11 @@
+ - - + + @@ -252,9 +202,6 @@
- - -