| Line 45... |
Line 45... |
| 45 |
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="stdGrey">
|
45 |
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="stdGrey">
|
| 46 |
<form name="ignore_warnings" method="get" action="_ignore_warnings.asp" onSubmit="showGlobalProgress();">
|
46 |
<form name="ignore_warnings" method="get" action="_ignore_warnings.asp" onSubmit="showGlobalProgress();">
|
| 47 |
<thead>
|
47 |
<thead>
|
| 48 |
<tr>
|
48 |
<tr>
|
| 49 |
<%If CanIgnoreWarnings Then%><th nowrap width="1%" align="center">Ignore<br>warnings</td><%End If%>
|
49 |
<%If CanIgnoreWarnings Then%><th nowrap width="1%" align="center">Ignore<br>warnings</td><%End If%>
|
| 50 |
<th nowrap width="1%"></td>
|
50 |
<th class=tight nowrap width="1%"></td>
|
| 51 |
<th nowrap width="1%">Name</td>
|
51 |
<th nowrap width="1%">Name</td>
|
| 52 |
<th nowrap width="1%"><%=imgPkgLockSpacer%>Version</td>
|
52 |
<th nowrap width="1%"><%=imgPkgLockSpacer%>Version</td>
|
| 53 |
<th nowrap width="100%"><%=imgPkgLockSpacer%>Released</td>
|
53 |
<th nowrap width="100%"><%=imgPkgLockSpacer%>Released</td>
|
| 54 |
<th nowrap width="1%" align="center">Last Modified</td>
|
54 |
<th nowrap width="1%" align="center">Last Modified</td>
|
| 55 |
<th nowrap width="1%"></td>
|
55 |
<th class=tight nowrap width="1%"></td>
|
| 56 |
<th nowrap width="1%"> </td>
|
56 |
<th class=tight nowrap width="1%"> </td>
|
| 57 |
</tr>
|
57 |
</tr>
|
| 58 |
</thead>
|
58 |
</thead>
|
| 59 |
<%' Display "no dependencies" if needed%>
|
59 |
<%' Display "no dependencies" if needed%>
|
| 60 |
<%If rsTemp.RecordCount = 0 Then%>
|
60 |
<%If rsTemp.RecordCount = 0 Then%>
|
| 61 |
<tr>
|
61 |
<tr>
|
| Line 94... |
Line 94... |
| 94 |
<%If CanIgnoreWarnings Then%>
|
94 |
<%If CanIgnoreWarnings Then%>
|
| 95 |
<td align="center" nowrap class=>
|
95 |
<td align="center" nowrap class=>
|
| 96 |
<input type="checkbox" name="forced" value="<%=rsTemp("ignore_dpv")%>" <%=Define_Ignore_State ( rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), rsTemp("pkg_state"), rsTemp("latest_pkg_version"), rsTemp("dlocked") )%>>
|
96 |
<input type="checkbox" name="forced" value="<%=rsTemp("ignore_dpv")%>" <%=Define_Ignore_State ( rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), rsTemp("pkg_state"), rsTemp("latest_pkg_version"), rsTemp("dlocked") )%>>
|
| 97 |
</td>
|
97 |
</td>
|
| 98 |
<%End If%>
|
98 |
<%End If%>
|
| 99 |
<td align="center">
|
99 |
<td align="center" class=tight >
|
| 100 |
<%=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 )%>
|
100 |
<%=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 )%>
|
| 101 |
</td>
|
101 |
</td>
|
| 102 |
<td nowrap><a href="<%=pkgURL%>" class="txt_linked"><%=rsTemp.Fields("dpkg_name")%></a></td>
|
102 |
<td nowrap><a href="<%=pkgURL%>" class="txt_linked"><%=rsTemp.Fields("dpkg_name")%></a></td>
|
| 103 |
<td nowrap><%If rsTemp("dlocked") = "Y" Then%><%=imgPkgLocked%><%Else%><%=imgPkgLockSpacer%><%End If%><%=rsTemp("dpkg_version")%></td>
|
103 |
<td nowrap><%If rsTemp("dlocked") = "Y" Then%><%=imgPkgLocked%><%Else%><%=imgPkgLockSpacer%><%End If%><%=rsTemp("dpkg_version")%></td>
|
| 104 |
<td <%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>
|
104 |
<td <%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 nowrap><%If NOT IsNull(rsTemp.Fields("modifier_name")) Then%><%=emailField(workInProgress & rsTemp.Fields("modifier_name"), rsTemp.Fields("modifier_email"))%> on <%=DisplayDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
105 |
<td nowrap><%If NOT IsNull(rsTemp.Fields("modifier_name")) Then%><%=emailField(workInProgress & rsTemp.Fields("modifier_name"), rsTemp.Fields("modifier_email"))%> on <%=DisplayDateTime ( rsTemp("modified_stamp") )%><%End If%></td>
|
| 106 |
<td>
|
106 |
<td class=tight >
|
| 107 |
<%If (NOT pkgInfoHash.Item("is_sdkpkg")) AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R")) Then%>
|
107 |
<%If ((NOT pkgInfoHash.Item("is_sdkpkg")) AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R"))) OR (criticalSectionIsEditable) Then%>
|
| 108 |
<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>
|
108 |
<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>
|
| 109 |
<%Else%>
|
109 |
<%Else%>
|
| 110 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="3" border="0" title="Delete this package as a dependency">
|
110 |
<img src="images/i_delete_disable.gif" width="13" height="12" hspace="3" border="0" title="Delete this package as a dependency">
|
| 111 |
<%End If%>
|
111 |
<%End If%>
|
| 112 |
</td>
|
112 |
</td>
|
| 113 |
<td>
|
113 |
<td class=tight>
|
| 114 |
<%If (NNrtag_id <> "") and ((CInt(rsTemp("pkg_state")) = enumPKG_NOT_FOUND) OR (CInt(rsTemp("pkg_state")) = enumPKG_SDK_DEPENDENCY)) Then%>
|
114 |
<%If (NNrtag_id <> "") and ((CInt(rsTemp("pkg_state")) = enumPKG_NOT_FOUND) OR (CInt(rsTemp("pkg_state")) = enumPKG_SDK_DEPENDENCY)) Then%>
|
| 115 |
<%
|
115 |
<%
|
| 116 |
Dim sonclick
|
116 |
Dim sonclick
|
| 117 |
Dim surl
|
117 |
Dim surl
|
| 118 |
surl = "_wform_add_missing_dependency.asp" &_
|
118 |
surl = "_wform_add_missing_dependency.asp" &_
|