Changeset 7752 for branches/3.15-stable
- Timestamp:
- Nov 6, 2019, 1:33:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.15-stable/www/views/derivedbioassays/view_bioassay.jsp
r7604 r7752 713 713 <tbl:row> 714 714 <tbl:cell column="name"><%=Base.getLinkedName(ID, item, false, true)%></tbl:cell> 715 <tbl:cell column="platform"><base:propertyvalue item="<%=item%>" property="platform" /></tbl:cell> 715 <tbl:cell column="platform"> 716 <base:propertyvalue item="<%=item%>" property="platform" /> / 717 <%=item.getRawDataType().toString() %> 718 </tbl:cell> 716 719 <tbl:cell column="description"><%=HTML.encodeTags(item.getDescription())%></tbl:cell> 717 720 </tbl:row>
Note: See TracChangeset
for help on using the changeset viewer.