| Line 88... |
Line 88... |
| 88 |
ElseIf NOT IsNull(rsTemp.Fields("orig_pv_id")) Then
|
88 |
ElseIf NOT IsNull(rsTemp.Fields("orig_pv_id")) Then
|
| 89 |
pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id")
|
89 |
pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id")
|
| 90 |
End If
|
90 |
End If
|
| 91 |
|
91 |
|
| 92 |
If rsTemp("latest_dlocked") = "N" Then
|
92 |
If rsTemp("latest_dlocked") = "N" Then
|
| 93 |
workInProgress = "<img src='images/i_user.gif' width='10' height='13' border='0' alt='Work is in progress...' align='absmiddle' hspace='2'>"
|
93 |
workInProgress = enum_imgUser
|
| 94 |
Else
|
94 |
Else
|
| 95 |
workInProgress = ""
|
95 |
workInProgress = ""
|
| 96 |
End If
|
96 |
End If
|
| 97 |
|
97 |
|
| 98 |
%>
|
98 |
%>
|
| Line 106... |
Line 106... |
| 106 |
<%=DefineStateIcon ( iif(rsTemp("pkg_state") <> 0,rsTemp("pkg_state"),rsTemp("deprecated_state")), rsTemp("dlocked"), rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), FALSE )%>
|
106 |
<%=DefineStateIcon ( iif(rsTemp("pkg_state") <> 0,rsTemp("pkg_state"),rsTemp("deprecated_state")), rsTemp("dlocked"), rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), FALSE )%>
|
| 107 |
</td>
|
107 |
</td>
|
| 108 |
<td background="images/bg_form_lightgray.gif" class="envPkg" nowrap><a href="<%=pkgURL%>" class="txt_linked"><%=rsTemp.Fields("dpkg_name")%></a></td>
|
108 |
<td background="images/bg_form_lightgray.gif" class="envPkg" nowrap><a href="<%=pkgURL%>" class="txt_linked"><%=rsTemp.Fields("dpkg_name")%></a></td>
|
| 109 |
<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>
|
109 |
<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" <%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>
|
110 |
<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" 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 <%=DisplayDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
111 |
<td background="images/bg_form_lightgray.gif" class="form_item" nowrap><%If NOT IsNull(rsTemp.Fields("modifier_name")) Then%><span data-email="<%=rsTemp.Fields("modifier_email")%>" class="mailto txt_linked"><%=workInProgress%><%=rsTemp.Fields("modifier_name")%></span> on <%=DisplayDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
| 112 |
<td background="images/bg_form_lightgray.gif" class="form_item">
|
112 |
<td background="images/bg_form_lightgray.gif" class="form_item">
|
| 113 |
<%If (NOT pkgInfoHash.Item("is_sdkpkg")) AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R")) Then%>
|
113 |
<%If (NOT pkgInfoHash.Item("is_sdkpkg")) AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R")) Then%>
|
| 114 |
<a href="_remove_build_dependency.asp?pv_id=<%=NNpv_id%>&dpv_id=<%=rsTemp("orig_pv_id")%>&rtag_id=<%=NNrtag_id%>" onClick="return vixConfirmDelete('this Build Dependency');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0" title="Delete this package as a dependency"></a>
|
114 |
<a href="_remove_build_dependency.asp?pv_id=<%=NNpv_id%>&dpv_id=<%=rsTemp("orig_pv_id")%>&rtag_id=<%=NNrtag_id%>" onClick="return vixConfirmDelete('this Build Dependency');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0" title="Delete this package as a dependency"></a>
|
| 115 |
<%Else%>
|
115 |
<%Else%>
|
| 116 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="3" border="0" title="Delete this package as a dependency">
|
116 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="3" border="0" title="Delete this package as a dependency">
|
| Line 206... |
Line 206... |
| 206 |
ElseIf NOT IsNull(rsTemp.Fields("orig_pv_id")) Then
|
206 |
ElseIf NOT IsNull(rsTemp.Fields("orig_pv_id")) Then
|
| 207 |
pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id")
|
207 |
pkgURL = scriptName &"?pv_id="& rsTemp("orig_pv_id")
|
| 208 |
End If
|
208 |
End If
|
| 209 |
|
209 |
|
| 210 |
If rsTemp("latest_dlocked") = "N" Then
|
210 |
If rsTemp("latest_dlocked") = "N" Then
|
| 211 |
workInProgress = "<img src='images/i_user.gif' width='10' height='13' border='0' alt='Work is in progress...' align='absmiddle' hspace='2'>"
|
211 |
workInProgress = enum_imgUser
|
| 212 |
Else
|
212 |
Else
|
| 213 |
workInProgress = ""
|
213 |
workInProgress = ""
|
| 214 |
End If
|
214 |
End If
|
| 215 |
|
215 |
|
| 216 |
%>
|
216 |
%>
|
| 217 |
<tr>
|
217 |
<tr>
|
| 218 |
<td background="images/bg_form_lightgray.gif" class="envPkg" nowrap><a href="<%=pkgURL%>" class="txt_linked"><%If rsTemp("is_patch") = "Y" Then%><%=PatchIcon ( rsTemp("is_patch"), rsTemp("is_obsolete") )%><%End If%><%=rsTemp.Fields("dpkg_name")%></a></td>
|
218 |
<td background="images/bg_form_lightgray.gif" class="envPkg" nowrap><a href="<%=pkgURL%>" class="txt_linked"><%If rsTemp("is_patch") = "Y" Then%><%=PatchIcon ( rsTemp("is_patch"), rsTemp("is_obsolete") )%><%End If%><%=rsTemp.Fields("dpkg_name")%></a></td>
|
| 219 |
<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>
|
219 |
<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>
|
| 220 |
<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 <%=DisplayDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
220 |
<td background="images/bg_form_lightgray.gif" class="form_item" nowrap><%If NOT IsNull(rsTemp.Fields("modifier_name")) Then%><span data-email="<%=rsTemp.Fields("modifier_email")%>" class="mailto txt_linked"><%=workInProgress%><%=rsTemp.Fields("modifier_name")%></span> on <%=DisplayDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
| 221 |
<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=<%=parPv_id%>&dpv_id=<%=rsTemp("orig_pv_id")%>&rtag_id=<%=parRtag_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>
|
221 |
<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=<%=parPv_id%>&dpv_id=<%=rsTemp("orig_pv_id")%>&rtag_id=<%=parRtag_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>
|
| 222 |
</tr>
|
222 |
</tr>
|
| 223 |
<%
|
223 |
<%
|
| 224 |
rsTemp.MoveNext
|
224 |
rsTemp.MoveNext
|
| 225 |
Loop
|
225 |
Loop
|