Subversion Repositories DevTools

Rev

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

Rev 6878 Rev 6879
Line 1145... Line 1145...
1145
<!-- END OF RELEASE SDK  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1145
<!-- END OF RELEASE SDK  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1146
 
1146
 
1147
<!-- PACKAGE LIST ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1147
<!-- PACKAGE LIST ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1148
   <form id="pending_PVID_List" name="pending_PVID_List" method="post" action="make_bulk_release.asp?pv_id=<%=Request("pv_id")%>&rtag_id=<%=parRtag_id%>", onSubmit="makeBulkRelease();">
1148
   <form id="pending_PVID_List" name="pending_PVID_List" method="post" action="make_bulk_release.asp?pv_id=<%=Request("pv_id")%>&rtag_id=<%=parRtag_id%>", onSubmit="makeBulkRelease();">
1149
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
1149
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
1150
         <tr>
1150
         <tr bgcolor="#999999">
1151
            <td width="1" bgcolor="#999999"><img src="images/spacer.gif" width="10" height="25"></td>
1151
            <td style='min-width:10px;min-height:25px;height:25px;'></td>
1152
            <td width="100%" bgcolor="#999999" valign="bottom">
1152
            <td width="100%" valign="bottom">
1153
               <!-- TAB CONTROLS ++++++++++++++++++++++ -->
1153
               <!-- TAB CONTROLS ++++++++++++++++++++++ -->
1154
               <%
1154
               <%
1155
               Set objTabControl = New TabControl
-
 
1156
               objTabControl.TemplateDoc = ReadFile( Server.MapPath("controls/ERGTabStyleDreamWeaver/dreamweaver_style.html") ) ' Supply tab style definition
-
 
1157
               objTabControl.TabStyle = "StyleDreamWeaver"
-
 
1158
               If   parDview = "enable"   Then
1155
               If   parDview = "enable"   Then
1159
                  objTabControl.AddTabDefnition ( arrProductEnv )   '-   Integration/Test/Deploy
1156
                  Call Generate_Tab_Menu ( arrProductEnv, nEnvTab, "grey" )   '-   Integration/Test/Deploy
1160
               Else
1157
               Else
1161
                  objTabControl.AddTabDefnition ( arrEnv )
1158
                  Call Generate_Tab_Menu ( arrEnv, nEnvTab , "grey" )
1162
               End If
1159
               End If
1163
               objTabControl.SelectByIndex ( nEnvTab )
-
 
1164
               objTabControl.Render ()
-
 
1165
               %>
1160
               %>
1166
               <!-- END OF TAB CONTROLS +++++++++++++++ -->
1161
               <!-- END OF TAB CONTROLS +++++++++++++++ -->
1167
            </td>
1162
            </td>
1168
            <td width="1" bgcolor="#999999"><img src="images/spacer.gif" width="10" height="1"></td>
1163
            <td style='min-width:10px;min-height:25px;height:25px;'></td>
1169
         </tr>
1164
         </tr>
-
 
1165
 
1170
         <tr>
1166
         <tr>
1171
            <td></td>
1167
            <td></td>
1172
            <td>
1168
            <td>
1173
               <!-- BULK OPR CONTROLS ++++++++++++++++++++++ -->
1169
               <!-- BULK OPR CONTROLS ++++++++++++++++++++++ -->
1174
                <%Dim cb_selectall_display, cb_disabled
1170
                <%Dim cb_selectall_display, cb_disabled