Subversion Repositories DevTools

Rev

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

Rev 6186 Rev 6187
Line 198... Line 198...
198
                Response.write "</td>"
198
                Response.write "</td>"
199
            End If
199
            End If
200
 
200
 
201
            If pkgInfoHash.Item("hasTestInstr") <> "" Then
201
            If pkgInfoHash.Item("hasTestInstr") <> "" Then
202
                Response.write "<td>"
202
                Response.write "<td>"
203
                Response.write "<img src='images/test.png' width='19' height='17' border='0' title='Test Build Request." & "&#13;" & "Click to view details." & "' onClick=""location.href='build_status.asp?rtag_id=" & irtag_id & "';"" >"
203
                Response.write "<img src='images/Test.gif' width='17' height='17' border='0' title='Test Build Request." & "&#13;" & "Click to view details." & "' onClick=""location.href='build_status.asp?rtag_id=" & irtag_id & "';"" >"
204
                Response.write "</td>"
204
                Response.write "</td>"
205
            End If
205
            End If
206
 
206
 
207
 
207
 
208
            ' check if this package has a build failure file
208
            ' check if this package has a build failure file