Index: lams_tool_laqa/web/author_page.jsp =================================================================== diff -u --- lams_tool_laqa/web/author_page.jsp (revision 0) +++ lams_tool_laqa/web/author_page.jsp (revision 88a0f11ed57436ef46725d4359d385440e6285b6) @@ -0,0 +1,135 @@ +<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> +<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> +<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> +<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> +<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> +<%@ 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 + + + + + + + + + + +

Noticeboard

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

Basic tab content

+
+The basic contents should go here +
+
+Cancel + + +
+ + + + +
+

Advanced tab content

+
+The advanced contents should go here +
+ + +
+ + +
+

Instructions tab content

+
+Instructions are here +
+
+Cancel + + + + +
+ + + + +

+ + +