'; if ($url) echo $eol.$tab.''; echo $eol.$tab.'

'.$plugin_name.' '.__('Settings').'

'.$eol; } static function open_form($action) { $eol = "\r\n"; echo $eol.'
'.$eol; } static function close_page() { $eol = "\r\n"; $tab = "\t"; echo $eol.$tab.'
'.$eol.''.$eol; } /** * * Building the menu for the tabs * */ static function nav_menu($args) { $eol = "\r\n"; $tab = "\t"; extract ($args); echo ''.$eol; } /** * * Opening and closing the tabs * */ static function open_tab($plugin_name, $tab_name) { $eol = "\r\n"; echo $eol.'
'.$eol.'
'.$eol; } static function close_tab() { $eol = "\r\n"; echo $eol.'
'.$eol.'
'.$eol; } /** * * Opening and closing the draggable boxes * */ static function open_draggable($label, $id) { $eol = "\r\n"; $tab = "\t"; $dtab = $tab.$tab; echo $eol.'
'.$eol.$tab.'
'.$eol.$dtab.'
'.$eol.$tab.'
'.$eol.$tab; echo $eol.'

'.$eol.$dtab.''.$label.''.$eol.$tab.'

'.$eol.$tab.'
'.$eol.$tab; } static function close_draggable() { self::close_tab(); } } // A5_OptionPage ?>