Index: lams_central/web/author.jsp =================================================================== diff -u --- lams_central/web/author.jsp (revision 0) +++ lams_central/web/author.jsp (revision e2a3221c89c3bf651bcec75bdaafde21dabee7c7) @@ -0,0 +1,248 @@ + + + + + +<% +String protocol = request.getProtocol(); +if(protocol.startsWith("HTTPS")){ + protocol = "https://"; +}else{ + protocol = "http://"; +} +String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; +String pathToShare = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../.."; + +%> + + +Author :: LAMS + + + + + + + + + + + + + + + + + + + Fisheye: Tag e2a3221c89c3bf651bcec75bdaafde21dabee7c7 refers to a dead (removed) revision in file `lams_central/web/authoring.jsp'. Fisheye: No comparison available. Pass `N' to diff?