/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
87 by Suren A. Chilingaryan
JavaScript fixups, some stuff for control data display is implemented
1
<?php
2
$slowcontrol_title = _("Control");
3
function slowcontrolJS() {
4
?>
169 by Suren A. Chilingaryan
Control subsystem
5
    slowcontrol = new CONTROL("slowcontrol_div");
87 by Suren A. Chilingaryan
JavaScript fixups, some stuff for control data display is implemented
6
<?
7
    return "slowcontrol";
8
}
9
10
function slowcontrolPage() {
11
?>
12
    <div id="slowcontrol_div" class="xml_module">Loading...</div>
13
<?}?>