Subversion Repositories DevTools

Rev

Rev 6788 | Rev 6827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6788 Rev 6790
Line 33... Line 33...
33
                                         "form_export_"&Get_Devl_Environment&"_dependencies.asp?pv_id="&parPv_id&"&rtag_id="&parRtag_id%>
33
                                         "form_export_"&Get_Devl_Environment&"_dependencies.asp?pv_id="&parPv_id&"&rtag_id="&parRtag_id%>
34
         </tr>
34
         </tr>
35
      </table>
35
      </table>
36
 
36
 
37
   <%Case "Runtime Dependencies"%>
37
   <%Case "Runtime Dependencies"%>
-
 
38
         <!-- Runtime Dependencies -->
38
         <table width="10" border="0" cellspacing="10">
39
         <table width="10" border="0" cellspacing="10">
39
            <tr>
40
            <tr>
40
                <%isActive = IsNull(pkgInfoHash.Item ("is_patch")) AND NOT isClosed AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable)
41
                <%isActive = IsNull(pkgInfoHash.Item ("is_patch")) AND NOT isClosed AND ((pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable)
41
                  BuildActionButton isActive, "Add", "Add runtime dependency to the list.", _
42
                  BuildActionButton isActive, "Add", "Add runtime dependency to the list.", _
42
                                         "src='images/i_add_deps.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _
43
                                         "src='images/i_add_deps.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _
43
                                         "form_search_pkgs.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id & "&add_type=" & enum_ADD_RUNTIME_DEPENDENCIES%>
44
                                         "form_search_pkgs.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id & "&add_type=" & enum_ADD_RUNTIME_DEPENDENCIES%>
44
            </tr>
45
            </tr>
45
         </table>
46
         </table>
-
 
47
         <!-- END Runtime Dependencies -->
-
 
48
 
46
<!-- Not currently used -->
49
     <%' Not currently used %>
47
<!-- <%Case "Used By"%> -->
50
     <%Case "Used By"%>
48
<!--     <table width="10" border="0" cellspacing="10">                                                                                        -->
51
         <table width="10" border="0" cellspacing="10">
49
<!--        <tr>                                                                                                                               -->
-
 
-
 
52
            <tr>
50
<!--            isActive = IsNull(pkgInfoHash.Item ("is_patch"))                                                                             -->
53
                <%isActive = IsNull(pkgInfoHash.Item ("is_patch"))
51
<!--              BuildActionButton isActive, "Show All", "Show the complete list packages that use this package", _                           -->
54
                  BuildActionButton isActive, "Show All", "Show the complete list packages that use this package", _
52
<!--                                     "src='images/i_used_by_large.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _  -->
55
                                         "src='images/i_used_by_large.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _
53
<!--                                     "used_by_all.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id                                      -->
56
                                         "used_by_all.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id
54
<!--                                                                                                                                           -->
-
 
-
 
57
 
55
<!--              BuildActionButton isActive, "Show All Depends", "Show the complete list packages that are requred to build this package", _-->
58
                  BuildActionButton isActive, "Show All Depends", "Show the complete list packages that are requred to build this package", _
56
<!--                                     "src='images/i_used_by_large.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _  -->
59
                                         "src='images/i_used_by_large.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _
57
<!--                                     "dependencies_all.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id                                 -->
60
                                         "dependencies_all.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id%>
58
<!--        </tr>                                                                                                                              -->
61
            </tr>
59
<!--     </table>                                                                                                                              -->
62
         </table>
60
 
63
 
61
   <%Case "Patches"%>
64
   <%Case "Patches"%>
62
      <table width="10" border="0" cellspacing="10">
65
      <table width="10" border="0" cellspacing="10">
63
         <tr>
66
         <tr>
64
            <%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND (pkgInfoHash.Item ("dlocked") = "Y") Then
67
            <%If NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND (pkgInfoHash.Item ("dlocked") = "Y") Then