| Line 39... |
Line 39... |
| 39 |
imgPatchesIcon &"Patches@patches.asp?"& Persists_Query_String( Empty ), _
|
39 |
imgPatchesIcon &"Patches@patches.asp?"& Persists_Query_String( Empty ), _
|
| 40 |
imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?"& Persists_Query_String( Empty ), _
|
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?"& Persists_Query_String( Empty ), _
|
43 |
"Action Log@action_log.asp?"& Persists_Query_String( Empty ), _
|
| 44 |
"Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ) )
|
44 |
"Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ), _
|
| - |
|
45 |
"Notifications@notifications.asp?"& Persists_Query_String( Empty ) )
|
| 45 |
Else
|
46 |
Else
|
| 46 |
' Tabs for other packages
|
47 |
' Tabs for other packages
|
| 47 |
TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?"& Persists_Query_String( Empty ), _
|
48 |
TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?"& Persists_Query_String( Empty ), _
|
| 48 |
"Runtime@runtime_dependencies.asp?"& Persists_Query_String( Empty ), _
|
49 |
"Runtime@runtime_dependencies.asp?"& Persists_Query_String( Empty ), _
|
| 49 |
"Used by@used_by.asp?"& Persists_Query_String( Empty ), _
|
50 |
"Used by@used_by.asp?"& Persists_Query_String( Empty ), _
|
| Line 51... |
Line 52... |
| 51 |
imgPatchesIcon &"Patches@patches.asp?"& Persists_Query_String( Empty ), _
|
52 |
imgPatchesIcon &"Patches@patches.asp?"& Persists_Query_String( Empty ), _
|
| 52 |
imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?"& Persists_Query_String( Empty ), _
|
53 |
imgReleaseNotesIcon &"Release Notes@fixed_issues.asp?"& Persists_Query_String( Empty ), _
|
| 53 |
"Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
|
54 |
"Documentation@documentation.asp?" & Persists_Query_String( Empty ), _
|
| 54 |
"Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
|
55 |
"Files and Folders@files_and_folders.asp?" & Persists_Query_String( Empty ), _
|
| 55 |
"Action Log@action_log.asp?"& Persists_Query_String( Empty ), _
|
56 |
"Action Log@action_log.asp?"& Persists_Query_String( Empty ), _
|
| 56 |
"Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ) )
|
57 |
"Unit Test@unit_test_log.asp?"& Persists_Query_String( Empty ) , _
|
| - |
|
58 |
"Notifications@notifications.asp?"& Persists_Query_String( Empty ) )
|
| 57 |
End If
|
59 |
End If
|
| 58 |
Else
|
60 |
Else
|
| 59 |
' Tabs for Patches
|
61 |
' Tabs for Patches
|
| 60 |
TABarray1 = Array ( imgDependenciesIcon &"Dependencies@dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
|
62 |
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"), _
|
63 |
"Used by@used_by.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"), _
|