Index: lams_tool_forum/conf/xdoclet/web-security.xml =================================================================== diff -u --- lams_tool_forum/conf/xdoclet/web-security.xml (revision 0) +++ lams_tool_forum/conf/xdoclet/web-security.xml (revision 6bb2802253132bb7da7aa0e9dba50f94dd617f3a) @@ -0,0 +1,91 @@ + + + + Secure Content + /* + + + LEARNER + TEACHER + STAFF + AUTHOR + ADMIN + SYSADMIN + + + + + + Authoring Update + /authoring.do + + + AUTHOR + + + + + + Staff Content + /monitoring.do + + + STAFF + TEACHER + + + + + Staff Content + /definelater.do + + + STAFF + TEACHER + + + + + + Adminstrator Content + /admin.do + + + ADMIN + + + + + + + LAMS System Adminstrator Content + /sysadmin.do + + + SYSADMIN + + + + + + + Download Files + /download/ + + + AUTHOR + STAFF + TEACHER + ADMIN + SYSADMIN + + + + + + FORM + LAMS + + /login.jsp + + Index: lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml =================================================================== diff -u -r9719695d2ad2c0dbe06c93d032eef994f634b9d5 -r6bb2802253132bb7da7aa0e9dba50f94dd617f3a --- lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml (.../tiles-defs.xml) (revision 9719695d2ad2c0dbe06c93d032eef994f634b9d5) +++ lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml (.../tiles-defs.xml) (revision 6bb2802253132bb7da7aa0e9dba50f94dd617f3a) @@ -100,7 +100,7 @@ - + Index: lams_tool_forum/web/WEB-INF/web.xml =================================================================== diff -u -r6f2921676dc2b18ab8f8471a40d95e5db1ffa92c -r6bb2802253132bb7da7aa0e9dba50f94dd617f3a --- lams_tool_forum/web/WEB-INF/web.xml (.../web.xml) (revision 6f2921676dc2b18ab8f8471a40d95e5db1ffa92c) +++ lams_tool_forum/web/WEB-INF/web.xml (.../web.xml) (revision 6bb2802253132bb7da7aa0e9dba50f94dd617f3a) @@ -220,24 +220,92 @@ - + + + Secure Content + /* + + + LEARNER + TEACHER + STAFF + AUTHOR + ADMIN + SYSADMIN + + - - - - - - - + + + Authoring Update + /authoring.do + + + AUTHOR + + + + + Staff Content + /monitoring.do + + + STAFF + TEACHER + + + + + Staff Content + /definelater.do + + + STAFF + TEACHER + + - - - - - - - --> + + + Adminstrator Content + /admin.do + + + ADMIN + + + + + LAMS System Adminstrator Content + /sysadmin.do + + + SYSADMIN + + + + + + Download Files + /download/ + + + AUTHOR + STAFF + TEACHER + ADMIN + SYSADMIN + + + + + FORM + LAMS + + /login.jsp + + + Index: lams_tool_forum/web/jsps/authoring/definelater.jsp =================================================================== diff -u -rdf638eb558ae2d18b300343911aa8e07e66e9697 -r6bb2802253132bb7da7aa0e9dba50f94dd617f3a --- lams_tool_forum/web/jsps/authoring/definelater.jsp (.../definelater.jsp) (revision df638eb558ae2d18b300343911aa8e07e66e9697) +++ lams_tool_forum/web/jsps/authoring/definelater.jsp (.../definelater.jsp) (revision 6bb2802253132bb7da7aa0e9dba50f94dd617f3a) @@ -14,19 +14,14 @@
- - -
Index: lams_tool_forum/web/jsps/authoring/definelaterheader.jsp =================================================================== diff -u --- lams_tool_forum/web/jsps/authoring/definelaterheader.jsp (revision 0) +++ lams_tool_forum/web/jsps/authoring/definelaterheader.jsp (revision 6bb2802253132bb7da7aa0e9dba50f94dd617f3a) @@ -0,0 +1,35 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + \ No newline at end of file Index: lams_tool_forum/web/login.jsp =================================================================== diff -u --- lams_tool_forum/web/login.jsp (revision 0) +++ lams_tool_forum/web/login.jsp (revision 6bb2802253132bb7da7aa0e9dba50f94dd617f3a) @@ -0,0 +1,24 @@ + +<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> +<% +String path = request.getContextPath(); +String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + System logon required + + + + + + You need login here. + + +