{title}
{body}
:
:
:
:
:
:
: :
:
{title}
{body}
:
:
:
:
:
:
: :
:
id = 'node_options'; $table->width = "100%"; $table->head = array(); $table->head['name'] = __('Nombre del nodo'); $table->head['type'] = __('Tipo del nodo (Agente o Modulo)'); $table->data = array(); $table->data[0][0] = __('Capo1'); $table->data[0][1] = __('Capo2'); $table->data[1][0] = __('Capo1'); $table->data[1][1] = __('Capo2'); $table->data[2][0] = __('Capo1'); $table->data[2][1] = __('Capo2'); ui_toggle(html_print_table($table, true), __('Node options'), __('Node options'), true); ?>
id = 'map_options'; $table->width = "100%"; $table->head = array(); $table->head['name'] = __('Nombre del mapa'); $table->head['type'] = __('Tipo del mapa'); $table->data = array(); $table->data[0][0] = __('Capo1'); $table->data[0][1] = __('Capo2'); $table->data[1][0] = __('Capo1'); $table->data[1][1] = __('Capo2'); $table->data[2][0] = __('Capo1'); $table->data[2][1] = __('Capo2'); ui_toggle(html_print_table($table, true), __('Map options'), __('Map options'), true); ?>