Index: lams_central/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/build.xml,v diff -u -r1.4 -r1.5 --- lams_central/build.xml 25 May 2005 23:39:23 -0000 1.4 +++ lams_central/build.xml 6 Jun 2005 07:15:14 -0000 1.5 @@ -108,6 +108,7 @@ + Index: lams_central/web/css/default.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/default.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_central/web/css/default.css 6 Jun 2005 07:15:33 -0000 1.1 @@ -0,0 +1,140 @@ +/* +This is a theme CSS file. Which one will be loaded into the JSP depends on a variable passed in from FLASH. +*/ + +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + background-color: #A2BCF9; + font-size: small; +} +h1 { + font-size: large; + background-color: #B4C8FE; + border-top-width: 1px; + border-top-style: solid; + border-top-color: #999999; + border-left-width: 1px; + border-left-style: solid; + border-left-color: #999999; +} +h2 { + font-size: small; + border-bottom-style: solid; + border-bottom-width: 1px; + border-bottom-color: #666666; + margin-bottom: 1px; + + +} + +th { + font-size: small; + color: #FFFFFF; + background-color: #075A8B; + text-align: left; +} + +#formtablecontainer{ + width: auto; + text-align:center; +} + +#datatablecontainer{ +} + +#buttoncontainer { + +} + + +input, select, textarea { + font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif; + font-size: small; +} + +.forms { + border: 1px solid #999999; + font-size: small; + font-style: normal; + width: 100%; +} + +.formlabel { + font-size: small; + font-style: normal; + text-align: right; + width: 20%; +} + +.formcontrol { + font-size: small; + font-style: normal; + text-align: left; +} + +a.button{ + float:right; + font-size: 12px; + color: #000000; + text-decoration:none; + text-align: center; + background-color:#B4C8FE; + margin: 2px 5px 2px 5px; + padding:3px; + width: 80px; + + + + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: #FFFFFF; + border-right-color: #0D3F59; + border-bottom-color: #0D3F59; + border-left-color: #FFFFFF; + + +} + +a.button:link{ + color: #000000; + text-decoration:none; + background-color:#B4C8FE; +} + +a.button:visited{ + color: #000000; + text-decoration:none; + background-color:#B4C8FE; +} + + + +a.button:hover{ + text-decoration:none; + background-color:#FFFFFF; +} + +a.button:active{ + text-decoration:none; + background-color:#CCCCCC; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-bottom-color: #FFFFFF; + border-left-color: #0D3F59; + border-top-color: #0D3F59; + border-right-color: #FFFFFF; +} + + Index: lams_tool_sbmt/conf/war/META-INF/MANIFEST.MF =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/conf/war/META-INF/Attic/MANIFEST.MF,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/conf/war/META-INF/MANIFEST.MF 6 Jun 2005 00:16:22 -0000 1.1 +++ lams_tool_sbmt/conf/war/META-INF/MANIFEST.MF 6 Jun 2005 07:23:07 -0000 1.2 @@ -1 +1 @@ -Class-Path: ./lams.jar ./lams_contentrepository.jar ./lams-tool-sbmt.jar +Class-Path: ./lams.jar ./lams_contentrepository.jar ./lams-tool-sbmt.jar ./FCKeditor-2.1.jar Index: lams_tool_sbmt/conf/xdoclet/servlet-mappings.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/conf/xdoclet/servlet-mappings.xml,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/conf/xdoclet/servlet-mappings.xml 6 Jun 2005 00:16:21 -0000 1.1 +++ lams_tool_sbmt/conf/xdoclet/servlet-mappings.xml 6 Jun 2005 07:23:12 -0000 1.2 @@ -1,4 +1,9 @@ action *.do + + + + Connector + /editor/filemanager/browser/default/connectors/jsp/connector \ No newline at end of file Index: lams_tool_sbmt/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/conf/xdoclet/servlets.xml,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/conf/xdoclet/servlets.xml 6 Jun 2005 00:16:21 -0000 1.1 +++ lams_tool_sbmt/conf/xdoclet/servlets.xml 6 Jun 2005 07:23:12 -0000 1.2 @@ -24,4 +24,18 @@ true 2 + + + + Connector + com.fredck.FCKeditor.connector.ConnectorServlet + + baseDir + /UserFiles/ + + + debug + false + + 1 \ No newline at end of file Index: lams_tool_sbmt/conf/xdoclet/taglibs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/conf/xdoclet/taglibs.xml,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/conf/xdoclet/taglibs.xml 6 Jun 2005 00:16:21 -0000 1.1 +++ lams_tool_sbmt/conf/xdoclet/taglibs.xml 6 Jun 2005 07:23:12 -0000 1.2 @@ -44,3 +44,7 @@ tags-c /WEB-INF/struts/tlds/c.tld + + fck-editor + /WEB-INF/fckEditor/tlds/FCKeditor.tld + Index: lams_tool_sbmt/web/myEditor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/Attic/myEditor.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_sbmt/web/myEditor.jsp 6 Jun 2005 07:24:24 -0000 1.1 @@ -0,0 +1,48 @@ +<%@ taglib uri="fck-editor" prefix="FCK" %> + + + + + + + FCKeditor - Sample + + + + + + +

FCKeditor - JSP - Sample 7

+ In this sample the user can edit the complete page contents and header (from + <HTML> to </HTML>). +
+
+ + Full Page TestThis is some sample text. You are using FCKeditor. + +
+ +
+ + Index: lams_tool_sbmt/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/Attic/web.xml,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/web/WEB-INF/web.xml 6 Jun 2005 00:10:16 -0000 1.1 +++ lams_tool_sbmt/web/WEB-INF/web.xml 6 Jun 2005 07:24:32 -0000 1.2 @@ -60,11 +60,30 @@ 2 + + Connector + com.fredck.FCKeditor.connector.ConnectorServlet + + baseDir + /UserFiles/ + + + debug + false + + 1 + + action *.do + + Connector + /editor/filemanager/browser/default/connectors/jsp/connector + + 120 @@ -129,6 +148,10 @@ tags-c /WEB-INF/struts/tlds/c.tld + + fck-editor + /WEB-INF/fckEditor/tlds/FCKeditor.tld +