Subversion Repositories DevTools

Rev

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

Rev 5263 Rev 5293
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 TABarray1(UBound(TABarray1) + 1)
-
 
61
            TABarray1(UBound(TABarray1)) = "Debug@pvdata.asp?"& Persists_Query_String( Empty )
-
 
62
        End If
-
 
63
      End If
57
      End If
64
   Else
58
   Else
65
      ' Tabs for Patches
59
      ' Tabs for Patches
66
      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"), _
67
                          "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"), _
68
                          imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
62
                          imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
69
                          "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
63
                          "Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
70
                          "Action Log@action_log.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
64
                          "Action Log@action_log.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
71
   End If
65
   End If
-
 
66
 
-
 
67
    ' Add a debug tab to show internal data
-
 
68
    If (IsEmpty(Application("LiveSystem"))) Then
-
 
69
        ReDim Preserve TABarray1(UBound(TABarray1) + 1)
-
 
70
        TABarray1(UBound(TABarray1)) = "Debug@pvdata.asp?"& Persists_Query_String( Empty )
-
 
71
    End If
-
 
72
 
72
End If
73
End If
73
 
74
 
74
' Tabs for Import / Export Dependencies
75
' Tabs for Import / Export Dependencies
75
TABarray2 = Array ( "JATS style@form_update_jats_dependencies.asp?click="& CInt(ppClick) + 1 &"&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
76
TABarray2 = Array ( "JATS style@form_update_jats_dependencies.asp?click="& CInt(ppClick) + 1 &"&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
76
                    "JANT style@form_update_jant_dependencies.asp?click="& CInt(ppClick) + 1 &"&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
77
                    "JANT style@form_update_jant_dependencies.asp?click="& CInt(ppClick) + 1 &"&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _