Index: lams_tool_forum/web/includes/javascript/message.js
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/javascript/message.js,v
diff -u -r1.1 -r1.2
--- lams_tool_forum/web/includes/javascript/message.js 18 Aug 2006 06:59:44 -0000 1.1
+++ lams_tool_forum/web/includes/javascript/message.js 22 Aug 2006 04:50:35 -0000 1.2
@@ -2,8 +2,9 @@
This is Resource Item instrcution area.
*/
var itemAttachmentTargetDiv = "itemAttachmentArea";
-// Please set these 2 variables in JSP file for using tag reason:
- function removeItemAttachment(idx){
+// Please set these 1 variables in JSP file for using tag reason:
+//removeItemAttachmentUrl
+ function removeItemAttachment(){
//var id = "instructionItem" + idx;
//Element.remove(id);
var url= removeItemAttachmentUrl;
Index: lams_tool_forum/web/jsps/authoring/message/create.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/message/create.jsp,v
diff -u -r1.23 -r1.24
--- lams_tool_forum/web/jsps/authoring/message/create.jsp 18 Aug 2006 06:59:44 -0000 1.23
+++ lams_tool_forum/web/jsps/authoring/message/create.jsp 22 Aug 2006 04:50:34 -0000 1.24
@@ -2,7 +2,6 @@
"http://www.w3.org/TR/html4/strict.dtd">
<%@ include file="/common/taglibs.jsp"%>
-
<%@ include file="/common/header.jsp"%>
Index: lams_tool_forum/web/jsps/authoring/parts/msgattachment.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/parts/msgattachment.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_forum/web/jsps/authoring/parts/msgattachment.jsp 18 Aug 2006 06:59:44 -0000 1.1
+++ lams_tool_forum/web/jsps/authoring/parts/msgattachment.jsp 22 Aug 2006 04:50:34 -0000 1.2
@@ -8,7 +8,7 @@
-
+
|
Index: lams_tool_forum/web/jsps/export/exportportfolio.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/export/exportportfolio.jsp,v
diff -u -r1.9 -r1.10
--- lams_tool_forum/web/jsps/export/exportportfolio.jsp 10 Aug 2006 07:13:42 -0000 1.9
+++ lams_tool_forum/web/jsps/export/exportportfolio.jsp 22 Aug 2006 04:50:35 -0000 1.10
@@ -9,7 +9,7 @@
- ${forum_title}
+ ${title}
Index: lams_tool_forum/web/jsps/learning/create.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/create.jsp,v
diff -u -r1.8 -r1.9
--- lams_tool_forum/web/jsps/learning/create.jsp 3 Jul 2006 04:34:30 -0000 1.8
+++ lams_tool_forum/web/jsps/learning/create.jsp 22 Aug 2006 04:50:34 -0000 1.9
@@ -1,22 +1,26 @@
-<%@ include file="/includes/taglibs.jsp"%>
-
-
- ${forum_title}
-
-
-
-
-
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
-
-
-
+
+ ${sessionMap.title}
+
-
-
- <%@ include file="/jsps/learning/message/topicform.jsp"%>
-
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsps/learning/message/topicform.jsp"%>
+
+
-
-
+
Index: lams_tool_forum/web/jsps/learning/edit.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/edit.jsp,v
diff -u -r1.4 -r1.5
--- lams_tool_forum/web/jsps/learning/edit.jsp 3 Jul 2006 04:34:30 -0000 1.4
+++ lams_tool_forum/web/jsps/learning/edit.jsp 22 Aug 2006 04:50:34 -0000 1.5
@@ -1,25 +1,29 @@
-<%@ include file="/includes/taglibs.jsp"%>
-
-
- ${forum_title}
-
-
-
-
-
-
-
-
-
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
-
+
+ ${sessionMap.title}
+
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsps/learning/message/topiceditform.jsp"%>
+
+
-
- <%@ include file="/jsps/learning/message/topiceditform.jsp"%>
-
-
-
-
+
Index: lams_tool_forum/web/jsps/learning/reply.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/reply.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_forum/web/jsps/learning/reply.jsp 3 Jul 2006 04:34:30 -0000 1.5
+++ lams_tool_forum/web/jsps/learning/reply.jsp 22 Aug 2006 04:50:34 -0000 1.6
@@ -1,22 +1,26 @@
<%@ include file="/includes/taglibs.jsp"%>
+
+
+
+
+
+
+
+ ${sessionMap.title}
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/jsps/learning/message/topicreplyform.jsp"%>
+
+
+
-
- ${forum_title}
-
-
-
-
-
-
-
-
-
-
-
-
- <%@ include file="/jsps/learning/message/topicreplyform.jsp"%>
-
-
-
-
Index: lams_tool_forum/web/jsps/learning/viewforum.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/viewforum.jsp,v
diff -u -r1.9 -r1.10
--- lams_tool_forum/web/jsps/learning/viewforum.jsp 9 Aug 2006 07:09:27 -0000 1.9
+++ lams_tool_forum/web/jsps/learning/viewforum.jsp 22 Aug 2006 04:50:34 -0000 1.10
@@ -1,8 +1,8 @@
<%@ include file="/common/taglibs.jsp"%>
-
+
-
+
@@ -13,7 +13,7 @@
-
+
|
@@ -30,32 +30,31 @@
-
-
+
-
+
-
+
-
-
+
+
-
+
|