From: <hl...@us...> - 2010-03-17 14:46:49
|
Revision: 618 http://treebase.svn.sourceforge.net/treebase/?rev=618&view=rev Author: hlapp Date: 2010-03-17 14:46:39 +0000 (Wed, 17 Mar 2010) Log Message: ----------- Taking NESCent logo out of the footer. We don't want it there, period. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/common/footer.jsp Modified: trunk/treebase-web/src/main/webapp/common/footer.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/common/footer.jsp 2010-03-17 14:39:38 UTC (rev 617) +++ trunk/treebase-web/src/main/webapp/common/footer.jsp 2010-03-17 14:46:39 UTC (rev 618) @@ -1,14 +1,9 @@ <%@ include file="/common/taglibs.jsp" %> <p class="footerLogo"><!-- Revision <%= org.cipres.treebase.Version.VCSID %> --> - <a href="http://www.nescent.org/"> - <img - src="<c:url value="/images/nescent_logo.png"/>" - alt="NESCent" - width="83" - height="83" - border="0" /> - </a> +<!-- there used to be a logo here - but we don't want a NESCent logo here as + NESCent is only the host, and the TreeBASE logo is already in the header +--> </p> <p style="text-align:center"> <a href="http://validator.w3.org/check?uri=referer"> @@ -27,4 +22,4 @@ class="iconButton" style="vertical-align:middle"/> </a> -</p> \ No newline at end of file +</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |