/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$slowcontrol_title = _("Control");
function slowcontrolJS() {
?>
    slowcontrol = new CONTROL("slowcontrol_div");
<?
    return "slowcontrol";
}

function slowcontrolPage() {
?>
    <div id="slowcontrol_div" class="xml_module">Loading...</div>
<?}?>