Subversion Repositories DevTools

Rev

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

Rev 5085 Rev 5098
Line 47... Line 47...
47
        <%bJqueryDataTables = TRUE%>
47
        <%bJqueryDataTables = TRUE%>
48
        <!--#include file="_jquery_includes.asp"-->
48
        <!--#include file="_jquery_includes.asp"-->
49
        <script type="text/javascript" charset="utf-8">
49
        <script type="text/javascript" charset="utf-8">
50
        var table;
50
        var table;
51
        var interval = null;
51
        var interval = null;
-
 
52
        var indefTimer = null;
52
	$(document).ready(function() {
53
	$(document).ready(function() {
53
		/* Init DataTables */
54
		/* Init DataTables */
54
        table = $("#table1").dataTable({
55
        table = $("#table1").dataTable({
55
            "processing": true,
56
            "processing": true,
56
            "retrieve":true,
57
            "retrieve":true,
Line 95... Line 96...
95
                    interval = null;
96
                    interval = null;
96
                }
97
                }
97
                return sPre;
98
                return sPre;
98
            }
99
            }
99
        });
100
        });
-
 
101
 
-
 
102
    //  Dynamically maintain an indication of an indefinite pause
-
 
103
    //  Update at startup and every 30 seconds
-
 
104
    function updateIndefPause()
-
 
105
    {
-
 
106
        $.get('_json_daemon.asp', {opr : 'indefPause'},function(data){
-
 
107
            if(data.indefPause > 0){
-
 
108
                $('#indefPause').show();
-
 
109
            }else{
-
 
110
                $('#indefPause').hide();
-
 
111
            }
-
 
112
        },'json');
-
 
113
    }
-
 
114
 
-
 
115
    updateIndefPause();
-
 
116
    indefTimer = setInterval( updateIndefPause,30000 );
100
	} );
117
	} );
101
</script>
118
</script>
102
 
119
 
103
      <!-- DROPDOWN MENUS -->
120
      <!-- DROPDOWN MENUS -->
104
      <!--#include file="_menu_def.asp"-->
121
      <!--#include file="_menu_def.asp"-->
Line 147... Line 164...
147
                  <tr>
164
                  <tr>
148
                     <td align="left" valign="top" background="images/lbox_bg_blue.gif"><img src="images/lbox_tl_cnr_b.gif" width="13" height="13"></td>
165
                     <td align="left" valign="top" background="images/lbox_bg_blue.gif"><img src="images/lbox_tl_cnr_b.gif" width="13" height="13"></td>
149
                     <td background="images/lbox_bg_blue.gif" class="lbox_ttl_w"><img src="images/h_trsp_dot.gif" width="60" height="15"></td>
166
                     <td background="images/lbox_bg_blue.gif" class="lbox_ttl_w"><img src="images/h_trsp_dot.gif" width="60" height="15"></td>
150
                     <td align="right" valign="top"  background="images/lbox_bg_blue.gif"><img src="images/lbox_tr_cnr_b.gif" width="13" height="13"></td>
167
                     <td align="right" valign="top"  background="images/lbox_bg_blue.gif"><img src="images/lbox_tr_cnr_b.gif" width="13" height="13"></td>
151
                  </tr>
168
                  </tr>
-
 
169
                    <!-- Indef Pause Warning ---->
-
 
170
                    <td id="indefPause" colspan="3" style="display: none;">
-
 
171
                        <span class="err_alert">
-
 
172
                            <font size="2"><b>WARNING: Indefinite Pause, Build Daemons are all stopped - please contact an administrator</b></font>
-
 
173
                        </span>
-
 
174
                    </td>
-
 
175
                  </tr>
152
                 <!-- Section Body Header ---->
176
                 <!-- Section Body Header ---->
153
                  <tr><td colspan="3" class="form_ifilter">
177
                  <tr><td colspan="3" class="form_ifilter">
154
                  <!-- Main Pane -->
178
                  <!-- Main Pane -->
155
                  <table id="table1" width=100%>
179
                  <table id="table1" width=100%>
156
            	    <thead class="body_col">
180
            	    <thead class="body_col">