Index: lams_tool_lamc/web/index.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/index.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_lamc/web/index.jsp 21 Dec 2005 15:20:04 -0000 1.8 +++ lams_tool_lamc/web/index.jsp 15 Jan 2006 16:44:23 -0000 1.9 @@ -7,13 +7,12 @@ <% - String userContentId="1234"; - String userId="1111"; - String toolUrl="/authoringStarter?userId=" + userId + "&toolContentID=" + userContentId; + String toolContentId="1234"; + String toolUrl="/authoringStarter?toolContentID=" + toolContentId; - String strCopyToolContent="/authoringStarter?userId=" + userId + "&toolContentID=" + userContentId + "©ToolContent=1"; - String strRemoveToolContent="/authoringStarter?userId=" + userId + "&toolContentID=" + userContentId + "&removeToolContent=1"; - String strDefineLater="/defineLaterStarter?userId=" + userId + "&toolContentID=" + userContentId; + String strCopyToolContent="/authoringStarter?toolContentID=" + toolContentId + "©ToolContent=1"; + String strRemoveToolContent="/authoringStarter?toolContentID=" + toolContentId + "&removeToolContent=1"; + String strDefineLater="/defineLaterStarter?toolContentID=" + toolContentId; %> Start authoring module