| Line 82... |
Line 82... |
| 82 |
<%
|
82 |
<%
|
| 83 |
Dim objTempSession, pkgURL, workInProgress
|
83 |
Dim objTempSession, pkgURL, workInProgress
|
| 84 |
|
84 |
|
| 85 |
Do Until ((rsTemp.BOF) OR (rsTemp.EOF))
|
85 |
Do Until ((rsTemp.BOF) OR (rsTemp.EOF))
|
| 86 |
pkgURL = "#"
|
86 |
pkgURL = "#"
|
| - |
|
87 |
If NOT IsNull(rsTemp.Fields("dpv_link")) Then
|
| 87 |
If NOT IsNull(rsTemp.Fields("dpv_link")) Then pkgURL = scriptName &"?pv_id="& rsTemp("dpv_link") &"&rtag_id="& NNrtag_id
|
88 |
pkgURL = scriptName &"?pv_id="& rsTemp("dpv_link") &"&rtag_id="& NNrtag_id
|
| - |
|
89 |
ElseIf NOT IsNull(rsTemp.Fields("orig_pv_id")) Then
|
| - |
|
90 |
pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id")
|
| - |
|
91 |
End If
|
| 88 |
|
92 |
|
| 89 |
If rsTemp("latest_dlocked") = "N" Then
|
93 |
If rsTemp("latest_dlocked") = "N" Then
|
| 90 |
workInProgress = "<img src='images/i_user.gif' width='10' height='13' border='0' alt='Work is in progress...' align='absmiddle' hspace='2'>"
|
94 |
workInProgress = "<img src='images/i_user.gif' width='10' height='13' border='0' alt='Work is in progress...' align='absmiddle' hspace='2'>"
|
| 91 |
Else
|
95 |
Else
|
| 92 |
workInProgress = ""
|
96 |
workInProgress = ""
|
| Line 100... |
Line 104... |
| 100 |
<%=DefineStateIcon ( rsTemp("deprecated_state"), rsTemp("dlocked"), rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), FALSE )%>
|
104 |
<%=DefineStateIcon ( rsTemp("deprecated_state"), rsTemp("dlocked"), rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), FALSE )%>
|
| 101 |
<%Else%>
|
105 |
<%Else%>
|
| 102 |
<%=DefineStateIcon ( rsTemp("pkg_state"), rsTemp("dlocked"), rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), FALSE )%>
|
106 |
<%=DefineStateIcon ( rsTemp("pkg_state"), rsTemp("dlocked"), rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), FALSE )%>
|
| 103 |
<%End If%>
|
107 |
<%End If%>
|
| 104 |
</td>
|
108 |
</td>
|
| 105 |
<td background="images/bg_form_lightgray.gif" class="envPkg" nowrap><%If NOT IsNull(rsTemp.Fields("dpv_link")) Then%><a href="<%=pkgURL%>" class="txt_linked"><%=rsTemp.Fields("dpkg_name")%></a><%Else%><%=rsTemp.Fields("dpkg_name")%><%End If%></td>
|
109 |
<td background="images/bg_form_lightgray.gif" class="envPkg" nowrap><a href="<%=pkgURL%>" class="txt_linked"><%=rsTemp.Fields("dpkg_name")%></a></td>
|
| 106 |
<td background="images/bg_form_lightgray.gif" class="form_item" nowrap><%If rsTemp("dlocked") = "Y" Then%><%=imgPkgLocked%><%Else%><%=imgPkgLockSpacer%><%End If%><%=rsTemp("dpkg_version")%></td>
|
110 |
<td background="images/bg_form_lightgray.gif" class="form_item" nowrap><%If rsTemp("dlocked") = "Y" Then%><%=imgPkgLocked%><%Else%><%=imgPkgLockSpacer%><%End If%><%=rsTemp("dpkg_version")%></td>
|
| 107 |
<td background="images/bg_form_lightgray.gif" <%If IsNull(rsTemp("ignore_warn")) Then%>class="sublbox_hitem"<%Else%>class="body_scol_thin"<%End If%>><%If rsTemp("latest_dlocked") = "Y" AND ( NOT IsNull(rsTemp("latest_pkg_version")) ) Then%><%=imgPkgLocked%><%Else%><%=imgPkgLockSpacer%><%End If%><%=rsTemp("latest_pkg_version")%></td>
|
111 |
<td background="images/bg_form_lightgray.gif" <%If IsNull(rsTemp("ignore_warn")) Then%>class="sublbox_hitem"<%Else%>class="body_scol_thin"<%End If%>><%If rsTemp("latest_dlocked") = "Y" AND ( NOT IsNull(rsTemp("latest_pkg_version")) ) Then%><%=imgPkgLocked%><%Else%><%=imgPkgLockSpacer%><%End If%><%=rsTemp("latest_pkg_version")%></td>
|
| 108 |
<td background="images/bg_form_lightgray.gif" class="form_item" nowrap><%If NOT IsNull(rsTemp.Fields("modifier_name")) Then%><a href="mailto:<%=rsTemp.Fields("modifier_email")%>" class="txt_linked"><%=workInProgress%><%=rsTemp.Fields("modifier_name")%></a> on <%=EuroDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
112 |
<td background="images/bg_form_lightgray.gif" class="form_item" nowrap><%If NOT IsNull(rsTemp.Fields("modifier_name")) Then%><a href="mailto:<%=rsTemp.Fields("modifier_email")%>" class="txt_linked"><%=workInProgress%><%=rsTemp.Fields("modifier_name")%></a> on <%=EuroDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
| 109 |
<td background="images/bg_form_lightgray.gif" class="form_item"><%If (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") Then%><a href="_remove_build_dependency.asp?pv_id=<%=NNpv_id%>&dpv_id=<%=rsTemp("orig_pv_id")%>&rtag_id=<%=NNrtag_id%>" onClick="return confirmDelete('this Build Dependency');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a><%Else%><img src="images/i_delete_disable.gif" width="13" height="12" hspace="3" border="0"><%End If%></td>
|
113 |
<td background="images/bg_form_lightgray.gif" class="form_item"><%If (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") Then%><a href="_remove_build_dependency.asp?pv_id=<%=NNpv_id%>&dpv_id=<%=rsTemp("orig_pv_id")%>&rtag_id=<%=NNrtag_id%>" onClick="return confirmDelete('this Build Dependency');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a><%Else%><img src="images/i_delete_disable.gif" width="13" height="12" hspace="3" border="0"><%End If%></td>
|
| 110 |
<td background="images/bg_form_lightgray.gif" class="form_item">
|
114 |
<td background="images/bg_form_lightgray.gif" class="form_item">
|
| Line 190... |
Line 194... |
| 190 |
<%
|
194 |
<%
|
| 191 |
Dim objTempSession, pkgURL, workInProgress
|
195 |
Dim objTempSession, pkgURL, workInProgress
|
| 192 |
|
196 |
|
| 193 |
Do Until ((rsTemp.BOF) OR (rsTemp.EOF))
|
197 |
Do Until ((rsTemp.BOF) OR (rsTemp.EOF))
|
| 194 |
pkgURL = "#"
|
198 |
pkgURL = "#"
|
| - |
|
199 |
If NOT IsNull(rsTemp.Fields("dpv_link")) Then
|
| 195 |
If NOT IsNull(rsTemp.Fields("dpv_link")) Then pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id") &"&rtag_id="& parRtag_id
|
200 |
pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id") &"&rtag_id="& parRtag_id
|
| - |
|
201 |
ElseIf NOT IsNull(rsTemp.Fields("orig_pv_id")) Then
|
| - |
|
202 |
pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id")
|
| - |
|
203 |
End If
|
| 196 |
|
204 |
|
| 197 |
If rsTemp("latest_dlocked") = "N" Then
|
205 |
If rsTemp("latest_dlocked") = "N" Then
|
| 198 |
workInProgress = "<img src='images/i_user.gif' width='10' height='13' border='0' alt='Work is in progress...' align='absmiddle' hspace='2'>"
|
206 |
workInProgress = "<img src='images/i_user.gif' width='10' height='13' border='0' alt='Work is in progress...' align='absmiddle' hspace='2'>"
|
| 199 |
Else
|
207 |
Else
|
| 200 |
workInProgress = ""
|
208 |
workInProgress = ""
|