Improve front-end view of the website
[proteocache.git] / webapp / view / fragments / logos.jsp
1 <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
2
3 <spring:url value="/images/proteocache.png" var="logo" />
4 <spring:url value="/images/uod_logo_white.gif" var="university" />
5
6 <table class="table">
7         <tr>
8                 <td><a href="http://www.dundee.ac.uk">
9                 <img class="displayedleft" src="${university}" title="University of Dundee" alt="Std Logo" longdesc="http://www.dundee.ac.uk"/></a></td>
10                 <td><img class="displayed" src="${logo}" alt="ProteoCache 0.5" title="ProteoCache framework, version 0.5"/></td>
11                 <td><img class="displayedleft" src="${university}" alt="Long Logo"/></td>
12         </tr>
13 </table>
14
15 <!-- <img class="displayed" src="" />-->