Subversion-Projekte lars-tiefland.nagios-php

Revision

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

Revision 9 Revision 41
Zeile 7... Zeile 7...
7
            "header": "ui-icon-plus",
7
            "header": "ui-icon-plus",
8
            "headerSelected": "ui-icon-minus"
8
            "headerSelected": "ui-icon-minus"
9
        }
9
        }
10
    });
10
    });
11
    $('#tac').click(load_tac);
11
    $('#tac').click(load_tac);
-
 
12
    $('#hgs').click(load_hgs);
-
 
13
    $('#hgg').click(load_hgg);
-
 
14
    $('#sgs').click(load_sgs);
-
 
15
    $('#sgg').click(load_sgg);
Zeile 12... Zeile 16...
12
 
16
 
13
    function load_tac()
17
    function load_tac()
14
    {
18
    {
15
        $('#content').html('Loading...');
19
        $('#content').html('Loading...');
16
        $('#content').load("tac.php");
20
        $('#content').load("tac.php");
-
 
21
    }
-
 
22
    function load_hgs()
-
 
23
    {
-
 
24
        $('#content').html('Loading...');
-
 
25
        $('#content').load("hgs.php");
-
 
26
    }
-
 
27
    function load_hgg()
-
 
28
    {
-
 
29
        $('#content').html('Loading...');
-
 
30
        $('#content').load("hgg.php");
-
 
31
    }
-
 
32
    function load_sgs()
-
 
33
    {
-
 
34
        $('#content').html('Loading...');
-
 
35
        $('#content').load("sgs.php");
-
 
36
    }
-
 
37
    function load_sgg()
-
 
38
    {
-
 
39
        $('#content').html('Loading...');
-
 
40
        $('#content').load("sgg.php");
17
    }
41
    }
18
});
42
});