Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 56 | Revision 84 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 56 Revision 75
Zeile 14... Zeile 14...
14
    $('#hgg').click(load_hgg);
14
    $('#hgg').click(load_hgg);
15
    $('#sgo').click(load_sgo);
15
    $('#sgo').click(load_sgo);
16
    $('#sgs').click(load_sgs);
16
    $('#sgs').click(load_sgs);
17
    $('#sgg').click(load_sgg);
17
    $('#sgg').click(load_sgg);
Zeile 18... Zeile -...
18
 
-
 
19
    function load_tac()
-
 
20
    {
-
 
21
        $('#content').html('Loading...');
-
 
22
        $('#content').load("tac.php");
-
 
23
    }
-
 
24
    function load_hgo()
-
 
25
    {
-
 
26
        $('#content').html('Loading...');
-
 
27
        $('#content').load("hostgroups.php?mode=overview");
-
 
28
    }
-
 
29
    function load_hgs()
-
 
30
    {
-
 
31
        $('#content').html('Loading...');
-
 
32
        $('#content').load("hostgroups.php?mode=summary");
-
 
33
    }
-
 
34
    function load_hgg()
-
 
35
    {
-
 
36
        $('#content').html('Loading...');
-
 
37
        $('#content').load("hostgroups.php?mode=grid");
-
 
38
    }
-
 
39
    function load_sgo()
-
 
40
    {
-
 
41
        $('#content').html('Loading...');
-
 
42
        $('#content').load("servicegroups.php?mode=overview");
-
 
43
    }
-
 
44
    function load_sgs()
-
 
45
    {
-
 
46
        $('#content').html('Loading...');
-
 
47
        $('#content').load("servicegroups.php?mode=summary");
-
 
48
    }
-
 
49
    function load_sgg()
-
 
50
    {
-
 
51
        $('#content').html('Loading...');
-
 
52
        $('#content').load("servicegroups.php?mode=grid");
-
 
53
    }
-
 
54
});
18
 
-
 
19
});
-
 
20
 
-
 
21
function load_tac()
-
 
22
{
-
 
23
    $('#content').html('Loading...');
-
 
24
    $('#content').load("tac.php");
-
 
25
}
-
 
26
 
-
 
27
function load_hgo()
-
 
28
{
-
 
29
    $('#content').html('Loading...');
-
 
30
    $('#content').load("hostgroups.php?mode=overview");
-
 
31
}
-
 
32
 
-
 
33
function load_hgs()
-
 
34
{
-
 
35
    $('#content').html('Loading...');
-
 
36
    $('#content').load("hostgroups.php?mode=summary");
-
 
37
}
-
 
38
 
-
 
39
function load_hgg()
-
 
40
{
-
 
41
    $('#content').html('Loading...');
-
 
42
    $('#content').load("hostgroups.php?mode=grid");
-
 
43
}
-
 
44
 
-
 
45
function load_sgo()
-
 
46
{
-
 
47
    $('#content').html('Loading...');
-
 
48
    $('#content').load("servicegroups.php?mode=overview");
-
 
49
}
-
 
50
 
-
 
51
function load_sgs()
-
 
52
{
-
 
53
    $('#content').html('Loading...');
-
 
54
    $('#content').load("servicegroups.php?mode=summary");
-
 
55
}
-
 
56
 
-
 
57
function load_sgg()
-
 
58
{
-
 
59
    $('#content').html('Loading...');
-
 
60
    $('#content').load("servicegroups.php?mode=grid");
-
 
61
}
55
62