Edit C:\apache-tomcat-7.0.69\webapps\jspui\layout\legacy\footer-default.jsp
<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - Footer for home page --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page contentType="text/html;charset=UTF-8" %> <%@ page import="java.net.URLEncoder" %> <%@ page import="org.dspace.app.webui.util.UIUtil" %> <% String sidebar = (String) request.getAttribute("dspace.layout.sidebar"); int overallColSpan = 3; if (sidebar == null) { overallColSpan = 2; } %> <%-- End of page content --%> <p> </p> </td> <%-- Right-hand side bar if appropriate --%> <% if (sidebar != null) { %> <td class="sidebar"> <%= sidebar %> </td> <% } %> </tr> <%-- Page footer --%> <tr class="pageFooterBar"> <td colspan="<%= overallColSpan %>" class="pageFootnote"> <table class="pageFooterBar" width="100%"> <tr> <td> <a href="http://validator.w3.org/check?uri=referer"><img src="<%= request.getContextPath() %>/image/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" /></a> </td> <td class="pageFootnote"> <fmt:message key="jsp.layout.footer-default.text"/> - <a target="_blank" href="<%= request.getContextPath() %>/feedback"><fmt:message key="jsp.layout.footer-default.feedback"/></a> <a href="<%= request.getContextPath() %>/htmlmap"></a> </td> <td nowrap="nowrap" valign="middle"> <%-- nowrap, valign for broken NS 4.x --%> </td> </tr> </table> </td> </tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de