Index: lams_tool_scribe/web/layouts/learningLayout.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/layouts/learningLayout.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_scribe/web/layouts/learningLayout.jsp 15 Sep 2006 03:09:52 -0000 1.1
+++ lams_tool_scribe/web/layouts/learningLayout.jsp 25 Sep 2006 06:04:33 -0000 1.2
@@ -5,7 +5,7 @@
-
+
Index: lams_tool_scribe/web/layouts/tabLayout.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/layouts/tabLayout.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_scribe/web/layouts/tabLayout.jsp 15 Sep 2006 03:09:52 -0000 1.1
+++ lams_tool_scribe/web/layouts/tabLayout.jsp 25 Sep 2006 06:04:33 -0000 1.2
@@ -5,7 +5,7 @@
-
+
Index: lams_tool_scribe/web/pages/authoring/authoring.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/authoring.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_scribe/web/pages/authoring/authoring.jsp 21 Sep 2006 08:27:56 -0000 1.2
+++ lams_tool_scribe/web/pages/authoring/authoring.jsp 25 Sep 2006 06:04:25 -0000 1.3
@@ -14,8 +14,6 @@
-
-
@@ -48,13 +46,13 @@
+ contentFolderID="${sessionMap.contentFolderID}" />
-
+
\ No newline at end of file
Index: lams_tool_scribe/web/pages/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/basic.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_scribe/web/pages/authoring/basic.jsp 15 Sep 2006 03:09:52 -0000 1.1
+++ lams_tool_scribe/web/pages/authoring/basic.jsp 25 Sep 2006 06:04:22 -0000 1.2
@@ -13,6 +13,8 @@
area.src=url;
area.style.display="block";
}
+
+ document.getElementById("authoringButton").style.visibility="hidden";
}
function hideMessage(){
var area=document.getElementById("iframeArea");
@@ -21,14 +23,19 @@
area.style.height="0px";
area.style.display="none";
}
+
+ document.getElementById("authoringButton").style.visibility="visible";
}
-
+
+
+
@@ -45,16 +52,30 @@
-
+
+
+
+
+
+ <%@ include file="parts/headingList.jsp"%>
+
+
+ ');">
+
+ |
+
+
+
+
Index: lams_tool_scribe/web/pages/authoring/headingForm.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/headingForm.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_scribe/web/pages/authoring/headingForm.jsp 25 Sep 2006 06:04:24 -0000 1.1
@@ -0,0 +1,31 @@
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${sessionMap.headings[formBean.headingIndex].headingText}
+
+
+
+
+
+
+
+
+
Index: lams_tool_scribe/web/pages/authoring/headingResponse.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/headingResponse.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_scribe/web/pages/authoring/headingResponse.jsp 25 Sep 2006 06:04:25 -0000 1.1
@@ -0,0 +1,19 @@
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+ <%@ include file="parts/headingList.jsp"%>
+
+
+
+
+
+
+
Index: lams_tool_scribe/web/pages/authoring/parts/headingList.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/parts/headingList.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_scribe/web/pages/authoring/parts/headingList.jsp 25 Sep 2006 06:04:40 -0000 1.1
@@ -0,0 +1,71 @@
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
|