.
*
* Version 0.1
* Author: Octavio Benedi Sanchez
*/
function make_input()
{
global $url_plugin;
global $section;
global $plugin;
// THE ENTRIES FOR THE fresnel SERVER
$list='
Fresnel parameters
2.4 Ghz
5 Ghz
0 m
0 m
';
$list.='
';
return $list;
}
function make_interface()
{
global $url_plugin;
global $section;
global $plugin;
$list.=make_input();
return $list;
}
?>