Subversion Repositories DevTools

Rev

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

Rev 6579 Rev 6610
Line 391... Line 391...
391
              <tr>
391
              <tr>
392
                 <td nowrap class="body_rowg"><%=rsQry("display_name")%></td>
392
                 <td nowrap class="body_rowg"><%=rsQry("display_name")%></td>
393
                 <td nowrap class="body_rowg"><%=rsQry("gbe_value")%></td>
393
                 <td nowrap class="body_rowg"><%=rsQry("gbe_value")%></td>
394
                 <td nowrap class="body_rowg"><%=Get_Daemon_Mode(daemonMode)%></td>
394
                 <td nowrap class="body_rowg"><%=Get_Daemon_Mode(daemonMode)%></td>
395
                 <td nowrap class="body_rowg"><%=Get_Run_Level(currentRunLevel, indefinitelyPaused, daemonState, bActive)%></td>
395
                 <td nowrap class="body_rowg"><%=Get_Run_Level(currentRunLevel, indefinitelyPaused, daemonState, bActive)%></td>
396
                 <td nowrap class="body_rowg"><%=Get_Package_Name(pkgName,parRtagId,pkgPvid, bActive)%></td>
396
                 <td nowrap class="body_rowg"><%=Get_Package_Name(pkgName,parRtagId,pkgPvid, daemonState, bActive)%></td>
397
                 <td nowrap class="body_rowg"><%=estDuration%></td>
397
                 <td nowrap class="body_rowg"><%=estDuration%></td>
398
                 <td nowrap class="body_rowg"><%=lastChange%></td>
398
                 <td nowrap class="body_rowg"><%=lastChange%></td>
399
                 <td nowrap class="body_rowg">
399
                 <td nowrap class="body_rowg">
400
                    <%
400
                    <%
401
                    If NOT indefinitelyPaused  Then
401
                    If NOT indefinitelyPaused  Then
Line 632... Line 632...
632
        //
632
        //
633
        //  Init the check boxes
633
        //  Init the check boxes
634
        InitShow();
634
        InitShow();
635
        isChecked('pv_id_list','IncludeSubmit');
635
        isChecked('pv_id_list','IncludeSubmit');
636
 
636
 
-
 
637
<% If objAccessControl.UserLogedIn Then %>
637
        // Attach function to toggle checkbox
638
        // Attach function to toggle checkbox
638
        // toggle all visible checkboxes
639
        // toggle all visible checkboxes
639
         $('#toggleDirect').click(function(){
640
         $('#toggleDirect').click(function(){
640
            var state = this.checked;
641
            var state = this.checked;
641
            var list = $('.directInclude:visible:enabled');
642
            var list = $('.directInclude:visible:enabled');
Line 644... Line 645...
644
         });
645
         });
645
 
646
 
646
         $('.directInclude').click(function(){
647
         $('.directInclude').click(function(){
647
             isChecked('pv_id_list','IncludeSubmit');
648
             isChecked('pv_id_list','IncludeSubmit');
648
         });
649
         });
-
 
650
<%Else%>
-
 
651
        {
-
 
652
        // Not logged in - disable boxes
-
 
653
        var list = $('.directInclude');
-
 
654
            list.prop('disabled', true);
-
 
655
         $('#toggleDirect').prop('disabled', true);    
-
 
656
        }
-
 
657
<%End If%>
649
 
658
 
650
    });
659
    });
651
 
660
 
652
    function InitShow(e)
661
    function InitShow(e)
653
    {
662
    {