Index: lams_central/web/author.jsp =================================================================== diff -u -r21a863a43f70c5031702508737bc34e7323e1d36 -r908b27c69fdd8f1eaaea3bccdafdaf55a30f9ee5 --- lams_central/web/author.jsp (.../author.jsp) (revision 21a863a43f70c5031702508737bc34e7323e1d36) +++ lams_central/web/author.jsp (.../author.jsp) (revision 908b27c69fdd8f1eaaea3bccdafdaf55a30f9ee5) @@ -1,4 +1,5 @@ <%@ taglib uri="tags-lams" prefix="lams" %> +<%@ page import="org.lamsfoundation.lams.util.Configuration" import="org.lamsfoundation.lams.util.ConfigurationKeys" %>
@@ -14,6 +15,10 @@ String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; String pathToShare = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../.."; +String authoringClientVersion = Configuration.get(ConfigurationKeys.AUTHORING_CLIENT_VERSION); +String serverLanguage = Configuration.get(ConfigurationKeys.SERVER_LANGUAGE); +String languageDate = Configuration.getDictionaryDateForLanguage(serverLanguage); + %>