Edit C:\apache-tomcat-7.0.69\webapps\jspui\layout\footer-default - copia.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"); %> <%-- Right-hand side bar if appropriate --%> <% if (sidebar != null) { %> </div> <div class="col-md-3"> <%= sidebar %> </div> </div> <% } %> </div> </main> <%-- Page footer --%> <footer class="navbar navbar-inverse navbar-bottom"> <div id="designedby" class="container text-muted"> <fmt:message key="jsp.layout.footer-default.theme-by"/> <a href="http://www.cineca.it"><img src="<%= request.getContextPath() %>/image/logo-cineca-small.png" alt="Logo CINECA" /></a> <div id="footer_feedback" class="pull-right"> <p class="text-muted"><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></p> </div> </div> </footer> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de