Index: lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/McUploadedFile.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/Attic/McUploadedFile.hbm.xml,v diff -u -r1.2 -r1.3 --- lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/McUploadedFile.hbm.xml 2 Nov 2005 19:39:51 -0000 1.2 +++ lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/McUploadedFile.hbm.xml 5 Nov 2005 08:07:45 -0000 1.3 @@ -40,18 +40,16 @@ column="filename" length="255" /> - - - - + /> +<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> +<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %> +<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> +<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> + +<% +String protocol = request.getProtocol(); +if(protocol.startsWith("HTTPS")){ + protocol = "https://"; +}else{ + protocol = "http://"; +} +String root = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; +String pathToLams = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../.."; + +%> + + + + + + +Tool + + + + + + + + + + + +

+ + + + + + + + + +
+ + + + + + + +
+ +
+ + + + + + + +
+ +
+ + + + + + + +
+ +
+ + + + + + + + + +
+ <%@ include file="errorbox.jsp" %> +
+ + + +
+ +

+ +
+ +
+
+ Cancel + + +
+ + +
+

Advanced Definitions

+
+ +
+
+ + +
+

Instructions

+
+ +
+
+
+ +
+

+ + + + + +
+ + + + + + + Index: lams_tool_lamc/web/authoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/authoringMaincontent.jsp,v diff -u -r1.31 -r1.32 --- lams_tool_lamc/web/authoringMaincontent.jsp 4 Nov 2005 08:59:59 -0000 1.31 +++ lams_tool_lamc/web/authoringMaincontent.jsp 5 Nov 2005 08:07:44 -0000 1.32 @@ -17,6 +17,7 @@ %> + @@ -41,6 +42,7 @@ +

@@ -85,14 +87,7 @@ -current tab - -edit mode - - - -
@@ -102,9 +97,12 @@
-

- - + + +
+ +

+
@@ -113,15 +111,13 @@
- +
+ Cancel + + +
-
- Cancel - - -
-

Advanced Definitions

@@ -130,23 +126,13 @@
-

Instructions


- - -
-

Instructions

- -
-
- -

Index: lams_tool_lamc/web/WEB-INF/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/struts-config.xml,v diff -u -r1.4 -r1.5 --- lams_tool_lamc/web/WEB-INF/struts-config.xml 14 Oct 2005 15:50:11 -0000 1.4 +++ lams_tool_lamc/web/WEB-INF/struts-config.xml 5 Nov 2005 08:07:45 -0000 1.5 @@ -81,6 +81,12 @@ redirect="true" /> + + Index: lams_tool_lamc/web/WEB-INF/tiles/tiles-defs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tiles/Attic/tiles-defs.xml,v diff -u -r1.5 -r1.6 --- lams_tool_lamc/web/WEB-INF/tiles/tiles-defs.xml 29 Oct 2005 14:33:59 -0000 1.5 +++ lams_tool_lamc/web/WEB-INF/tiles/tiles-defs.xml 5 Nov 2005 08:07:45 -0000 1.6 @@ -43,10 +43,19 @@ - - + + + + + + + + + + +