Subversion Repositories DevTools

Rev

Rev 5008 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5008 Rev 5009
Line 28... Line 28...
28
ReleaseMode = GetReleaseMode( Request("rtag_id") )
28
ReleaseMode = GetReleaseMode( Request("rtag_id") )
29
 
29
 
30
'----------------------------------------------
30
'----------------------------------------------
31
If IsObject(pkgInfoHash) Then
31
If IsObject(pkgInfoHash) Then
32
   If IsNull(pkgInfoHash.Item ("is_patch")) Then
32
   If IsNull(pkgInfoHash.Item ("is_patch")) Then
33
      If CInt(pkgInfoHash.Item ("base_view_id")) = enumBASE_VIEW_PRODUCTS Then
33
      If CInt(pkgInfoHash.Item ("base_view_id")) = enumBASE_VIEW_PRODUCTS  OR CInt(pkgInfoHash.Item ("base_view_id")) = enumAUTOPRODUCTS_BASE_VIEW_ID Then
34
         ' Tab for PRODUCTS
34
         ' Tab for PRODUCTS
35
         TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
35
         TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?"& Persists_Query_String( Empty ), _
36
                             "Runtime@runtime_dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
36
                             "Runtime@runtime_dependencies.asp?"& Persists_Query_String( Empty ), _
37
                             "Used by@used_by.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
37
                             "Used by@used_by.asp?"& Persists_Query_String( Empty ), _
38
                             "Processes@process_dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
38
                             "Processes@process_dependencies.asp?"& Persists_Query_String( Empty ), _
39
                             imgPatchesIcon &"Patches@patches.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
39
                             imgPatchesIcon &"Patches@patches.asp?"& Persists_Query_String( Empty ), _
40
                             imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
40
                             imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?"& Persists_Query_String( Empty ), _
41
                             "Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
41
                             "Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
42
                             "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
42
                             "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
43
                             "Action Log@action_log.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
43
                             "Action Log@action_log.asp?"& Persists_Query_String( Empty ), _
-
 
44
                             "Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ) )
44
      Else
45
      Else
45
         ' Tabs for other packages
46
         ' Tabs for other packages
46
         TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
47
         TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?"& Persists_Query_String( Empty ), _
47
                             "Runtime@runtime_dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
48
                             "Runtime@runtime_dependencies.asp?"& Persists_Query_String( Empty ), _
48
                             "Used by@used_by.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
49
                             "Used by@used_by.asp?"& Persists_Query_String( Empty ), _
49
                             "Processes@process_dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
50
                             "Processes@process_dependencies.asp?"& Persists_Query_String( Empty ), _
50
                             imgPatchesIcon &"Patches@patches.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
51
                             imgPatchesIcon &"Patches@patches.asp?"& Persists_Query_String( Empty ), _
51
                             imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
52
                             imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?"& Persists_Query_String( Empty ), _
52
                             "Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
53
                             "Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
53
                             "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
54
                             "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
54
                             "Action Log@action_log.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
55
                             "Action Log@action_log.asp?"& Persists_Query_String( Empty ), _
-
 
56
                             "Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ) )
55
      End If
57
      End If
56
   Else
58
   Else
57
      ' Tabs for Patches
59
      ' Tabs for Patches
58
      TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
60
      TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
59
                          "Used by@used_by.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
61
                          "Used by@used_by.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _