From: <rv...@us...> - 2010-01-13 18:15:28
|
Revision: 430 http://treebase.svn.sourceforge.net/treebase/?rev=430&view=rev Author: rvos Date: 2010-01-13 18:15:21 +0000 (Wed, 13 Jan 2010) Log Message: ----------- Removed old code. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/errors/studyAccessFailure.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/errors/studyAccessFailure.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/errors/studyAccessFailure.jsp 2010-01-13 18:09:36 UTC (rev 429) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/errors/studyAccessFailure.jsp 2010-01-13 18:15:21 UTC (rev 430) @@ -7,12 +7,4 @@ <img src="<c:url value="/images/iconWarning.gif"/>" alt="<fmt:message key="icon.warning"/>" class="icon" /> <c:out value="${requestScope.exception.message}"/> -</p> - -<c:import url="/user/submissionList.html"/> - -<!-- % -Exception ex = (Exception) request.getAttribute("exception"); -ex.printStackTrace(new java.io.PrintWriter(out)); -% --> -<!-- a href="/user/submissionList.html" onclick="history.back();return false">« Back</a --> +</p> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |