Improve front-end view of the website
[proteocache.git] / webapp / view / fragments / logos.jsp
diff --git a/webapp/view/fragments/logos.jsp b/webapp/view/fragments/logos.jsp
new file mode 100644 (file)
index 0000000..e02bf7a
--- /dev/null
@@ -0,0 +1,15 @@
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
+
+<spring:url value="/images/proteocache.png" var="logo" />
+<spring:url value="/images/uod_logo_white.gif" var="university" />
+
+<table class="table">
+       <tr>
+               <td><a href="http://www.dundee.ac.uk">
+               <img class="displayedleft" src="${university}" title="University of Dundee" alt="Std Logo" longdesc="http://www.dundee.ac.uk"/></a></td>
+               <td><img class="displayed" src="${logo}" alt="ProteoCache 0.5" title="ProteoCache framework, version 0.5"/></td>
+               <td><img class="displayedleft" src="${university}" alt="Long Logo"/></td>
+       </tr>
+</table>
+
+<!-- <img class="displayed" src="" />-->