Changeset 1910

Show
Ignore:
Timestamp:
25/09/03 16:01:42 (5 years ago)
Author:
andy
Message:

Object title now displayed by this page, rather than being called

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/intermine/src/web/resultsCell.jsp

    r1894 r1910  
    11<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> 
    22<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> 
     3<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> 
    34<%--/** 
    45     * Render a results cell 
     
    1213  <%-- Go through all the items in the WebConfig for this object --%> 
    1314  <table><tr> 
     15    <td align="left"> 
     16      <html:link action="/changeResults?method=details&rowIndex=${rowIndex}&columnIndex=${columnIndex}"> 
     17        <font class="resultsCellTitle"> 
     18          <c:out value="${cld.unqualifiedName}"/> 
     19        </font> 
     20      </html:link> 
     21    </td> 
     22  </tr> 
     23  <tr> 
    1424    <c:if test="${empty webconfig.types[cld.name].shortDisplayers}"> 
    1525      <td><tiles:insert name="/pkFields.jsp" /></td>