| Line 18... |
Line 18... |
| 18 |
imgUsedByIcon = "<img src='images/i_used_by.gif' border='0' style='margin-right: 3px;vertical-align: middle;'>"
|
18 |
imgUsedByIcon = "<img src='images/i_used_by.gif' border='0' style='margin-right: 3px;vertical-align: middle;'>"
|
| 19 |
imgReleaseNotesIcon = "<img src='images/i_release_note.gif' style='margin-right: 3px;vertical-align: middle;'>"
|
19 |
imgReleaseNotesIcon = "<img src='images/i_release_note.gif' style='margin-right: 3px;vertical-align: middle;'>"
|
| 20 |
imgPatchesIcon = "<img src='images/i_patch_small.gif' border='0' style='margin-right: 3px;vertical-align: middle;'>"
|
20 |
imgPatchesIcon = "<img src='images/i_patch_small.gif' border='0' style='margin-right: 3px;vertical-align: middle;'>"
|
| 21 |
ReleaseMode = GetReleaseMode( Request("rtag_id") )
|
21 |
ReleaseMode = GetReleaseMode( Request("rtag_id") )
|
| 22 |
|
22 |
|
| - |
|
23 |
' TABarray* structure
|
| - |
|
24 |
' Array of Arrays of:
|
| - |
|
25 |
' [0] - Image (Optional)
|
| - |
|
26 |
' [1] - Text
|
| - |
|
27 |
' [2] - URL
|
| - |
|
28 |
'
|
| 23 |
'----------------------------------------------
|
29 |
'----------------------------------------------
|
| 24 |
If IsObject(pkgInfoHash) Then
|
30 |
If IsObject(pkgInfoHash) Then
|
| 25 |
If IsNull(pkgInfoHash.Item ("is_patch")) Then
|
31 |
If IsNull(pkgInfoHash.Item ("is_patch")) Then
|
| 26 |
Dim TabArray, OptionArray, canDebug
|
32 |
Dim TabArray, OptionArray, canDebug
|
| 27 |
TabArray = Array()
|
33 |
TabArray = Array()
|