| Line 240... |
Line 240... |
| 240 |
|
240 |
|
| 241 |
If buildTime <= 0 Then buildTime = ""
|
241 |
If buildTime <= 0 Then buildTime = ""
|
| 242 |
If tcount <= 0 Then tcount = ""
|
242 |
If tcount <= 0 Then tcount = ""
|
| 243 |
|
243 |
|
| 244 |
If buildRef <> "" Then
|
244 |
If buildRef <> "" Then
|
| 245 |
BuildLog = "<span class=vixIframeDialog title='Associated Log Files' href='_iframe_build_logs.asp?rtag_id="&rtag_id&"&build_ref="&buildRef&"'><img src='images/log_file-512.png' height=13px'></span>"
|
245 |
BuildLog = "<span class='vixIframeDialog logIcon' title='Associated Log Files' href='_iframe_build_logs.asp?rtag_id="&rtag_id&"&build_ref="&buildRef&"'></span>"
|
| 246 |
Else
|
246 |
Else
|
| 247 |
BuildLog = "<span title='Associated Log Files not available'><img src='images/log_file-512.png' height=13px' class=lessOpacity></span>"
|
247 |
BuildLog = "<span class='logIcon lessOpacity' title='Associated Log Files not available'></span>"
|
| 248 |
End If
|
248 |
End If
|
| 249 |
|
249 |
|
| 250 |
newitem(0) = "<a href='rtree.asp?proj_id=" & proj_id & "'>" & proj_name &"</a>"
|
250 |
newitem(0) = "<a href='rtree.asp?proj_id=" & proj_id & "'>" & proj_name &"</a>"
|
| 251 |
newitem(1) = "<a href='dependencies.asp?rtag_id=" & rtag_id & "'>" & rtag_name & "</a>"
|
251 |
newitem(1) = "<a href='dependencies.asp?rtag_id=" & rtag_id & "'>" & rtag_name & "</a>"
|
| 252 |
newitem(2) = "<a href=view_by_version.asp?pkg_id=" & pkg_id & "&fpkgversion=*" & v_ext & " title='" & description & "'>" & pkg_name & "</a>"
|
252 |
newitem(2) = "<a href=view_by_version.asp?pkg_id=" & pkg_id & "&fpkgversion=*" & v_ext & " title='" & description & "'>" & pkg_name & "</a>"
|