| Line 167... |
Line 167... |
| 167 |
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
|
167 |
DocRepositiryLink = DOC_REPOSITORY_URL & "docLinkTo.asp?docnum="
|
| 168 |
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
|
168 |
DocRepositiryLinkOld = DOC_REPOSITORY_URL & "docLinkTo.asp?old=1&fileid="
|
| 169 |
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
|
169 |
DocBrowseLink = DOC_REPOSITORY_URL & "docbrowse.asp"
|
| 170 |
FavIcon = strRelativePath & "favicons/RM" & Application("FavIconSuffix") & ".png"
|
170 |
FavIcon = strRelativePath & "favicons/RM" & Application("FavIconSuffix") & ".png"
|
| 171 |
ForcePageLogon = TRUE
|
171 |
ForcePageLogon = TRUE
|
| 172 |
VixVerNum = 2
|
172 |
VixVerNum = 3
|
| 173 |
|
173 |
|
| 174 |
' -- Constants ----------------------------------------
|
174 |
' -- Constants ----------------------------------------
|
| 175 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
175 |
HTTP_PKG_ARCHIVE = "http://" & archive_server
|
| 176 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
176 |
dpkg_archiveURL = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
|
| 177 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|
177 |
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
|
| Line 252... |
Line 252... |
| 252 |
Const enum_imgSdkImport = "<img src='images/i_sdkpkg.png' width='15' height='15' border='0' title='This version imported via an SDK'>"
|
252 |
Const enum_imgSdkImport = "<img src='images/i_sdkpkg.png' width='15' height='15' border='0' title='This version imported via an SDK'>"
|
| 253 |
Const enum_imgSdkDep = "<img src='images/i_sdkdep.png' width='15' height='15' border='0' title='Not Found. Is a dependency only of the SDK and not required to be in this release.'>"
|
253 |
Const enum_imgSdkDep = "<img src='images/i_sdkdep.png' width='15' height='15' border='0' title='Not Found. Is a dependency only of the SDK and not required to be in this release.'>"
|
| 254 |
Const enum_imgUnBuildable = "<img src='icons/s_unbuildable.png' width='15' height='15' border='0' title='This package is unbuildable.'>"
|
254 |
Const enum_imgUnBuildable = "<img src='icons/s_unbuildable.png' width='15' height='15' border='0' title='This package is unbuildable.'>"
|
| 255 |
Const enum_imgRippleStop = "<img src='images/RippleStop.gif' width='16' height='16' border='0' title='Package is waiting for user to release the ripple stop'>"
|
255 |
Const enum_imgRippleStop = "<img src='images/RippleStop.gif' width='16' height='16' border='0' title='Package is waiting for user to release the ripple stop'>"
|
| 256 |
Const enum_imgRippleGo = "<img src='images/RippleGo.gif' width='16' height='16' border='0' title='Ripple stop released. Package waiting to build.'>"
|
256 |
Const enum_imgRippleGo = "<img src='images/RippleGo.gif' width='16' height='16' border='0' title='Ripple stop released. Package waiting to build.'>"
|
| - |
|
257 |
Const enum_imgClipBoard = "<img src='images/CopyToClipboard.ico' width='15' height='15' border='0' title='Copy package name to clipboard'>"
|
| 257 |
|
258 |
|
| 258 |
|
259 |
|
| 259 |
'-- ICONS SMALL ------------------------------
|
260 |
'-- ICONS SMALL ------------------------------
|
| 260 |
Const enum_SMALL_imgOK = "<img src='images/si_ok.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|
261 |
Const enum_SMALL_imgOK = "<img src='images/si_ok.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|
| 261 |
Const enum_SMALL_imgCritical = "<img src='images/si_critical.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|
262 |
Const enum_SMALL_imgCritical = "<img src='images/si_critical.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
|