| Line 52... |
Line 52... |
| 52 |
OraDatabase.Parameters.Add "BUILD_ID", nBuildId, ORAPARM_INPUT, ORATYPE_NUMBER
|
52 |
OraDatabase.Parameters.Add "BUILD_ID", nBuildId, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 53 |
Set utQry = OraDatabase.DbCreateDynaset( query, ORADYN_DEFAULT )
|
53 |
Set utQry = OraDatabase.DbCreateDynaset( query, ORADYN_DEFAULT )
|
| 54 |
OraDatabase.Parameters.Remove "BUILD_ID"
|
54 |
OraDatabase.Parameters.Remove "BUILD_ID"
|
| 55 |
End Sub
|
55 |
End Sub
|
| 56 |
'----------------------------------------------
|
56 |
'----------------------------------------------
|
| 57 |
Sub BuildJsButtonHref (bState, sClass, sTitle, sImage, shref)%>
|
57 |
Sub BuildJsButtonHref (bState, sClass, sTitle, sImageClass, shref)%>
|
| 58 |
<%If bState Then%>
|
58 |
<%If bState Then%>
|
| 59 |
<span class="<%=sClass%>" title="<%=sTitle%>" href="<%=shref%>"><img <%=sImage%>></span>
|
59 |
<span class='<%=sClass & " " & sImageClass%>' title='<%=sTitle%>' href="<%=shref%>"></span>
|
| 60 |
<%Else%>
|
60 |
<%Else%>
|
| 61 |
<span class="abtnItemDis" title="<%=sTitle%>"><img <%=sImage%> class="lessOpacity"></span>
|
61 |
<span class='abtnItemDis <%=sImageClass%> lessOpacity' title='<%=sTitle%>'></span>
|
| 62 |
<%End If%>
|
62 |
<%End If%>
|
| 63 |
<%End Sub
|
63 |
<%End Sub
|
| 64 |
|
64 |
|
| 65 |
%>
|
65 |
%>
|
| 66 |
<!--#include file="_jquery_includes.asp"-->
|
66 |
<!--#include file="_jquery_includes.asp"-->
|
| Line 104... |
Line 104... |
| 104 |
Dim displayClassI1 : displayClassI1 = "display-none"
|
104 |
Dim displayClassI1 : displayClassI1 = "display-none"
|
| 105 |
While ((NOT biQry.BOF) AND (NOT biQry.EOF))
|
105 |
While ((NOT biQry.BOF) AND (NOT biQry.EOF))
|
| 106 |
%>
|
106 |
%>
|
| 107 |
<tr>
|
107 |
<tr>
|
| 108 |
<td nowrap>
|
108 |
<td nowrap>
|
| 109 |
<%BuildJsButtonHref biQry("build_ref") <> "", "vixIframeDialog", "Associated Log Files", "src='images/log_file-512.png' height=13px", "_iframe_build_logs.asp?rtag_id="&biQry("RTAG_ID")&"&build_ref="&biQry("build_ref")%>
|
109 |
<%BuildJsButtonHref biQry("build_ref") <> "", "vixIframeDialog", "Associated Log Files", "logIcon", "_iframe_build_logs.asp?rtag_id="&biQry("RTAG_ID")&"&build_ref="&biQry("build_ref")%>
|
| 110 |
<%=biQry("proj_name")%>
|
110 |
<%=biQry("proj_name")%>
|
| 111 |
</td>
|
111 |
</td>
|
| 112 |
<td nowrap><%=biQry("rtag_name")%></td>
|
112 |
<td nowrap><%=biQry("rtag_name")%></td>
|
| 113 |
<td nowrap><%=biQry("timestamp")%></td>
|
113 |
<td nowrap><%=biQry("timestamp")%></td>
|
| 114 |
<td nowrap><%=biQry("reason")%></td>
|
114 |
<td nowrap><%=biQry("reason")%></td>
|