. * * Version 0.1 * Author: Octavio Benedi Sanchez */ function make_input($interface,$entries) { global $section; global $plugin; // THE ENTRIES FOR THE DHCP SERVER $readonly_css=''; $list="
DHCP for $interface
"; $list.='
'; $list.=""; $list.=''; $list.=""; $list.='
'; $list.=""; $list.=''; $list.=""; $list.='
'; $list.=""; $list.=''; $list.=""; $list.='
'; $list.=""; $list.=''; $list.="hours"; $list.='
'; $list.="
"; return $list; } function make_interface() { global $url_plugin; global $section; global $plugin; $options=array(' ','eth0','ath0','ath1'); $list='
DHCP
Interface configuration
'; $list.= make_select('interface_selector',$options,' '); $list.='
'; $list.='
'; $list.='
'; return $list; } ?>