Subversion Repositories DevTools

Rev

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

Rev 5157 Rev 5190
Line 318... Line 318...
318
      <meta http-equiv="Pragma" content="no-cache">
318
      <meta http-equiv="Pragma" content="no-cache">
319
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
319
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
320
      <link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
320
      <link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
321
      <link rel="stylesheet" href="images/navigation.css" type="text/css">
321
      <link rel="stylesheet" href="images/navigation.css" type="text/css">
322
      <script language="JavaScript" src="images/common.js"></script>
322
      <script language="JavaScript" src="images/common.js"></script>
-
 
323
      <!--#include file="_jquery_includes.asp"-->
323
      <!-- TIPS -->
324
      <!-- TIPS -->
324
      <script type="text/javascript" src="scripts/json2.js"></script>
325
      <script type="text/javascript" src="scripts/json2.js"></script>
325
      <script language="JavaScript" src="images/tipster.js"></script>
326
      <script language="JavaScript" src="images/tipster.js"></script>
326
      <script language="JavaScript" src="images/_help_tips.js"></script>
327
      <script language="JavaScript" src="images/_help_tips.js"></script>
327
      <script language="JavaScript" type="text/JavaScript">
328
      <script language="JavaScript" type="text/JavaScript">
Line 339... Line 340...
339
      <!----------------------------------------------------->
340
      <!----------------------------------------------------->
340
      <!-- HEADER -->
341
      <!-- HEADER -->
341
      <!--#include file="_header.asp"-->
342
      <!--#include file="_header.asp"-->
342
      <!-- BODY ---->
343
      <!-- BODY ---->
343
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
344
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
344
         <%
-
 
345
         '-- FORM START ---------------------------------------------------------------------------------------------------------
-
 
346
         objFormComponent.FormName = "FormName"
-
 
347
         objFormComponent.Action = ScriptName &"?rtag_id="& parRtagId
-
 
348
         Call objFormComponent.FormStart()
-
 
349
         %>
-
 
350
         <tr>
345
         <tr>
351
            <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
346
            <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
352
            <td width="100%" rowspan="1" align="center" valign="top" bgcolor="#EEEFEF">
347
            <td width="100%" rowspan="1" align="center" valign="top" bgcolor="#EEEFEF">
-
 
348
               <!-- FORM START -->
-
 
349
               <%
-
 
350
               objFormComponent.FormName = "FormName"
-
 
351
               objFormComponent.Action = ScriptName &"?rtag_id="& parRtagId
-
 
352
               Call objFormComponent.FormStart()
-
 
353
               %>
353
               <table width="10" border="0" cellspacing="0" cellpadding="0">
354
               <table width="10" border="0" cellspacing="0" cellpadding="0">
354
                  <tr>
355
                  <tr>
355
                     <td width="1%"></td>
356
                     <td width="1%"></td>
356
                     <td width="100%">
357
                     <td width="100%">
357
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
358
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
Line 447... Line 448...
447
                              <tr class="<%=rowClass%>">
448
                              <tr class="<%=rowClass%>">
448
                                 <td nowrap width="1%">
449
                                 <td nowrap width="1%">
449
                                    <!-- The use of the isChecked() javascript function below, enables the submit button if any checkboxes are checked, -->
450
                                    <!-- The use of the isChecked() javascript function below, enables the submit button if any checkboxes are checked, -->
450
                                    <!-- else it will disable the submit button. The function is badly named, but nevertheless, that is what it does.   -->
451
                                    <!-- else it will disable the submit button. The function is badly named, but nevertheless, that is what it does.   -->
451
                                    <a name="PkgName_<%=rsQry("pkg_name")%>">
452
                                    <a name="PkgName_<%=rsQry("pkg_name")%>">
452
                                    <input type="checkbox" value="<%=rsQry("pv_id")%>" name="pv_id_list" id="pv_id_list" onClick="isChecked('pv_id_list','submit');">
453
                                    <input type="checkbox" value="<%=rsQry("pv_id")%>" name="pv_id_list" id="pv_id_list" onClick="isChecked('pv_id_list','IncludeSubmit');">
453
                                    </a>
454
                                    </a>
454
                                 </td>
455
                                 </td>
455
                                 <td nowrap class="body_rowg"><a class="txt_linked" href="dependencies.asp?pv_id=<%=rsQry("pv_id")%>&rtag_id=<%=rsQry("rtag_id")%>" title="<%=rsQry("pv_description")%>"><%=rsQry("pkg_name")%></a></td>
456
                                 <td nowrap class="body_rowg"><a class="txt_linked" href="dependencies.asp?pv_id=<%=rsQry("pv_id")%>&rtag_id=<%=rsQry("rtag_id")%>" title="<%=rsQry("pv_description")%>"><%=rsQry("pkg_name")%></a></td>
456
                                 <td nowrap class="body_rowg"><%=rsQry("pkg_version")%></td>
457
                                 <td nowrap class="body_rowg"><%=rsQry("pkg_version")%></td>
457
                                 <td nowrap class="body_rowg"><%=rowData%></td>
458
                                 <td nowrap class="body_rowg"><%=rowData%></td>
Line 501... Line 502...
501
                  <%If rsQry.RecordCount > 0 Then%>
502
                  <%If rsQry.RecordCount > 0 Then%>
502
                     <tr>
503
                     <tr>
503
                        <td background="images/bg_action_norm.gif"></td>
504
                        <td background="images/bg_action_norm.gif"></td>
504
                        <td align="right" background="images/bg_action_norm.gif">
505
                        <td align="right" background="images/bg_action_norm.gif">
505
                           <%
506
                           <%
506
                           Response.Write(objFormComponent.SubmitButton ( "Include", "name='submit' id='submit' class='form_btn' disabled style='color:silver' onClick='return confirmAction(""Are you sure you want to include these packages for building?"")'" ))
507
                           Response.Write(objFormComponent.SubmitButton ( "Include", "name='IncludeSubmit' id='IncludeSubmit' class='form_btn' disabled style='color:silver' onClick=""return vixConfirm('Are you sure you want to include these packages for building?',{title:'Include Packages', post : 'FormName'})""" ))
507
                           Response.Write(objPMod.ComposeHiddenTags())
508
                           Response.Write(objPMod.ComposeHiddenTags())
508
                           %>
509
                           %>
509
                        </td>
510
                        </td>
510
                        <td background="images/bg_action_norm.gif"><img src="images/h_trsp_dot.gif" width="5" height="30"></td>
511
                        <td background="images/bg_action_norm.gif"><img src="images/h_trsp_dot.gif" width="5" height="30"></td>
511
                     </tr>
512
                     </tr>
Line 517... Line 518...
517
                  </tr>
518
                  </tr>
518
               </table>
519
               </table>
519
               <!-- ACTION BUTTONS ---------------------------------------------->
520
               <!-- ACTION BUTTONS ---------------------------------------------->
520
               <input type="hidden" name="action" value="include">
521
               <input type="hidden" name="action" value="include">
521
               <!-- ACTION BUTTONS END  ------------------------------------------>
522
               <!-- ACTION BUTTONS END  ------------------------------------------>
-
 
523
               <%Call objFormComponent.FormEnd()%>
-
 
524
               <!-- FORM END ----------------------------------------------------->
522
            </td>
525
            </td>
523
            <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
526
            <td width="1" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
524
         </tr>
527
         </tr>
525
         <%
528
         <%
526
         Call objFormComponent.FormEnd()
-
 
527
         rsQry.Close()
529
         rsQry.Close()
528
         Set rsQry = nothing
530
         Set rsQry = nothing
529
         rsQry2.Close()
531
         rsQry2.Close()
530
         Set rsQry2 = nothing
532
         Set rsQry2 = nothing
531
         '-- FORM END ----------------------------------------------------------------------------------------------------------------
-
 
532
         %>
533
         %>
533
         <tr>
534
         <tr>
534
            <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
535
            <td width="1" background="images/bg_home_orange.gif" valign="top"></td>
535
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
536
            <td width="100%" rowspan="2" align="center" valign="top" bgcolor="#EEEFEF">
536
               <table width="10" border="0" cellspacing="0" cellpadding="0">
537
               <table width="10" border="0" cellspacing="0" cellpadding="0">