| Line 88... |
Line 88... |
| 88 |
Const enum_MSG_PACKAGE_VERSION_EXISTS = "msg_package_version_exists.asp"
|
88 |
Const enum_MSG_PACKAGE_VERSION_EXISTS = "msg_package_version_exists.asp"
|
| 89 |
Const enum_MSG_PACKAGE_WIP_EXISTS = "msg_package_wip_exists.asp"
|
89 |
Const enum_MSG_PACKAGE_WIP_EXISTS = "msg_package_wip_exists.asp"
|
| 90 |
Const enum_MSG_PACKAGE_VERSION_INVALID = "msg_package_version_invalid.asp"
|
90 |
Const enum_MSG_PACKAGE_VERSION_INVALID = "msg_package_version_invalid.asp"
|
| 91 |
Const enum_MSG_CANNOT_AUTO_GENERATE_COTS_PKG = "msg_cannot_auto_generate_cots_pkg.asp"
|
91 |
Const enum_MSG_CANNOT_AUTO_GENERATE_COTS_PKG = "msg_cannot_auto_generate_cots_pkg.asp"
|
| 92 |
Const enum_MSG_VCS_EXISTS = "msg_vcs_exists.asp"
|
92 |
Const enum_MSG_VCS_EXISTS = "msg_vcs_exists.asp"
|
| - |
|
93 |
Const enum_MSG_PACKAGE_WIP_EXISTS_BULK_RELEASE = "msg_package_wip_exists_bulk_release.asp"
|
| - |
|
94 |
Const enum_MSG_PERMISSION_PROBLEMS_BULK_RELEASE = "msg_permission_problems_bulk_release.asp"
|
| 93 |
'---------------------------------------------
|
95 |
'---------------------------------------------
|
| 94 |
%>
|
96 |
%>
|
| 95 |
<%
|
97 |
<%
|
| 96 |
'-- ICONS ------------------------------------
|
98 |
'-- ICONS ------------------------------------
|
| 97 |
Const enum_imgBlank = "<img src='images/h_trsp_dot.gif' width='19' height='17' border='0'>"
|
99 |
Const enum_imgBlank = "<img src='images/h_trsp_dot.gif' width='19' height='17' border='0'>"
|
| 98 |
Const enum_imgCritical = "<img src='images/s_critical.gif' width='19' height='17' border='0'>"
|
100 |
Const enum_imgCritical = "<img src='images/s_critical.gif' width='19' height='17' border='0'>"
|
| 99 |
Const enum_imgDeprecated = "<img src='images/bomb.gif' width='19' height='17' border='0'>"
|
101 |
Const enum_imgDeprecated = "<img src='images/bomb.gif' width='19' height='17' border='0'>"
|
| 100 |
Const enum_imgProductRejected = "<img src='icons/i_product_rejected.gif' width='19' height='17' border='0'>"
|
102 |
Const enum_imgProductRejected = "<img src='icons/i_product_rejected.gif' width='19' height='17' border='0'>"
|
| 101 |
Const enum_imgDeprecatedDependent = "<img src='images/bomb_dependant.gif' width='19' height='17' border='0'>"
|
103 |
Const enum_imgDeprecatedDependent = "<img src='images/bomb_dependant.gif' width='19' height='17' border='0'>"
|
| 102 |
Const enum_imgCReady = "<img src='images/s_update_critical.gif' width='19' height='17' border='0'>"
|
104 |
Const enum_imgCReady = "<img src='images/s_update_critical.gif' width='19' height='17' border='0'>"
|
| 103 |
Const enum_imgAR = "<img src='images/s_advisory_ripple.png' width='19' height='17' border='0'>"
|
105 |
Const enum_imgAR = "<img src='images/i_advisory_ripple.gif' width='19' height='17' border='0'>"
|
| 104 |
Const enum_imgARD = "<img src='images/s_advisory_ripple_dependant.png' width='19' height='17' border='0'>"
|
106 |
Const enum_imgARD = "<img src='images/s_advisory_ripple_dependant.png' width='19' height='17' border='0'>"
|
| 105 |
Const enum_imgWarning = "<img src='images/s_warning.gif' width='19' height='17' border='0'>"
|
107 |
Const enum_imgWarning = "<img src='images/s_warning.gif' width='19' height='17' border='0'>"
|
| 106 |
Const enum_imgWReady = "<img src='images/s_update_warning.gif' width='19' height='17' border='0'>"
|
108 |
Const enum_imgWReady = "<img src='images/s_update_warning.gif' width='19' height='17' border='0'>"
|
| 107 |
Const enum_imgBuilding = "<img src='images/s_gear.gif' width='19' height='17' border='0'>"
|
109 |
Const enum_imgBuilding = "<img src='images/s_gear.gif' width='19' height='17' border='0'>"
|
| 108 |
Const enum_imgNotFound = "<img src='images/s_not_found.gif' width='19' height='17' border='0'>"
|
110 |
Const enum_imgNotFound = "<img src='images/s_not_found.gif' width='19' height='17' border='0'>"
|