footer.jsp

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

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