Subversion Repositories DevTools

Rev

Rev 5506 | Rev 5596 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 513... Line 513...
513
   WEnd
513
   WEnd
514
   Response.Write "</select>"
514
   Response.Write "</select>"
515
 
515
 
516
   ' Create a hidden combo containing tags instead of names - we can use this to get a tag for a name without
516
   ' Create a hidden combo containing tags instead of names - we can use this to get a tag for a name without
517
   ' doing a database query
517
   ' doing a database query
518
   Response.Write "<td nowrap background='images/bg_form_lightbluedark.gif'><div id='div_vcs_tag_combo' name='div_vcs_tag_combo' style='visibility:hidden'   >"
518
   Response.Write "<div id='div_vcs_tag_combo' name='div_vcs_tag_combo' style='visibility:hidden'   >"
519
   Response.Write "<select id='vcs_tag_combo' name='vcs_tag_combo' disabled hidden  class='form_item' "& disableCriticalSectionEdit &">"
519
   Response.Write "<select id='vcs_tag_combo' name='vcs_tag_combo' disabled hidden  class='form_item' "& disableCriticalSectionEdit &">"
520
   rsTemp.MoveFirst
520
   rsTemp.MoveFirst
521
   While (NOT rsTemp.BOF) AND (NOT rsTemp.EOF)
521
   While (NOT rsTemp.BOF) AND (NOT rsTemp.EOF)
522
      Response.write "<option value='"& rsTemp.Fields("tag") &"'>"& rsTemp.Fields("tag") &"</option>"
522
      Response.write "<option value='"& rsTemp.Fields("tag") &"'>"& rsTemp.Fields("tag") &"</option>"
523
      rsTemp.MoveNext
523
      rsTemp.MoveNext
524
   WEnd
524
   WEnd
525
   Response.Write "</select>"
525
   Response.Write "</select>"
526
   Response.Write "</div></td>"
526
   Response.Write "</div>"
527
 
527
 
528
   rsTemp.Close()
528
   rsTemp.Close()
529
   Set rsTemp = nothing
529
   Set rsTemp = nothing
530
End Sub
530
End Sub
531
'----------------------------------------------------------------------------------------------------------------------
531
'----------------------------------------------------------------------------------------------------------------------
Line 548... Line 548...
548
         Response.write "<option value='"& rsTemp.Fields("bs_name") &"'>"& rsTemp.Fields("bs_name") &"</option>"
548
         Response.write "<option value='"& rsTemp.Fields("bs_name") &"'>"& rsTemp.Fields("bs_name") &"</option>"
549
      End If
549
      End If
550
      rsTemp.MoveNext
550
      rsTemp.MoveNext
551
   WEnd
551
   WEnd
552
   Response.Write "</select>"
552
   Response.Write "</select>"
553
   Response.Write "<td nowrap background='images/bg_form_lightbluedark.gif'>&nbsp;</td>"
-
 
554
 
-
 
555
   rsTemp.Close()
553
   rsTemp.Close()
556
   Set rsTemp = nothing
554
   Set rsTemp = nothing
557
End Sub
555
End Sub
558
'----------------------------------------------------------------------------------------------------------------------
556
'----------------------------------------------------------------------------------------------------------------------
559
' Figures out what the url should be for when the form is submitted, ensuring that all of the paramters are present if
557
' Figures out what the url should be for when the form is submitted, ensuring that all of the paramters are present if
Line 595... Line 593...
595
   End If
593
   End If
596
   args = args & ",'pv_description','Package Description','RminLength:11'"
594
   args = args & ",'pv_description','Package Description','RminLength:11'"
597
   args = args & ",'pv_overview','Package Overview','RminLength:11'"
595
   args = args & ",'pv_overview','Package Overview','RminLength:11'"
598
   on_submit_validation = "onSubmit=""MM_validateForm(" & args & "); return document.MM_returnValue"""
596
   on_submit_validation = "onSubmit=""MM_validateForm(" & args & "); return document.MM_returnValue"""
599
 
597
 
-
 
598
   on_submit_validation = ""
600
End Sub
599
End Sub
601
'----------------------------------------------------------------------------------------------------------------------
600
'----------------------------------------------------------------------------------------------------------------------
602
' This function obtains a BM_ID (build machine ID) from a buidl machine name by querrying the database
601
' This function obtains a BM_ID (build machine ID) from a buidl machine name by querrying the database
603
Function Get_BM_ID_for_BM_Name(nBm_Name)
602
Function Get_BM_ID_for_BM_Name(nBm_Name)
604
   Dim rsTemp, Query_String
603
   Dim rsTemp, Query_String
Line 848... Line 847...
848
</head>
847
</head>
849
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
848
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
850
<!-- TIPS LAYERS -------------------------------------->
849
<!-- TIPS LAYERS -------------------------------------->
851
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
850
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
852
<!----------------------------------------------------->
851
<!----------------------------------------------------->
853
<form id="pkginfo" name="pkginfo" method="post" <%=on_submit_validation%> action="<%=submit_action_url%>">
852
<form id="pkginfo" name="pkginfo" method="post" <%=on_submit_validation%> action="<%=submit_action_url%>" class="form_tight">
854
   <table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
853
   <table border="0" cellspacing="0" cellpadding="2">
855
      <tr>
-
 
856
         <td background="images/lbox_bg_orange.gif" width="1%" height="1%"><img src="images/s_info_off.gif" width="21" height="21" hspace="5" border="0"></td>
-
 
857
         <td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl">&nbsp;Package Information </td>
-
 
858
         <td background="images/lbox_bg_blue.gif" align="right" width="50%">
-
 
859
            <input type="submit" name="btn" value="Submit" <%If pageIsEditable Then%>class="form_btn_comp"<%Else%>disabled class="form_btn_comp_disabled"<%End If%>>
-
 
860
            <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
-
 
861
         </td>
-
 
862
         <td background="images/lbox_bg_blue.gif" align="right" width="1%" nowrap>
-
 
863
         <img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
-
 
864
      </tr>
-
 
865
 
-
 
866
      <tr>
854
      <tr>
867
         <td height="100%" width="1%">&nbsp;</td>
-
 
868
         <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
855
         <td valign="top" nowrap class="wform_ttl" background="images/bg_form_lightgray.gif">
869
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
856
            <table width="100%" border="0" cellspacing="1" cellpadding="2">
870
               <tr>
857
               <tr>
871
                  <td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
-
 
872
                  <td width="1%" nowrap class="form_group" valign="bottom"></td>
-
 
873
                  <td nowrap width="1%">&nbsp; </td>
-
 
874
                  <td nowrap width="100%">&nbsp;</td>
-
 
875
               </tr>
-
 
876
               <tr>
-
 
877
                  <td>&nbsp;</td>
-
 
878
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
858
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
879
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objFormCollector.Item("pkg_name") &" "& objFormCollector.Item("pkg_version")%></td>
859
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objFormCollector.Item("pkg_name") &" "& objFormCollector.Item("pkg_version")%></td>
880
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">&nbsp;</td>
-
 
881
               </tr>
860
               </tr>
882
               <tr>
861
               <tr>
883
                  <td>&nbsp;</td>
-
 
884
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Deployable?<%=Quick_Help ( "deployable" )%></td>
862
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Deployable?<%=Quick_Help ( "deployable" )%></td>
885
                  <%
863
                  <%
886
                  FRdeployableYES = ""
864
                  FRdeployableYES = ""
887
                  FRdeployableNO = ""
865
                  FRdeployableNO = ""
888
 
866
 
Line 902... Line 880...
902
 
880
 
903
                  End If
881
                  End If
904
                  %>
882
                  %>
905
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">Yes<input name="FRdeployable" type="radio" value="1" <%=FRdeployableYES%>>
883
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">Yes<input name="FRdeployable" type="radio" value="1" <%=FRdeployableYES%>>
906
                  &nbsp;&nbsp;No<input name="FRdeployable" type="radio" value="0" <%=FRdeployableNO%>></td>
884
                  &nbsp;&nbsp;No<input name="FRdeployable" type="radio" value="0" <%=FRdeployableNO%>></td>
907
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">&nbsp;</td>
-
 
908
               </tr>
885
               </tr>
909
               <tr>
886
               <tr>
910
                  <td>&nbsp;</td>
-
 
911
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Version Control System</td>
887
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Version Control System</td>
912
                  <td nowrap background="images/bg_form_lightbluedark.gif">
888
                  <td nowrap background="images/bg_form_lightbluedark.gif">
913
                     <% Call RenderVCSCombo(objFormCollector.Item("vcs_tag"))%>
889
                     <% Call RenderVCSCombo(objFormCollector.Item("vcs_tag"))%>
914
                  </td>
890
                  </td>
915
               </tr>
891
               </tr>
916
 
892
 
917
               <!--- Source Path ---------------------------------------------->
893
               <!--- Source Path ---------------------------------------------->
918
               <%If (objFormCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) Then%>
894
               <%If (objFormCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) Then%>
919
 
895
 
920
                  <tr>
896
                  <tr>
921
                     <td>&nbsp;</td>
-
 
922
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "src_path" )%></td>
897
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "src_path" )%></td>
923
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
898
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
924
                        <input name="FRpath" type="text" class="form_item" <%=disableCriticalSectionEdit%> id="FRpath" onchange="replace_back_slashes(this);" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>" size="60" maxlength="2000">
899
                        <input name="FRpath" type="text" class="form_item" <%=disableCriticalSectionEdit%> id="FRpath" onchange="replace_back_slashes(this);" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>" size="60" maxlength="2000">
925
                        <br>&nbsp;Example: /MASS_Dev_Infra/core_cs <br>
900
                        <br>&nbsp;Example: /MASS_Dev_Infra/core_cs <br>
926
                     </td>
901
                     </td>
927
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("FRpath")%></td>
-
 
928
                  </tr>
902
                  </tr>
929
               
903
               
930
                  <tr>
904
                  <tr>
931
                     <td>&nbsp;</td>
-
 
932
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Label<%=Quick_Help ( "pkg_label" )%></td>
905
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Label<%=Quick_Help ( "pkg_label" )%></td>
933
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
906
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
934
                        <%
907
                        <%
935
                        sLabelReadOnly = ""
908
                        sLabelReadOnly = ""
936
                        sDefaultLabel = Default_Label(parPv_id, objFormCollector.Item("build_type"), objFormCollector.Item("change_type"), objFormCollector.Item("pkg_name"), objFormCollector.Item("pkg_version"), objFormCollector.Item("v_ext"))
909
                        sDefaultLabel = Default_Label(parPv_id, objFormCollector.Item("build_type"), objFormCollector.Item("change_type"), objFormCollector.Item("pkg_name"), objFormCollector.Item("pkg_version"), objFormCollector.Item("v_ext"))
Line 965... Line 938...
965
                           End If
938
                           End If
966
                        End If
939
                        End If
967
                        %>
940
                        %>
968
                        <input type="text" name="FRlabel" id="FRlabel" maxlength="50" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);" value="<%=sLabel%>" <%=sLabelReadOnly%>>
941
                        <input type="text" name="FRlabel" id="FRlabel" maxlength="50" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);" value="<%=sLabel%>" <%=sLabelReadOnly%>>
969
                        <br>&nbsp;Example: core_cs_1.0.0000.cr<br>
942
                        <br>&nbsp;Example: core_cs_1.0.0000.cr<br>
-
 
943
                        <%=objForm.Validate ("FRlabel")%>
970
                     </td>
944
                     </td>
971
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("FRlabel")%></td>
-
 
972
                  </tr>
945
                  </tr>
973
 
946
 
974
               <%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_SUBVERSION_TAG) Then%>
947
               <%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_SUBVERSION_TAG) Then%>
975
                  <tr>
948
                  <tr>
976
                     <td>&nbsp;</td>
-
 
977
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "svn_source_path" )%></td>
949
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "svn_source_path" )%></td>
978
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
950
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
979
                        <input name="FRpath" type="text" class="form_item" <%=disableCriticalSectionEdit%> id="FRpath" onchange="replace_back_slashes(this);" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>" size="60" maxlength="2000">
951
                        <input name="FRpath" type="text" class="form_item" <%=disableCriticalSectionEdit%> id="FRpath" onchange="replace_back_slashes(this);" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>" size="60" maxlength="2000">
980
                        <br>&nbsp;Example: AUPERASVN01/RepoName/myPackage/trunk<br>
952
                        <br>&nbsp;Example: AUPERASVN01/RepoName/myPackage/trunk<br>
981
                     </td>
953
                     </td>
982
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("FRpath")%></td>
-
 
983
                  </tr>
954
                  </tr>
984
                  <tr>
955
                  <tr>
985
                     <td>&nbsp;</td>
-
 
986
                     <td nowrap valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Tag<%=Quick_Help ( "svn_tag" )%></td>
956
                     <td nowrap valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Tag<%=Quick_Help ( "svn_tag" )%></td>
987
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
957
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
988
                        <%
958
                        <%
989
                        sLabelReadOnly = ""
959
                        sLabelReadOnly = ""
990
                        sDefaultLabel = Default_Label(parPv_id, objFormCollector.Item("build_type"), objFormCollector.Item("change_type"), objFormCollector.Item("pkg_name"), objFormCollector.Item("pkg_version"), objFormCollector.Item("v_ext"))
960
                        sDefaultLabel = Default_Label(parPv_id, objFormCollector.Item("build_type"), objFormCollector.Item("change_type"), objFormCollector.Item("pkg_name"), objFormCollector.Item("pkg_version"), objFormCollector.Item("v_ext"))
Line 1026... Line 996...
1026
                            %> <br>&nbsp;Example: <%=sDefaultLabel%>@1234<br> <%
996
                            %> <br>&nbsp;Example: <%=sDefaultLabel%>@1234<br> <%
1027
                        Else
997
                        Else
1028
                            %> <br>&nbsp;Example: <%=sDefaultLabel%>[@1234]<br> <%
998
                            %> <br>&nbsp;Example: <%=sDefaultLabel%>[@1234]<br> <%
1029
                        End If
999
                        End If
1030
                        %>
1000
                        %>
-
 
1001
                        <%=objForm.Validate ("FRlabel")%>
1031
                     </td>
1002
                     </td>
1032
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("FRlabel")%></td>
-
 
1033
                  </tr>
1003
                  </tr>
1034
 
1004
 
1035
               <%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
1005
               <%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then%>
1036
                  <tr>
1006
                  <tr>
1037
                     <td>&nbsp;</td>
-
 
1038
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "src_path" )%></td>
1007
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "src_path" )%></td>
1039
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1008
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1040
                        <input name="FRpath" type="text" class="form_item" <%=disableCriticalSectionEdit%> id="FRpath" onchange="replace_back_slashes(this);" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>" size="60" maxlength="2000">
1009
                        <input name="FRpath" type="text" class="form_item" <%=disableCriticalSectionEdit%> id="FRpath" onchange="replace_back_slashes(this);" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>" size="60" maxlength="2000">
1041
                        <br>&nbsp;Example: /MASS_Dev_Infra/core_cs<br>
1010
                        <br>&nbsp;Example: /MASS_Dev_Infra/core_cs<br>
1042
                     </td>
1011
                     </td>
1043
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("FRpath")%></td>
-
 
1044
                  </tr>
1012
                  </tr>
1045
 
1013
 
1046
                  <tr>
1014
                  <tr>
1047
                     <td>&nbsp;</td>
-
 
1048
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Label<%=Quick_Help ( "pkg_label" )%></td>
1015
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Label<%=Quick_Help ( "pkg_label" )%></td>
1049
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1016
                     <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1050
                        <input type="text" name="FRlabel" id="FRlabel" maxlength="50" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);" value="<%=objForm.GetValue( "FRlabel", objFormCollector.Item("pkg_label") )%>" >
1017
                        <input type="text" name="FRlabel" id="FRlabel" maxlength="50" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);" value="<%=objForm.GetValue( "FRlabel", objFormCollector.Item("pkg_label") )%>" >
1051
                     </td>
1018
                     </td>
1052
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("FRlabel")%></td>
1019
                     <%=objForm.Validate ("FRlabel")%>
1053
                  </tr>
1020
                  </tr>
1054
 
1021
 
1055
               <%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_UNCONTROLLED_TAG) Then%>
1022
               <%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_UNCONTROLLED_TAG) Then%>
1056
                  <input name="FRpath"  type="hidden" id="FRpath"  value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>">
1023
                  <input name="FRpath"  type="hidden" id="FRpath"  value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>">
1057
                  <input name="FRlabel" type="hidden" id="FRlabel" value="<%=sLabel%>">
1024
                  <input name="FRlabel" type="hidden" id="FRlabel" value="<%=sLabel%>">
1058
               <%Else%>
1025
               <%Else%>
1059
                  <tr>
1026
                  <tr>
1060
                     <td>&nbsp;</td>
-
 
1061
                     <td colspan=3 background="images/bg_form_lightbluedark.gif" class="sublbox_txt">
1027
                     <td colspan=3 background="images/bg_form_lightbluedark.gif" class="sublbox_txt">
1062
                        <span class='err_alert'><b>WARNING:</b> Release Manager Website does not currently support the selected Version Control System</span>
1028
                        <span class='err_alert'><b>WARNING:</b> Release Manager Website does not currently support the selected Version Control System</span>
1063
                     </td>
1029
                     </td>
1064
                  </tr>
1030
                  </tr>
1065
                  <input name="FRpath"  type="hidden" id="FRpath"  value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>">
1031
                  <input name="FRpath"  type="hidden" id="FRpath"  value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>">
1066
                  <input name="FRlabel" type="hidden" id="FRlabel" value="<%=sLabel%>">
1032
                  <input name="FRlabel" type="hidden" id="FRlabel" value="<%=sLabel%>">
1067
               <%End If%>
1033
               <%End If%>
1068
 
1034
 
1069
               <tr>
1035
               <tr>
1070
                  <td>&nbsp;</td>
-
 
1071
                  <td valign="top" background="images/bg_form_lightbluedark.gif" class="form_field">Short Package Description<%=Quick_Help ( "pkg_info_short_desc" )%></td>
1036
                  <td valign="top" background="images/bg_form_lightbluedark.gif" class="form_field">Short Package Description<%=Quick_Help ( "pkg_info_short_desc" )%></td>
1072
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1037
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1073
                     <textarea name="pv_description" cols="57" rows="5" class="form_item" id="pv_description" onchange="strip_whitespace(this);"><%=objForm.GetValue( "pv_description", objFormCollector.Item("pv_description") )%></textarea>
1038
                     <textarea name="pv_description" cols="57" rows="5" class="form_item" id="pv_description" onchange="strip_whitespace(this);"><%=objForm.GetValue( "pv_description", objFormCollector.Item("pv_description") )%></textarea>
-
 
1039
                  <%=objForm.Validate ("pv_description")%>
1074
                  </td>
1040
                  </td>
1075
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("pv_description")%></td>
-
 
1076
               </tr>
1041
               </tr>
1077
               <tr>
1042
               <tr>
1078
                  <td>&nbsp;</td>
-
 
1079
                  <td valign="top" background="images/bg_form_lightbluedark.gif" class="form_field">Package Overview<%=Quick_Help ( "pkg_info_overview" )%></td>
1043
                  <td valign="top" background="images/bg_form_lightbluedark.gif" class="form_field">Package Overview<%=Quick_Help ( "pkg_info_overview" )%></td>
1080
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1044
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1081
                     <textarea name="pv_overview" cols="57" rows="10" class="form_item" id="pv_overview" onchange="strip_whitespace(this);"><%=objForm.GetValue( "pv_overview", objFormCollector.Item("pv_overview") )%></textarea>
1045
                     <textarea name="pv_overview" cols="57" rows="10" class="form_item" id="pv_overview" onchange="strip_whitespace(this);"><%=objForm.GetValue( "pv_overview", objFormCollector.Item("pv_overview") )%></textarea>
-
 
1046
                  <%=objForm.Validate ("pv_overview")%>
1082
                  </td>
1047
                  </td>
1083
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate ("pv_overview")%></td>
-
 
1084
               </tr>
1048
               </tr>
1085
 
1049
 
1086
               <tr>
1050
               <tr>
1087
                  <td>&nbsp;</td>
-
 
1088
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Build Standard</td>
1051
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Build Standard</td>
1089
                  <td nowrap background="images/bg_form_lightbluedark.gif">
1052
                  <td nowrap background="images/bg_form_lightbluedark.gif">
1090
                     <% Call RenderBldStdCombo(objFormCollector.Item("bs_name"))%>
1053
                     <% Call RenderBldStdCombo(objFormCollector.Item("bs_name"))%>
1091
                  </td>
1054
                  </td>
1092
               </tr>
1055
               </tr>
1093
 
1056
 
1094
               <tr>
1057
               <tr>
1095
                  <td>&nbsp;</td>
-
 
1096
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Build Environment<%=Quick_Help ( "build_environment" )%></td>
1058
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Build Environment<%=Quick_Help ( "build_environment" )%></td>
1097
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1059
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
1098
                     <%If objFormCollector.Item("is_build_env_required") = "N" Then%>
1060
                     <%If objFormCollector.Item("is_build_env_required") = "N" Then%>
1099
                        &nbsp;Build Environment not applicable
1061
                        &nbsp;Build Environment not applicable
1100
                     <%Else%>
1062
                     <%Else%>
1101
                     <%End If%>
1063
                     <%End If%>
1102
                     <div id="divBuildEnv" name="divBuildEnv" style="width:320px; height:150px; overflow: auto; <%If (objFormCollector.Item("is_build_env_required") = "N") Then%>display:none;<%Else%>display:block;<%End If%>">
1064
                     <div id="divBuildEnv" name="divBuildEnv" style="overflow: auto; <%If (objFormCollector.Item("is_build_env_required") = "N") Then%>display:none;<%Else%>display:block;<%End If%>">
1103
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
1065
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
1104
                           <tr>
1066
                           <tr>
1105
                              <td bgcolor="#FFFFFF">
1067
                              <td bgcolor="#FFFFFF">
1106
                                 <table width="100%" border="0" cellspacing="0" cellpadding="3">
1068
                                 <table width="100%" border="0" cellspacing="0" cellpadding="3">
1107
                                    <%
1069
                                    <%
Line 1161... Line 1123...
1161
                              </td>
1123
                              </td>
1162
                           </tr>
1124
                           </tr>
1163
                        </table>
1125
                        </table>
1164
                     </div>
1126
                     </div>
1165
                  </td>
1127
                  </td>
1166
                  <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><%=objForm.Validate("be_id_list")%></td>
-
 
1167
               </tr>
-
 
1168
               <tr>
-
 
1169
                  <td>&nbsp;</td>
-
 
1170
                  <td nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
-
 
1171
                  <td nowrap> <p>&nbsp;</p></td>
1128
                  <%=objForm.Validate("be_id_list")%>
1172
                  <td nowrap>&nbsp;</td>
-
 
1173
               </tr>
1129
               </tr>
1174
            </table>
1130
            </table>
1175
         </td>
1131
         </td>
1176
      </tr>
1132
      </tr>
1177
      <tr>
1133
      <tr>
-
 
1134
		 <td align="right" >
1178
         <td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
1135
			<input type="submit" name="btn" value="Submit" <%If pageIsEditable Then%>class="form_btn_comp"<%Else%>disabled class="form_btn_comp_disabled"<%End If%>>
1179
         <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
1136
			<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
-
 
1137
		 </td>
1180
      </tr>
1138
      </tr>
1181
   </table>
1139
   </table>
1182
   <input type="hidden" name="pv_id"   id="pv_id"   value="<%=parPv_id%>">
1140
   <input type="hidden" name="pv_id"   id="pv_id"   value="<%=parPv_id%>">
1183
   <input type="hidden" name="rtag_id" id="rtag_id" value="<%=parRtag_id%>">
1141
   <input type="hidden" name="rtag_id" id="rtag_id" value="<%=parRtag_id%>">
1184
   <input type="hidden" name="vcs_tag" id="vcs_tag" value="<%=parVCSTag%>">
1142
   <input type="hidden" name="vcs_tag" id="vcs_tag" value="<%=parVCSTag%>">