| Line 14... |
Line 14... |
| 14 |
<table width="10" border="0" cellspacing="10">
|
14 |
<table width="10" border="0" cellspacing="10">
|
| 15 |
<tr>
|
15 |
<tr>
|
| 16 |
<%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable ) Then%>
|
16 |
<%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable ) Then%>
|
| 17 |
<td align="center" nowrap valign="bottom">
|
17 |
<td align="center" nowrap valign="bottom">
|
| 18 |
<a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_DEPENDENCIES%>" class="abtnItem">
|
18 |
<a href="form_search_pkgs.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&add_type=<%=enum_ADD_DEPENDENCIES%>" class="abtnItem">
|
| 19 |
<img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" alt="Add dependency to the list.">
|
19 |
<img src="images/i_add_deps.gif" width="22" height="25" align="absmiddle" border="0" hspace="3" title="Add dependency to the list.">
|
| 20 |
Add
|
20 |
Add
|
| 21 |
</a>
|
21 |
</a>
|
| 22 |
</td>
|
22 |
</td>
|
| 23 |
|
23 |
|
| 24 |
<td align="center" nowrap valign="bottom">
|
24 |
<td align="center" nowrap valign="bottom">
|
| 25 |
<a href="form_edit_deps.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
|
25 |
<a href="form_edit_deps.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
|
| 26 |
<img src="images/i_edit_deps.gif" width="23" height="24" align="absmiddle" border="0" hspace="3" alt="Edit dependency list.">
|
26 |
<img src="images/i_edit_deps.gif" width="23" height="24" align="absmiddle" border="0" hspace="3" title="Edit dependency list.">
|
| 27 |
Edit
|
27 |
Edit
|
| 28 |
</a>
|
28 |
</a>
|
| 29 |
</td>
|
29 |
</td>
|
| 30 |
|
30 |
|
| 31 |
<td align="center" nowrap valign="bottom">
|
31 |
<td align="center" nowrap valign="bottom">
|
| 32 |
<a href="form_update_<%=Get_Devl_Environment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
|
32 |
<a href="form_update_<%=Get_Devl_Environment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
|
| 33 |
<img src="images/i_import_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Import dependency list from your build file.">
|
33 |
<img src="images/i_import_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" title="Import dependency list from your build file.">
|
| 34 |
Import
|
34 |
Import
|
| 35 |
</a>
|
35 |
</a>
|
| 36 |
</td>
|
36 |
</td>
|
| 37 |
<%End If%>
|
37 |
<%End If%>
|
| 38 |
<td align="center" nowrap valign="bottom">
|
38 |
<td align="center" nowrap valign="bottom">
|
| 39 |
<a href="form_export_<%=Get_Devl_Environment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
|
39 |
<a href="form_export_<%=Get_Devl_Environment%>_dependencies.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>" class="abtnItem">
|
| 40 |
<img src="images/i_export_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Export this dependency list to be used in your build file.">
|
40 |
<img src="images/i_export_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" title="Export this dependency list to be used in your build file.">
|
| 41 |
Export
|
41 |
Export
|
| 42 |
</a>
|
42 |
</a>
|
| 43 |
</td>
|
43 |
</td>
|
| - |
|
44 |
<td >
|
| - |
|
45 |
<select name="copyName" class="abtnItem" onChange="copyPackageName(this);">
|
| - |
|
46 |
<option value="0">Export Package Name</option>
|
| - |
|
47 |
<option value="1">Simple Text</option>
|
| - |
|
48 |
<option value="2">LinkPkgArchive</option>
|
| - |
|
49 |
<option value="3">BuildPkgArchive</option>
|
| - |
|
50 |
<option value="4">BuildName</option>
|
| - |
|
51 |
</select>
|
| - |
|
52 |
</td>
|
| 44 |
</tr>
|
53 |
</tr>
|
| 45 |
</table>
|
54 |
</table>
|
| 46 |
|
55 |
|
| 47 |
<%Case "Runtime Dependencies"%>
|
56 |
<%Case "Runtime Dependencies"%>
|
| 48 |
<%If IsNull(pkgInfoHash.Item ("is_patch"))Then%>
|
57 |
<%If IsNull(pkgInfoHash.Item ("is_patch"))Then%>
|