Index: lams_tool_larsrc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/build.xml,v diff -u -r1.2 -r1.3 --- lams_tool_larsrc/build.xml 22 Mar 2006 04:43:19 -0000 1.2 +++ lams_tool_larsrc/build.xml 22 Mar 2006 05:34:55 -0000 1.3 @@ -247,7 +247,7 @@ distributable="false" sessiontimeout="${sessiontimeout}"/> - + Index: lams_tool_larsrc/conf/xdoclet/struts-plugins.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/conf/xdoclet/struts-plugins.xml,v diff -u -r1.1 -r1.2 --- lams_tool_larsrc/conf/xdoclet/struts-plugins.xml 21 Mar 2006 05:14:31 -0000 1.1 +++ lams_tool_larsrc/conf/xdoclet/struts-plugins.xml 22 Mar 2006 05:34:56 -0000 1.2 @@ -1,11 +1,11 @@ + value="/WEB-INF/struts/validator-rules.xml,/WEB-INF/validation.xml" /> - + + + + + + + + + + + + + + + Index: lams_tool_larsrc/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/web.xml,v diff -u -r1.2 -r1.3 --- lams_tool_larsrc/web/WEB-INF/web.xml 22 Mar 2006 04:43:19 -0000 1.2 +++ lams_tool_larsrc/web/WEB-INF/web.xml 22 Mar 2006 05:34:55 -0000 1.3 @@ -169,60 +169,4 @@ 403 /403.html - - - - - - - tags-bean - /WEB-INF/struts/tlds/struts-bean.tld - - - tags-html - /WEB-INF/struts/tlds/struts-html.tld - - - tags-logic - /WEB-INF/struts/tlds/struts-logic.tld - - - tags-tiles - /WEB-INF/struts/tlds/struts-tiles.tld - - - - - - tags-fmt - /WEB-INF/jstl/tlds/fmt.tld - - - tags-core - /WEB-INF/jstl/tlds/c.tld - - - tags-function - /WEB-INF/jstl/tlds/fn.tld - - - tags-xml - /WEB-INF/jstl/tlds/x.tld - - - - - - fck-editor - /WEB-INF/fckeditor/tlds/FCKeditor.tld - - - - - - tags-lams - /WEB-INF/lams.tld - - - Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/jstl/tlds/c.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/jstl/tlds/fmt.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/jstl/tlds/fn.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/jstl/tlds/x.tld'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/struts/.cvsignore'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_tool_larsrc/web/WEB-INF/struts/tiles-defs.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_larsrc/web/common/taglibs.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/common/taglibs.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_larsrc/web/common/taglibs.jsp 22 Mar 2006 04:43:20 -0000 1.1 +++ lams_tool_larsrc/web/common/taglibs.jsp 22 Mar 2006 05:34:55 -0000 1.2 @@ -1,10 +1,14 @@ <%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-logic" prefix="logic" %> -<%@ taglib uri="tags-tiles" prefix="tiles" %> -<%@ taglib uri="tags-html" prefix="html" %> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-lams" prefix="lams" %> -<%@ taglib uri="fck-editor" prefix="FCK"%> +<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> +<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> +<%@ taglib uri="http://struts.apache.org/tags-bean-el" prefix="bean-el" %> +<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> +<%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html-el" %> +<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> +<%@ taglib uri="http://struts.apache.org/tags-logic-el" prefix="logic-el" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> +<%@ taglib uri="/WEB-INF/lams.tld" prefix="lams" %> +<%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK"%> Index: lams_tool_larsrc/web/pages/author_page/css/aqua.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/css/Attic/aqua.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/author_page/css/aqua.css 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,150 @@ +/*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; + +} + +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{ + text-align:center; +} + +.datatablecontainer{ + width:100%; +} + +.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; +} + +/********* tab styles **********/ +/*tab styles*/ +.tab{ + text-align:center; +} + +.tab a{ + font-size: 11px; + color: #000000; + text-decoration:none; +} +.tab a:hover{ + font-size: 11px; + color: #000000; + text-decoration:underline +} +.tabcentre{ + background-image:url(../images/aqua_tab_centre.gif); + background-repeat:repeat-x; +} + +.tabcentre_selected{ + background-image:url(../images/aqua_tab_s_centre.gif); + background-repeat:repeat-x; +} + +.tabcentre_inactive{ + background-image:url(../images/aqua_tab_i_centre.gif); + background-repeat:repeat-x; +} + +/** Non Selected tab style **/ +.tableft td{ + background: url(../images/aqua_tab_left.gif) no-repeat; +} +.tabright td{ + background: url(../images/aqua_tab_right.gif) no-repeat; +} + +/** Selected tab style **/ +.tableft_selected td{ + background: url(../images/aqua_tab_s_left.gif) no-repeat; +} + +.tableft_inactive td{ + background: url(../images/aqua_tab_i_left.gif) no-repeat; +} + +.tabright_selected td{ + background: url(../images/aqua_tab_s_right.gif) no-repeat; +} + +.tabright_inactive td{ + background: url(../images/aqua_tab_i_right.gif) no-repeat; +} + +/*Tab content containers*/ +.tabbody{ + width: 98%; + + background-color : #D9E8FF; + float:left; + + margin : 0px 0px 0px 0px; + border-right-width: 1px; + border-left-width: 1px; + border-right-style: solid; + border-left-style: solid; + border-right-color: #0D3F59; + border-left-color: #0D3F59; + + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #0D3F59; + padding:5px; + +} \ No newline at end of file Index: lams_tool_larsrc/web/pages/author_page/css/base.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/css/Attic/base.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/author_page/css/base.css 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,3 @@ +/* +This is the Base CSS, it will define the location of images etc and other core, non user configurable items. (Admin configurable) +*/ \ No newline at end of file Index: lams_tool_larsrc/web/pages/author_page/css/fckeditor_style.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/css/Attic/fckeditor_style.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/author_page/css/fckeditor_style.css 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,55 @@ +.previewPanel{ + width: 700px; + height: 220px; + border-style: none; + border-width: 1px; + padding: 5px; + + overflow: auto; +} + +.textareaPanel{ + width: 700px; + height: 220px; +} + + +.smallPreviewPanel{ + width: 700px; + height: 120px; + border-style: none; + border-width: 1px; + padding: 5px; +} + +.smallTextareaPanel{ + width: 700px; + height: 120px; +} + +#wyswygEditor{ + /*position the wyswygEditor in the centre*/ + position: absolute; + /*top: 15%; + left: 50%; + margin-left: -400px; + margin-top: -260px;*/ + + width: 100%; + height: 100%; + + + /*border-style: solid; + border-width: 3px;*/ +} + +#wyswygEditorScreen{ + position: absolute; + + width: 700px; + height: 220px; + + padding: 0px; + margin: 0px; +} + Index: lams_tool_larsrc/web/pages/author_page/css/tool_custom.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/css/Attic/tool_custom.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/author_page/css/tool_custom.css 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,59 @@ +.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; +} + +.button:link{ + color: #000000; + text-decoration:none; + background-color:#B4C8FE; +} + +.button:visited{ + color: #000000; + text-decoration:none; + background-color:#B4C8FE; +} + + + +.button:hover{ + text-decoration:none; + background-color:#FFFFFF; +} + +.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; +} \ No newline at end of file Index: lams_tool_larsrc/web/pages/author_page/css/xp.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/css/Attic/xp.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/author_page/css/xp.css 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,3 @@ +/* +Another theme CSS, would have diufferent colours and layout techniques +*/ \ No newline at end of file Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_centre.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_centre.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_i_centre.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_i_centre.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_i_left.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_i_left.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_i_right.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_i_right.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_left.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_left.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_right.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_right.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_s_centre.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_s_centre.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_s_left.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_s_left.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/images/aqua_tab_s_right.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/images/Attic/aqua_tab_s_right.gif,v diff -u Binary files differ Index: lams_tool_larsrc/web/pages/author_page/js/fckcontroller.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/js/Attic/fckcontroller.js,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/author_page/js/fckcontroller.js 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,212 @@ +var activeEditorIndex = 0; +var oFCKeditor; + +//whether to initialise the editor in textarea mode or preview mode +function initEditor(index){ + var textareaElement = document.getElementById("tx" + index + ".textarea") + if(textareaElement == null) + return; + var text = textareaElement.value; + + if(containsHTML(text)){ + var previewTextElement = document.getElementById("preview" + index + ".text"); + var previewText = document.getElementById("tx" + index + ".textarea").value; + previewTextElement.innerHTML = previewText; + + hideElementById("tx"+index); + showElementById("preview"+index); + } + else{ + hideElementById("preview"+index); + showElementById("tx"+index); + } +} + +// FCKeditor_OnComplete is a special function that is called when an editor +// instance is loaded ad available to the API. It must be named exactly in +// this way. +function FCKeditor_OnComplete( editorInstance ) +{ + //hideElementById("wyswygEditorScreen"); +} + + +function SetContents(content) +{ + // Get the editor instance that we want to interact with. + var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; + + // Set the editor contents (replace the actual one). + oEditor.SetHTML(content) ; +} + + +function doWYSWYGEdit(index, size){ + + var oEditor; + try { + oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; + } + catch(error) { + //browsers like opera can't resolve the FCKeditorAPI classes + alert("The browser you are using doesn't support Rich Text Editor, Please use a supported browser instead."); + return; + } + + if(activeEditorIndex != index && activeEditorIndex != 0){ + saveWYSWYGEdittedText(activeEditorIndex); //save the existing content + doPreview(activeEditorIndex); //update preview panel + } + + activeEditorIndex = index; + + //hide html editor + doPreview(index); + + var previewElement = document.getElementById("preview" + index + ".text"); + var posX = findPosX(previewElement); + var posY = findPosY(previewElement); + + var text = document.getElementById("tx" + index + ".textarea").value; + + oEditor.SetHTML(text) ; + + wyswygEditorScreenElement = document.getElementById("wyswygEditorScreen"); + wyswygEditorScreenElement.style.top = posY + "px"; + wyswygEditorScreenElement.style.left = posX + "px"; + + //resize the fck editor + fckFrameElement = document.getElementById("FCKeditor1___Frame"); + if (size == "small") { + fckFrameElement.style.height = "100px"; + wyswygEditorScreenElement.style.height = "120px"; + } else { + fckFrameElement.style.height = "200px"; + wyswygEditorScreenElement.style.height = "220px"; + } + + showElementById("wyswygEditorScreen"); + + + showElementById("wyswygEditorScreen"); +} + +//convert the text to HTML first, +function doTextToHTML(index){ + var textareaElement = document.getElementById("tx" + index + ".textarea"); + var text = covertTextToHTML(textareaElement.value); + textareaElement.value = text; +} + +function saveWYSWYGEdittedText(index){ + var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ; + var text = oEditor.GetXHTML( true ) + + + var htmlEditorElement = document.getElementById("tx" + index + ".textarea"); + htmlEditorElement.value = text; + +} + +function doEdit(index){ + hideElementById("wyswygEditorScreen"); + hideElementById("preview"+index); + showElementById("tx"+index); +} + +function doPreview(index){ + var previewTextElement = document.getElementById("preview" + index + ".text"); + var previewText = document.getElementById("tx" + index + ".textarea").value; + previewTextElement.innerHTML = previewText; + + hideElementById("wyswygEditorScreen"); + hideElementById("tx"+index); + showElementById("preview"+index); +} + + +/*** show/hide Elements ***/ +function showElement(element) { + element.style.visibility = 'visible'; + element.style.display = "block"; +} +function hideElement(element) { + element.style.visibility = 'hidden'; + element.style.display = "none"; +} + +function showElementById(id) { + var element = document.getElementById(id); + showElement(element); +} + +function hideElementById(id) { + var element = document.getElementById(id); + hideElement(element); +} + + +/*** findPosX and findPoxY functions are use to locate the x,y location of an element ***/ +function findPosX(obj) { + var curleft = 0; + if(obj.offsetParent) + while(1) + { + curleft += obj.offsetLeft; + if(!obj.offsetParent) + break; + obj = obj.offsetParent; + } + else if(obj.x) + curleft += obj.x; + return curleft; +} + +function findPosY(obj) { + var curtop = 0; + if(obj.offsetParent) + while(1) + { + curtop += obj.offsetTop; + if(!obj.offsetParent) + break; + obj = obj.offsetParent; + } + else if(obj.y) + curtop += obj.y; + return curtop; +} + +/**** Using the regular expressions defined below to convert Text to HTML ****/ +var NEWLINE = "
"; +var GREATER = ">"; +var LESSER = "<"; +//var SPACE = " "; + +var RE_ESCAPE_NEWLINE = new RegExp("\n", "g"); +var RE_ESCAPE_GREATER = new RegExp(">", "g"); +var RE_ESCAPE_LESSER = new RegExp("<", "g"); +//var RE_ESCAPE_SPACE = new RegExp(" ", "g"); + +var RE_HTML_TAG = new RegExp("<.*>|" + LESSER + "|" + GREATER); + +function covertTextToHTML(str){ + return str.replace(RE_ESCAPE_GREATER, GREATER) + .replace(RE_ESCAPE_LESSER, LESSER) + .replace(RE_ESCAPE_NEWLINE, NEWLINE); + + //.replace(RE_ESCAPE_SPACE, SPACE) +} + +/**** Detect whether HTML was used */ +function containsHTML(str){ + return (str.match(RE_HTML_TAG) != null)? true:false; +} + + + +/*** implement the event onSelectTab() which gets trigger when tabs is changed ***/ +function onSelectTab(tabID){ + //hide all active editors + doPreview(activeEditorIndex); +} \ No newline at end of file Index: lams_tool_larsrc/web/pages/author_page/js/tabcontroller.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/author_page/js/Attic/tabcontroller.js,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/author_page/js/tabcontroller.js 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,52 @@ +var tabSize = 0; +var selectedTabID = 0; + +/* Initialise the number of tabs in the page */ +function initTabSize(size){ + tabSize = size; +} + +function selectTab(tabID) { + + if(selectedTabID == tabID) + return; + + if(selectedTabID == 0) + selectedTabID = tabID; + + //change the old tab's class + document.getElementById("tab" + selectedTabID).className = "tab tabcentre"; + //swap images of side parts + var tl = document.getElementById("tableft_"+selectedTabID); + tl.src= imgRoot + themeName + "_tab_left.gif"; + tl.height = 22; + var tr = document.getElementById("tabright_"+selectedTabID); + tr.src= imgRoot + themeName + "_tab_right.gif"; + tr.height = 22; + + //change the new tab's class + document.getElementById("tab" + tabID).className = "tab tabcentre_selected"; + var tl = document.getElementById("tableft_"+tabID); + tl.src= imgRoot + themeName + "_tab_s_left.gif"; + tl.height = 25; + var tr = document.getElementById("tabright_"+tabID); + tr.src= imgRoot + themeName + "_tab_s_right.gif"; + tr.height = 25; + + //save tabID as selectedTabID + selectedTabID = tabID; + + //switch the the selected tab on + for(i = 1; i <= tabSize; i++) { + document.getElementById("tabbody" + i).style.display = (i == tabID) ? 'block':'none'; + } + + + try{ + //trigger the custom event listener onSelectTab() + onSelectTab(tabID); + } + catch (error){ + //catch reference error when onSelectTab() is not defined + } +} \ No newline at end of file Index: lams_tool_larsrc/web/pages/authoring/advance.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/advance.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/authoring/advance.jsp 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,17 @@ + +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> + + + + + + + + +
+ + + +
\ No newline at end of file Index: lams_tool_larsrc/web/pages/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/authoring.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/authoring/authoring.jsp 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,130 @@ +<%@ include file="../sharing/share.jsp" %> +<%@ taglib uri="fck-editor" prefix="FCK"%> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ page import="java.util.HashSet" %> +<%@ page import="java.util.Set" %> + + + + <% + + Set tabs = new HashSet(); + tabs.add("label.authoring.heading.basic"); + tabs.add("label.authoring.heading.advance"); + tabs.add("label.authoring.heading.instructions"); + pageContext.setAttribute("tabs", tabs); + + %> + + + + Submit Files + + author_page/css/aqua.css" rel="stylesheet" type="text/css"> + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + +
+ + + + +
+ + + +
+ + + + + + + + + + + + + + + +

+ + + + + + +

+
+ + + +
+ +
Index: lams_tool_larsrc/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/basic.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/authoring/basic.jsp 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,20 @@ + +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + + +
:
: + +
Index: lams_tool_larsrc/web/pages/authoring/instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/Attic/instructions.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/pages/authoring/instructions.jsp 22 Mar 2006 05:34:55 -0000 1.1 @@ -0,0 +1,106 @@ +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
: + +
+
+ +
  • + + + + + +   + + + + + +   + + + + + + +
  • +
    +
    +
    + : + + + + + + + +
    : + +
    +
    + +
  • + + + + + + + + + + + + +
  • +
    +
    +
    + : + + + + + + + +
    \ No newline at end of file