Convert servlets into Spring controllers
[proteocache.git] / webapp / view / fragments / footer.jsp
1 <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
2
3 <table class="footer">
4         <tr>
5         <td width=700>
6                 <span style="float: left">Authors: Sasha and Natasha Sherstnev, Jim Procter, Geoff Barton</span>
7         </td>
8         <td width=80>
9                 <span style="float: right"><img style="width: 50px; height: 20px;" src="<spring:url value="/images/spring_logo.png" htmlEscape="true" />"></span>
10         </td>
11         <td width=80>
12                 <span style="float: center"><img style="width: 80px; height: 20px;" src="<spring:url value="/images/cassandra_logo.png" htmlEscape="true" />"></span>
13         </td>
14         <td width=80>
15                 <span style="float: center"><img style="width: 50px; height: 20px;" src="<spring:url value="/images/bootstrap_logo.jpg" htmlEscape="true" />"></span>
16         </td>
17 </tr>
18 </table>