Index: lams_learning/web/exportWaitingPage.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/exportWaitingPage.jsp,v diff -u -r1.14 -r1.15 --- lams_learning/web/exportWaitingPage.jsp 17 Nov 2006 07:30:09 -0000 1.14 +++ lams_learning/web/exportWaitingPage.jsp 5 Jun 2007 05:54:03 -0000 1.15 @@ -28,26 +28,14 @@ <%@ taglib uri="tags-lams" prefix="lams" %> -<% -String protocol = request.getProtocol(); -if(protocol.startsWith("HTTPS")){ - protocol = "https://"; -}else{ - protocol = "http://"; -} -String learning_root = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; -String exportUrl = learning_root + "portfolioExport?" + request.getQueryString(); -String downloadServlet = learning_root + "exportDownload?fileLocation="; - -%> - - + + <fmt:message key='export.portfolio.window.title'/> - + - +