| Line 3... |
Line 3... |
| 3 |
' Action Buttons
|
3 |
' Action Buttons
|
| 4 |
'=====================================================
|
4 |
'=====================================================
|
| 5 |
%>
|
5 |
%>
|
| 6 |
<%Sub Action_Buttons ( SSwithTab )%>
|
6 |
<%Sub Action_Buttons ( SSwithTab )%>
|
| 7 |
<%
|
7 |
<%
|
| 8 |
Dim isClosed
|
8 |
Dim isClosed, isSDK
|
| 9 |
isClosed = (ReleaseMode = enumDB_RELEASE_IN_CLOSED_MODE) OR (ReleaseMode = enumDB_RELEASE_IN_ARCHIVE_MODE)
|
9 |
isClosed = (ReleaseMode = enumDB_RELEASE_IN_CLOSED_MODE) OR (ReleaseMode = enumDB_RELEASE_IN_ARCHIVE_MODE)
|
| 10 |
Select Case SSwithTab%>
|
10 |
Select Case SSwithTab%>
|
| 11 |
<%Case "Build Dependencies"%>
|
11 |
<%Case "Build Dependencies"%>
|
| 12 |
<table width="10" border="0" cellspacing="10">
|
12 |
<table width="10" border="0" cellspacing="10">
|
| 13 |
<tr>
|
13 |
<tr>
|
| 14 |
<%If NOT isClosed AND ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable ) Then%>
|
14 |
<%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable ) Then%>
|
| 15 |
<td align="center" nowrap valign="bottom">
|
15 |
<td align="center" nowrap valign="bottom">
|
| 16 |
<a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_DEPENDENCIES%>" class="abtnItem">
|
16 |
<a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_DEPENDENCIES%>" class="abtnItem">
|
| 17 |
<img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" alt="Add dependency to the list.">
|
17 |
<img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" alt="Add dependency to the list.">
|
| 18 |
Add
|
18 |
Add
|
| 19 |
</a>
|
19 |
</a>
|
| Line 59... |
Line 59... |
| 59 |
<%End If%>
|
59 |
<%End If%>
|
| 60 |
|
60 |
|
| 61 |
<%Case "Patches"%>
|
61 |
<%Case "Patches"%>
|
| 62 |
<table width="10" border="0" cellspacing="10">
|
62 |
<table width="10" border="0" cellspacing="10">
|
| 63 |
<tr>
|
63 |
<tr>
|
| 64 |
<%If NOT isClosed AND (pkgInfoHash.Item ("dlocked") = "Y") Then%>
|
64 |
<%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND (pkgInfoHash.Item ("dlocked") = "Y") Then%>
|
| 65 |
<td align="center" nowrap valign="bottom">
|
65 |
<td align="center" nowrap valign="bottom">
|
| 66 |
<a href="javascript:;" onClick="MM_openBrWindow('_wform_new_patch.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','NewPatch','resizable=yes,scrollbars=yes,width=600,height=400')" class="abtnItem">
|
66 |
<a href="javascript:;" onClick="MM_openBrWindow('_wform_new_patch.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','NewPatch','resizable=yes,scrollbars=yes,width=600,height=400')" class="abtnItem">
|
| 67 |
<img src="images/i_add_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Add a patch to this package.">
|
67 |
<img src="images/i_add_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Add a patch to this package.">
|
| 68 |
Add
|
68 |
Add
|
| 69 |
</a>
|
69 |
</a>
|
| Line 127... |
Line 127... |
| 127 |
</table>
|
127 |
</table>
|
| 128 |
|
128 |
|
| 129 |
<%Case "Documentation"%>
|
129 |
<%Case "Documentation"%>
|
| 130 |
<table width="10" border="0" cellspacing="10">
|
130 |
<table width="10" border="0" cellspacing="10">
|
| 131 |
<tr>
|
131 |
<tr>
|
| 132 |
<% If NOT isClosed Then %>
|
132 |
<% If NOT isClosed AND NOT isSDK Then %>
|
| 133 |
<td align="center" nowrap valign="bottom">
|
133 |
<td align="center" nowrap valign="bottom">
|
| 134 |
<a href="javascript:;" onClick="MM_openBrWindow('_wform_import_docs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','ImportDocs','resizable=yes,width=600,height=220')" class="abtnItem">
|
134 |
<a href="javascript:;" onClick="MM_openBrWindow('_wform_import_docs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','ImportDocs','resizable=yes,width=600,height=220')" class="abtnItem">
|
| 135 |
<img src="images/i_import_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" title="Import document details from ERG document repository">
|
135 |
<img src="images/i_import_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" title="Import document details from ERG document repository">
|
| 136 |
Import From Document Repository
|
136 |
Import From Document Repository
|
| 137 |
</a>
|
137 |
</a>
|