| Line 85... |
Line 85... |
| 85 |
"Used by@_wform_versions_history_used_by.asp?"& Persists_Query_String( Empty ), _
|
85 |
"Used by@_wform_versions_history_used_by.asp?"& Persists_Query_String( Empty ), _
|
| 86 |
"Patches@_wform_versions_history_patches.asp?" & Persists_Query_String( Empty ), _
|
86 |
"Patches@_wform_versions_history_patches.asp?" & Persists_Query_String( Empty ), _
|
| 87 |
imgReleaseNotesIcon &"Release Notes@_wform_versions_history_release_notes.asp?" & Persists_Query_String( Empty ), _
|
87 |
imgReleaseNotesIcon &"Release Notes@_wform_versions_history_release_notes.asp?" & Persists_Query_String( Empty ), _
|
| 88 |
"Documentation@_wform_versions_history_documentation.asp?"& Persists_Query_String( Empty ), _
|
88 |
"Documentation@_wform_versions_history_documentation.asp?"& Persists_Query_String( Empty ), _
|
| 89 |
"Files and Folders@_wform_versions_history_files_and_folders.asp?" & Persists_Query_String( Empty ), _
|
89 |
"Files and Folders@_wform_versions_history_files_and_folders.asp?" & Persists_Query_String( Empty ), _
|
| 90 |
"Action Log@_wform_versions_history_action_log.asp?"& Persists_Query_String( Empty ) )
|
90 |
"Action Log@_wform_versions_history_action_log.asp?"& Persists_Query_String( Empty ) ,_
|
| - |
|
91 |
"Unit Tests@_wform_versions_history_unit_test_log.asp?"& Persists_Query_String( Empty ) )
|
| 91 |
|
92 |
|
| 92 |
TABarray5D = Array ( imgDependenciesIcon &"Dependencies@#", _
|
93 |
TABarray5D = Array ( imgDependenciesIcon &"Dependencies@#", _
|
| 93 |
"Runtime@#", _
|
94 |
"Runtime@#", _
|
| 94 |
"Patches@#", _
|
95 |
"Patches@#", _
|
| 95 |
imgReleaseNotesIcon &"Release Notes@#", _
|
96 |
imgReleaseNotesIcon &"Release Notes@#", _
|
| 96 |
"Documentation@#", _
|
97 |
"Documentation@#", _
|
| 97 |
"Action Log@#" )
|
98 |
"Action Log@#",_
|
| - |
|
99 |
"Unit Tests@#" )
|
| 98 |
|
100 |
|
| 99 |
' Tabs for Unit Test window
|
101 |
' Tabs for Unit Test window
|
| 100 |
TABarray6 = Array ( "Unit Test Details@_wform_update_unit_test.asp?rtag_id="& Request("rtag_id") &"&pv_id="& Request("pv_id") &"&test_id="& Request("test_id"), _
|
102 |
TABarray6 = Array ( "Unit Test Details@_wform_update_unit_test.asp?rtag_id="& Request("rtag_id") &"&pv_id="& Request("pv_id") &"&test_id="& Request("test_id"), _
|
| 101 |
"Acceptance@_wform_update_unit_test_acceptance.asp?rtag_id="& Request("rtag_id") &"&pv_id="& Request("pv_id") &"&test_id="& Request("test_id"))
|
103 |
"Acceptance@_wform_update_unit_test_acceptance.asp?rtag_id="& Request("rtag_id") &"&pv_id="& Request("pv_id") &"&test_id="& Request("test_id"))
|
| 102 |
|
104 |
|