Changeset 4729 for trunk/www/biomaterials/samples/view_sample.jsp
- Timestamp:
- Jan 14, 2009, 4:22:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/biomaterials/samples/view_sample.jsp
r4611 r4729 35 35 import="net.sf.basedb.core.BioSource" 36 36 import="net.sf.basedb.core.BioMaterialEvent" 37 import="net.sf.basedb.core.BioWell" 37 38 import="net.sf.basedb.core.Protocol" 38 39 import="net.sf.basedb.core.User" … … 309 310 <td class="prompt">Owner</td> 310 311 <td><base:propertyvalue item="<%=sample%>" property="owner" /></td> 312 </tr> 313 <tr> 314 <td class="prompt">Bioplate</td> 315 <td> 316 <base:propertyvalue item="<%=sample%>" property="bioWell.bioPlate" /> 317 <% 318 if (sample.getBioWell() != null) 319 { 320 BioWell bw = sample.getBioWell(); 321 %> 322 [<%=bw.getRow()%>,<%=bw.getColumn()%>] 323 <% 324 } 325 %> 326 327 </td> 311 328 </tr> 312 329 <tr valign="baseline">
Note: See TracChangeset
for help on using the changeset viewer.