footer.jsp

12 lines | 341 B Blame History Raw Download
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>

<table class="footer">
    <tr>
        <td width="70%"></td>
        <td align="right"><img src="<spring:url value="/resources/images/spring-pivotal-logo.png" htmlEscape="true" />"
                               alt="Sponsored by Pivotal"/></td>
    </tr>
</table>