| Line 76... |
Line 76... |
| 76 |
'<p>A Project Branch will be displayed if configured, but it may not be suitable for all packages.');
|
76 |
'<p>A Project Branch will be displayed if configured, but it may not be suitable for all packages.');
|
| 77 |
|
77 |
|
| 78 |
formTips.tips.JatsExtraction_CVS = stdTip(200,'CVS','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
78 |
formTips.tips.JatsExtraction_CVS = stdTip(200,'CVS','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| 79 |
formTips.tips.JatsExtraction_ = stdTip(200,'Unknown Version Control System','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
79 |
formTips.tips.JatsExtraction_ = stdTip(200,'Unknown Version Control System','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| 80 |
|
80 |
|
| 81 |
formTips.tips.s3Sync = stdTip(200, 'SYNC to S3','When enabled and the Release is also configured to support S3 Sync and this package contains an S3Tranfer.json file then files in the S3Tranfer.json file will be synced to an S3 bucket<p>The target bucket name is based on the rtagId');
|
81 |
formTips.tips.s3Sync = stdTip(200, 'SYNC to S3','When enabled and the Release is also configured to support S3 Sync and this package contains an s3Transfer.json file then files in the s3Transfer.json file will be synced to an S3 bucket<p>The target bucket name is based on the rtagId');
|
| 82 |
|
82 |
|
| 83 |
|
83 |
|
| 84 |
</script>
|
84 |
</script>
|
| 85 |
<%
|
85 |
<%
|
| 86 |
'----------------------------------------------------------------------------------------------------------------------------------------
|
86 |
'----------------------------------------------------------------------------------------------------------------------------------------
|
| Line 769... |
Line 769... |
| 769 |
'------------------ MAIN LINE --------------------
|
769 |
'------------------ MAIN LINE --------------------
|
| 770 |
'-------------------------------------------------
|
770 |
'-------------------------------------------------
|
| 771 |
If pkgInfoHash.Exists("pv_id") Then
|
771 |
If pkgInfoHash.Exists("pv_id") Then
|
| 772 |
%>
|
772 |
%>
|
| 773 |
<!-- PACKAGE INFORMATION --------------------------------------------------------------------------------------------------------------->
|
773 |
<!-- PACKAGE INFORMATION --------------------------------------------------------------------------------------------------------------->
|
| - |
|
774 |
<a name="PACKAGE_INFORMATION"></a>
|
| 774 |
<fieldset class="fset">
|
775 |
<fieldset class="fset">
|
| 775 |
<legend class="body_colb"><img src='images/s_info.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Package Information</legend>
|
776 |
<legend class="body_colb"><img src='images/s_info.gif' width='21' height='24' hspace='4' border='0' align='absmiddle'>Package Information</legend>
|
| 776 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
777 |
<div style="display: block;float: right;margin-top: -20px;background-color: #FFF;padding: 0 5px;">
|
| 777 |
<%If pageIsEditable Then%>
|
778 |
<%If pageIsEditable Then%>
|
| 778 |
<span onClick="MM_openVixIFrame('_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Package Info')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
779 |
<span onClick="MM_openVixIFrame('_wform_pkg_info.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Package Info')" class="txt_linked pointer">Edit<img src="images/i_edit.gif" width="12" height="12" hspace="2" border="0" align='absmiddle'></span>
|
| 779 |
<%End If%>
|
780 |
<%End If%>
|
| 780 |
</div>
|
781 |
</div>
|
| 781 |
<a name="PACKAGE_INFORMATION"></a>
|
- |
|
| 782 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='lhsGrey'>
|
782 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='lhsGrey'>
|
| 783 |
<%
|
783 |
<%
|
| 784 |
Set rsQry = OraDatabase.DbCreateDynaset( SQL_Package_Information ( parPv_id ), cint(0))
|
784 |
Set rsQry = OraDatabase.DbCreateDynaset( SQL_Package_Information ( parPv_id ), cint(0))
|
| 785 |
|
- |
|
| 786 |
Call get_vcs_info_for_package( rsQry("pkg_label"), rsQry("build_type"), rsQry("vcs_type_id"), rsQry("dlocked"), vcsInfoCollector )
|
785 |
Call get_vcs_info_for_package( rsQry("pkg_label"), rsQry("build_type"), rsQry("vcs_type_id"), rsQry("dlocked"), vcsInfoCollector )
|
| 787 |
|
- |
|
| 788 |
%>
|
- |
|
| 789 |
|
- |
|
| 790 |
<%
|
- |
|
| 791 |
' Status:
|
786 |
' Status:
|
| 792 |
Dim sstate
|
787 |
Dim sstate
|
| 793 |
Dim bcan_unlock
|
788 |
Dim bcan_unlock
|
| 794 |
Dim stitle
|
789 |
Dim stitle
|
| 795 |
Dim bis_patch
|
790 |
Dim bis_patch
|