From: <sfr...@us...> - 2011-06-13 15:10:57
|
Revision: 914 http://treebase.svn.sourceforge.net/treebase/?rev=914&view=rev Author: sfrgpiel Date: 2011-06-13 15:10:50 +0000 (Mon, 13 Jun 2011) Log Message: ----------- Because Google is now indexing TreeBASE, I wanted to get the words "phylogeny" and "phylogenetic" in the <h2> title, such that "Homo sapiens" *and* "phylogeny" or "phylogenetic" has a chance of returning hits to TreeBASE. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/taxa.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/taxa.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/taxa.jsp 2011-06-11 22:45:10 UTC (rev 913) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/taxa.jsp 2011-06-13 15:10:50 UTC (rev 914) @@ -1,12 +1,12 @@ <%@ include file="/common/taglibs.jsp"%> -<title>Taxa for <c:choose> +<title>Taxa in <c:choose> <c:when test="${not empty matrix}"> matrix ${matrix.id} of </c:when> <c:when test="${not empty tree}"> tree ${tree.id} of </c:when> -</c:choose> study ${study.id}</title> +</c:choose> the phylogeny or phylogenetic data in study ${study.id}</title> <body id="s-taxon" /> <c:set var="ncbiTaxonomyURL" value="http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id=" /> @@ -52,7 +52,7 @@ <display:table id="taxon" name="${taxa}" class="list"> <%--display:column titleKey="taxonlabel.row.id">${taxon_rowNum}</display:column --%> <display:column property="id" title="ID" /> - <display:column property="taxonLabel" /> + <display:column property="taxonLabel" title="Taxon Label" /> <display:column titleKey="taxon.ncbiTaxID"> <c:if test="${taxon.taxonVariant!=null}"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |