Subversion Repositories DevTools

Rev

Rev 127 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 127 Rev 129
Line 69... Line 69...
69
Const enum_MSG_RELEASE_IS_UNLOCKED = "msg_release_is_unlocked.asp"
69
Const enum_MSG_RELEASE_IS_UNLOCKED = "msg_release_is_unlocked.asp"
70
Const enum_MSG_NEW_UNOFFICIAL_RELEASE_CREATED = "msg_new_unofficial_release_created.asp"
70
Const enum_MSG_NEW_UNOFFICIAL_RELEASE_CREATED = "msg_new_unofficial_release_created.asp"
71
Const enum_MSG_DUPLICATE_AN = "msg_duplicate_an.asp"
71
Const enum_MSG_DUPLICATE_AN = "msg_duplicate_an.asp"
72
Const enum_MSG_DUPLICATE_UT = "msg_duplicate_ut.asp"
72
Const enum_MSG_DUPLICATE_UT = "msg_duplicate_ut.asp"
73
Const enum_MSG_PACKAGE_INFORMATION_INCOMPLETE = "msg_package_information_incomplete.asp"
73
Const enum_MSG_PACKAGE_INFORMATION_INCOMPLETE = "msg_package_information_incomplete.asp"
-
 
74
Const enum_MSG_AUTOBUILD_PACKAGE_IS_UNCONTROLLED = "msg_autobuild_package_is_uncontrolled.asp"
-
 
75
Const enum_MSG_AUTOBUILD_PACKAGE_REQUIRES_BUILD_STD_AND_ENV = "msg_autobuild_package_requires_build_std_and_env.asp"
74
Const enum_MSG_UNIT_TESTS_NOT_SUPPLIED = "msg_unit_tests_not_supplied.asp"
76
Const enum_MSG_UNIT_TESTS_NOT_SUPPLIED = "msg_unit_tests_not_supplied.asp"
75
Const enum_MSG_REASON_FOR_THIS_VERSION_NOT_SUPLIED =  "msg_reason_for_this_version_not_suplied.asp"
77
Const enum_MSG_REASON_FOR_THIS_VERSION_NOT_SUPLIED =  "msg_reason_for_this_version_not_suplied.asp"
76
Const enum_MSG_CANNOT_REMOVE_PACKAGE =  "msg_cannot_remove_package.asp"
78
Const enum_MSG_CANNOT_REMOVE_PACKAGE =  "msg_cannot_remove_package.asp"
77
Const enum_MSG_PACKAGE_IN_USE =  "msg_package_in_use.asp"
79
Const enum_MSG_PACKAGE_IN_USE =  "msg_package_in_use.asp"
78
Const enum_MSG_RELEASE_IS_IN_OPEN_MODE = "msg_release_is_in_open_mode.asp"
80
Const enum_MSG_RELEASE_IS_IN_OPEN_MODE = "msg_release_is_in_open_mode.asp"
Line 84... Line 86...
84
Const enum_MSG_NO_LICENCES_EXIST = "msg_no_licences.asp"
86
Const enum_MSG_NO_LICENCES_EXIST = "msg_no_licences.asp"
85
Const enum_MSG_PACKAGE_VERSION_EXISTS = "msg_package_version_exists.asp"
87
Const enum_MSG_PACKAGE_VERSION_EXISTS = "msg_package_version_exists.asp"
86
Const enum_MSG_PACKAGE_WIP_EXISTS = "msg_package_wip_exists.asp"
88
Const enum_MSG_PACKAGE_WIP_EXISTS = "msg_package_wip_exists.asp"
87
Const enum_MSG_PACKAGE_VERSION_INVALID = "msg_package_version_invalid.asp"
89
Const enum_MSG_PACKAGE_VERSION_INVALID = "msg_package_version_invalid.asp"
88
Const enum_MSG_CANNOT_AUTO_GENERATE_COTS_PKG = "msg_cannot_auto_generate_cots_pkg.asp"
90
Const enum_MSG_CANNOT_AUTO_GENERATE_COTS_PKG = "msg_cannot_auto_generate_cots_pkg.asp"
-
 
91
Const enum_MSG_VCS_EXISTS = "msg_vcs_exists.asp"
89
'---------------------------------------------
92
'---------------------------------------------
90
%>
93
%>
91
<%
94
<%
92
'-- ICONS ------------------------------------
95
'-- ICONS ------------------------------------
93
Const enum_imgBlank     = "<img src='images/h_trsp_dot.gif' width='19' height='17' border='0'>"
96
Const enum_imgBlank     = "<img src='images/h_trsp_dot.gif' width='19' height='17' border='0'>"
Line 114... Line 117...
114
Const enum_SMALL_imgCReady	  = "<img src='images/si_update_critical.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
117
Const enum_SMALL_imgCReady	  = "<img src='images/si_update_critical.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
115
Const enum_SMALL_imgWarning   = "<img src='images/si_warning.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
118
Const enum_SMALL_imgWarning   = "<img src='images/si_warning.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
116
Const enum_SMALL_imgWReady    = "<img src='images/si_update_warning.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
119
Const enum_SMALL_imgWReady    = "<img src='images/si_update_warning.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
117
Const enum_SMALL_imgBuilding  = "<img src='images/si_gear.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
120
Const enum_SMALL_imgBuilding  = "<img src='images/si_gear.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
118
Const enum_SMALL_imgNotFound  = "<img src='images/si_not_found.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
121
Const enum_SMALL_imgNotFound  = "<img src='images/si_not_found.gif' width='17' height='16' border='0' align='absmiddle' vspace='1' hspace='2'>"
-
 
122
'-- VERSION CONTROL CONSTANTS ------------------------------
-
 
123
Const enum_VCS_UNCONTROLLED_TAG = "UC"
-
 
124
Const enum_VCS_CLEARCASE_TAG = "CC"
-
 
125
Const enum_VCS_SUBVERSION_TAG = "SVN"
119
'---------------------------------------------
126
'---------------------------------------------
120
%>
127
%>