Changeset 1910
- Timestamp:
- 25/09/03 16:01:42 (5 years ago)
- Files:
-
- trunk/intermine/src/web/resultsCell.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/intermine/src/web/resultsCell.jsp
r1894 r1910 1 1 <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> 2 2 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> 3 <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> 3 4 <%--/** 4 5 * Render a results cell … … 12 13 <%-- Go through all the items in the WebConfig for this object --%> 13 14 <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> 14 24 <c:if test="${empty webconfig.types[cld.name].shortDisplayers}"> 15 25 <td><tiles:insert name="/pkFields.jsp" /></td>
