ona
18.1.1
About: OpenNetAdmin provides a database managed inventory of your IP network (with Web and CLI interface).
![]() ![]() |
Go to the source code of this file.
Functions | |
window_open ($window_name, $window=array()) | |
window_submit ($window_name, $form='', $function='') | |
window_find_include ($window_name) | |
Variables | |
global | $color |
$color ['window_title_bg'] = '#69A6DE' | |
$color ['window_title_font'] = '#294157' | |
$color ['window_tab_active_bg'] = '#E5E3F0' | |
$color ['window_tab_inactive_bg'] = '#FFFFFF' | |
$color ['window_content_bg'] = '#F2F2F2' | |
window_find_include | ( | $window_name | ) |
Definition at line 204 of file webwin.inc.php.
Referenced by window_open(), ws_delete(), ws_ping(), and ws_window_progressbar().
window_open | ( | $window_name, | |
$window = array() |
|||
) |
Definition at line 59 of file webwin.inc.php.
References $color, $font_family, $images, $style, $window, EOL, and window_find_include().
Referenced by ws_delete(), ws_display(), ws_editor(), ws_ping(), ws_search_results_submit(), ws_toggleenable(), ws_window_progressbar(), and ws_work_space_submit().
window_submit | ( | $window_name, | |
$form = '' , |
|||
$function = '' |
|||
) |
Definition at line 157 of file webwin.inc.php.
$color[ 'window_content_bg'] = '#F2F2F2' |
Definition at line 23 of file webwin.inc.php.
$color[ 'window_tab_active_bg'] = '#E5E3F0' |
Definition at line 21 of file webwin.inc.php.
$color[ 'window_tab_inactive_bg'] = '#FFFFFF' |
Definition at line 22 of file webwin.inc.php.
$color[ 'window_title_bg'] = '#69A6DE' |
Definition at line 19 of file webwin.inc.php.
$color[ 'window_title_font'] = '#294157' |
Definition at line 20 of file webwin.inc.php.
global $color |
Definition at line 18 of file webwin.inc.php.
Referenced by window_open().