Subversion Repositories DevTools

Rev

Rev 6710 | Rev 6827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6710 Rev 6790
Line 239... Line 239...
239
               If testCount = 0 Then testCount = ""
239
               If testCount = 0 Then testCount = ""
240
 
240
 
241
             %>
241
             %>
242
                 <tr valign="top" class="body_row form_field_grey_bg"> 
242
                 <tr valign="top" class="body_row form_field_grey_bg"> 
243
                   <td data-order='<%=imgData%>'><%=imgLock%></td>
243
                   <td data-order='<%=imgData%>'><%=imgLock%></td>
244
                   <td nowrap><a href="<%=sLink%>" class="body_link"><%=aVersions( rsRep.FieldIndex("pkg_version"), i )%></a></td>
244
                   <td nowrap><a name="<%=aVersions( rsRep.FieldIndex("pv_id"), i )%>" href="<%=sLink%>" class="body_link"><%=aVersions( rsRep.FieldIndex("pkg_version"), i )%></a></td>
245
                   <td class="body_txt_gray"><%=NewLine_To_BR ( To_HTML( aVersions( rsRep.FieldIndex("comments"), i ) ) )%></td>
245
                   <td class="body_txt_gray"><%=NewLine_To_BR ( To_HTML( aVersions( rsRep.FieldIndex("comments"), i ) ) )%></td>
246
                   <td nowrap><%=aVersions( rsRep.FieldIndex("reason"), i )%></td>
246
                   <td nowrap><%=aVersions( rsRep.FieldIndex("reason"), i )%></td>
247
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("code_lines"), i )%></td>
247
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("code_lines"), i )%></td>
248
                   <td nowrap class='tright'><%=testCount%></td>
248
                   <td nowrap class='tright'><%=testCount%></td>
249
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("build_time"), i )%></td>
249
                   <td nowrap class='tright'><%=aVersions( rsRep.FieldIndex("build_time"), i )%></td>