| Line 47... |
Line 47... |
| 47 |
( pkgInfoHash.Item("build_type") = "A" AND pkgInfoHash.Item("dlocked") = "Y" ) OR _
|
47 |
( pkgInfoHash.Item("build_type") = "A" AND pkgInfoHash.Item("dlocked") = "Y" ) OR _
|
| 48 |
( pkgInfoHash.Item("build_type") = "Y" AND pkgInfoHash.Item("dlocked") = "Y" ) Then
|
48 |
( pkgInfoHash.Item("build_type") = "Y" AND pkgInfoHash.Item("dlocked") = "Y" ) Then
|
| 49 |
CanIgnoreWarnings = TRUE
|
49 |
CanIgnoreWarnings = TRUE
|
| 50 |
End If
|
50 |
End If
|
| 51 |
End If
|
51 |
End If
|
| - |
|
52 |
|
| 52 |
%>
|
53 |
%>
|
| 53 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
54 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
| 54 |
<form name="ignore_warnings" method="get" action="_ignore_warnings.asp" onSubmit="ProgressBar.style.visibility='visible';">
|
55 |
<form name="ignore_warnings" method="get" action="_ignore_warnings.asp" onSubmit="ProgressBar.style.visibility='visible';">
|
| 55 |
<tr>
|
56 |
<tr>
|
| 56 |
<%If CanIgnoreWarnings Then%><td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Ignore<br>warnings</td><%End If%>
|
57 |
<%If CanIgnoreWarnings Then%><td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Ignore<br>warnings</td><%End If%>
|
| Line 58... |
Line 59... |
| 58 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Name<br><img src="images/h_trsp_dot.gif" width="120" height="1"></td>
|
59 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Name<br><img src="images/h_trsp_dot.gif" width="120" height="1"></td>
|
| 59 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"><%=imgPkgLockSpacer%>Version</td>
|
60 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"><%=imgPkgLockSpacer%>Version</td>
|
| 60 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field"><%=imgPkgLockSpacer%>Released</td>
|
61 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field"><%=imgPkgLockSpacer%>Released</td>
|
| 61 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Last Modified</td>
|
62 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Last Modified</td>
|
| 62 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
63 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
| - |
|
64 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"> </td>
|
| 63 |
</tr>
|
65 |
</tr>
|
| 64 |
<%' Display "no dependencies" if needed%>
|
66 |
<%' Display "no dependencies" if needed%>
|
| 65 |
<%If rsTemp.RecordCount = 0 Then%>
|
67 |
<%If rsTemp.RecordCount = 0 Then%>
|
| 66 |
<tr>
|
68 |
<tr>
|
| 67 |
<%If CanIgnoreWarnings Then%><td align="center" nowrap background="images/bg_form_lightgray.gif"></td><%End If%>
|
69 |
<%If CanIgnoreWarnings Then%><td align="center" nowrap background="images/bg_form_lightgray.gif"></td><%End If%>
|
| Line 69... |
Line 71... |
| 69 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
71 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 70 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
72 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 71 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
73 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 72 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
74 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 73 |
<td background="images/bg_form_lightgray.gif" class="form_item"></td>
|
75 |
<td background="images/bg_form_lightgray.gif" class="form_item"></td>
|
| - |
|
76 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 74 |
</tr>
|
77 |
</tr>
|
| 75 |
<%
|
78 |
<%
|
| 76 |
noDependencies = TRUE
|
79 |
noDependencies = TRUE
|
| 77 |
End If
|
80 |
End If
|
| 78 |
%>
|
81 |
%>
|
| Line 102... |
Line 105... |
| 102 |
<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>
|
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>
|
| 103 |
<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>
|
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>
|
| 104 |
<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>
|
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>
|
| 105 |
<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>
|
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>
|
| 106 |
<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>
|
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>
|
| - |
|
110 |
<td background="images/bg_form_lightgray.gif" class="form_item">
|
| - |
|
111 |
<%If (CInt(rsTemp("pkg_state")) = enumPKG_NOT_FOUND) Then%>
|
| - |
|
112 |
<%
|
| - |
|
113 |
Dim sonclick
|
| - |
|
114 |
Dim surl
|
| - |
|
115 |
surl = "_wform_add_missing_dependency.asp" &_
|
| - |
|
116 |
"?rfile=" & scriptName &_
|
| - |
|
117 |
"&ppv_id=" & NNpv_id &_
|
| - |
|
118 |
"&pv_id=" & rsTemp("orig_pv_id") &_
|
| - |
|
119 |
"&rtag_id=" & NNrtag_id
|
| - |
|
120 |
sonclick = "MM_openBrWindow('" & surl & "','AddDependency','resizable=yes,width=500,height=300');"
|
| - |
|
121 |
%>
|
| - |
|
122 |
<img onclick="<%=sonclick%>" src="images/i_add_missing_dep.gif" alt="Add missing dependency." width="15" height="15" hspace="3" border="0">
|
| - |
|
123 |
<%Else%>
|
| - |
|
124 |
<img src="images/i_add_missing_dep.gif" width="15" height="15" hspace="3" border="0" style="visibility:hidden">
|
| - |
|
125 |
<%End If%>
|
| - |
|
126 |
</td>
|
| - |
|
127 |
|
| - |
|
128 |
|
| 107 |
</tr>
|
129 |
</tr>
|
| 108 |
<%
|
130 |
<%
|
| 109 |
rsTemp.MoveNext
|
131 |
rsTemp.MoveNext
|
| 110 |
Loop
|
132 |
Loop
|
| 111 |
%>
|
133 |
%>
|
| Line 114... |
Line 136... |
| 114 |
<td></td>
|
136 |
<td></td>
|
| 115 |
<%Else%>
|
137 |
<%Else%>
|
| 116 |
<%If CanIgnoreWarnings Then%><td nowrap background="images/bg_form_lightbluedark.gif" align="center"><input name="Submit" type="submit" class="form_btn" id="Submit" value="Apply" ></td><%End If%>
|
138 |
<%If CanIgnoreWarnings Then%><td nowrap background="images/bg_form_lightbluedark.gif" align="center"><input name="Submit" type="submit" class="form_btn" id="Submit" value="Apply" ></td><%End If%>
|
| 117 |
<%End If%>
|
139 |
<%End If%>
|
| 118 |
<td colspan="2" class="body_scol"><SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Processing...</SPAN></td>
|
140 |
<td colspan="2" class="body_scol"><SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Processing...</SPAN></td>
|
| 119 |
<td><img src="images/h_spacer.gif" width="150" height="1"></td>
|
141 |
<td><img src="images/spacer.gif" width="150" height="1"></td>
|
| 120 |
<td></td>
|
142 |
<td></td>
|
| 121 |
<td></td>
|
143 |
<td></td>
|
| 122 |
<td></td>
|
144 |
<td></td>
|
| 123 |
</tr>
|
145 |
</tr>
|
| 124 |
<input type="hidden" name="pv_id" value="<%=NNpv_id%>">
|
146 |
<input type="hidden" name="pv_id" value="<%=NNpv_id%>">
|
| Line 249... |
Line 271... |
| 249 |
<tr>
|
271 |
<tr>
|
| 250 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
|
272 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
|
| 251 |
<td width="100%" background="images/bg_action_norm.gif"><!--#include file="_pkg_action_buttons.asp"--></td>
|
273 |
<td width="100%" background="images/bg_action_norm.gif"><!--#include file="_pkg_action_buttons.asp"--></td>
|
| 252 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
|
274 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
|
| 253 |
</tr>
|
275 |
</tr>
|
| - |
|
276 |
<tr>
|
| - |
|
277 |
<td background="images/bg_lght_gray.gif"><IMG height="45" src="images/spacer.gif" width=1></td>
|
| 254 |
<!-- PACKAGE PROPERTIES ---------------------------- -->
|
278 |
<td background="images/bg_lght_gray.gif"><%Call RenderStatus(parRtag_id,parPv_id)%></td>
|
| 255 |
<%Call RenderPackageProperties ()%>
|
279 |
<td background="images/bg_lght_gray.gif"> </td>
|
| - |
|
280 |
</tr>
|
| 256 |
<tr>
|
281 |
<tr>
|
| 257 |
<td background="images/bg_lght_gray.gif"> </td>
|
282 |
<td background="images/bg_lght_gray.gif"> </td>
|
| 258 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|
283 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|
| 259 |
<table width="100" border="0" cellspacing="0" cellpadding="0">
|
284 |
<table width="100" border="0" cellspacing="0" cellpadding="0">
|
| 260 |
<tr>
|
285 |
<tr>
|
| Line 319... |
Line 344... |
| 319 |
<td width="100%" background="images/bg_action_norm.gif"></td>
|
344 |
<td width="100%" background="images/bg_action_norm.gif"></td>
|
| 320 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
|
345 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
|
| 321 |
</tr>
|
346 |
</tr>
|
| 322 |
<tr>
|
347 |
<tr>
|
| 323 |
<td background="images/bg_lght_gray.gif"><IMG height=50 src="images/spacer.gif" width=1></td>
|
348 |
<td background="images/bg_lght_gray.gif"><IMG height=50 src="images/spacer.gif" width=1></td>
|
| 324 |
<td background="images/bg_lght_gray.gif" nowrap class="lbox_ttl"></td>
|
349 |
<td background="images/bg_lght_gray.gif"><%Call RenderStatus(parRtag_id,parPv_id)%></td>
|
| 325 |
<td background="images/bg_lght_gray.gif"></td>
|
350 |
<td background="images/bg_lght_gray.gif"></td>
|
| 326 |
</tr>
|
351 |
</tr>
|
| 327 |
<tr>
|
352 |
<tr>
|
| 328 |
<td background="images/bg_lght_gray.gif"></td>
|
353 |
<td background="images/bg_lght_gray.gif"></td>
|
| 329 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|
354 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|