Subversion Repositories DevTools

Rev

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

Rev 5097 Rev 5098
Line 52... Line 52...
52
                             imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?"& Persists_Query_String( Empty ), _
52
                             imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?"& Persists_Query_String( Empty ), _
53
                             "Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
53
                             "Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
54
                             "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
54
                             "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
55
                             "Action Log@action_log.asp?"& Persists_Query_String( Empty ), _
55
                             "Action Log@action_log.asp?"& Persists_Query_String( Empty ), _
56
                             "Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ) )
56
                             "Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ) )
-
 
57
 
-
 
58
        ' Add a debug tab to show internal data
-
 
59
        If (IsEmpty(Application("LiveSystem"))) Then
-
 
60
            ReDim Preserve yourArray(UBound(TABarray1) + 1)
-
 
61
            TABarray1(UBound(TABarray1)) = "Debug@pvdata.asp?"& Persists_Query_String( Empty )
-
 
62
        End If
57
      End If
63
      End If
58
   Else
64
   Else
59
      ' Tabs for Patches
65
      ' Tabs for Patches
60
      TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
66
      TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.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"), _
67
                          "Used by@used_by.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _