2010-07-23 Dario Rodriguez <dario.rodriguez@gmail.com>
* operation/agentes/ver_agente.php: Changed code to use print_page_header to print de tabs * godmode/agentes/configurar_agente.php: Changed code to use print_page_header to print de tabs git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3056 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
dc6879c41c
commit
74804a0634
|
@ -1,3 +1,10 @@
|
|||
2010-07-23 Dario Rodriguez <dario.rodriguez@gmail.com>
|
||||
|
||||
* operation/agentes/ver_agente.php: Changed code to use print_page_header
|
||||
to print de tabs
|
||||
* godmode/agentes/configurar_agente.php: Changed code to use print_page_header
|
||||
to print de tabs
|
||||
|
||||
2010-07-23 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* godmode/alerts/aler_list*.php: Cleaned code. Removed old title style.
|
||||
|
|
|
@ -198,58 +198,97 @@ $img_style = array ("class" => "top", "width" => 16);
|
|||
|
||||
// TODO: Change to use print_page_header
|
||||
if ($id_agente) {
|
||||
echo '<div id="menu_tab_frame"><div id="menu_tab_left"><ul class="mn">';
|
||||
echo '<li class="nomn"><a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'">';
|
||||
print_image ("images/setup.png", false, $img_style);
|
||||
echo ' '.__("Agent configuration").' - '.mb_substr(get_agent_name ($id_agente), 0, 21) .'</a>';
|
||||
//echo ' '. print_help_icon ('agent_manager', true);
|
||||
echo "</li></ul></div>";
|
||||
|
||||
echo '<div id="menu_tab"><ul class="mn"><li class="nomn">';
|
||||
echo '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$id_agente.'">';
|
||||
echo "<img src='images/zoom.png' class=top title='".__('View')."'> </a></li>";
|
||||
/* View tab */
|
||||
$viewtab['text'] = '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$id_agente.'">'
|
||||
. print_image ("images/zoom.png", true, array ("title" =>__('View')))
|
||||
. '</a>';
|
||||
|
||||
echo '<li class="'.($tab == "main" ? 'nomn_high' : 'nomn').'">';
|
||||
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=main&id_agente='.$id_agente.'">';
|
||||
echo "<img src='images/cog.png' class='top' title='".__('Setup')."'> </a></li>";
|
||||
if($tab == 'view')
|
||||
$viewtab['active'] = true;
|
||||
else
|
||||
$viewtab['active'] = false;
|
||||
|
||||
echo '<li class="'.($tab == "module" ? 'nomn_high' : 'nomn').'">';
|
||||
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&id_agente='.$id_agente.'">';
|
||||
echo "<img src='images/lightbulb.png' class='top' title='".__('Modules')."'> </a></li>";
|
||||
/* Main tab */
|
||||
$maintab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=main&id_agente='.$id_agente.'">'
|
||||
. print_image ("images/cog.png", true, array ("title" =>__('Setup')))
|
||||
. '</a>';
|
||||
if($tab == 'main')
|
||||
|
||||
echo '<li class="'.($tab == "alert" ? 'nomn_high' : 'nomn').'">';
|
||||
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">';
|
||||
echo "<img src='images/bell.png' class='top' title='".__('Alerts')."'> </a></li>";
|
||||
$maintab['active'] = true;
|
||||
else
|
||||
$maintab['active'] = false;
|
||||
|
||||
/* Module tab */
|
||||
$moduletab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&id_agente='.$id_agente.'">'
|
||||
. print_image ("images/lightbulb.png", true, array ("title" =>__('Modules')))
|
||||
. '</a>';
|
||||
|
||||
if($tab == 'module')
|
||||
$moduletab['active'] = true;
|
||||
else
|
||||
$moduletab['active'] = false;
|
||||
|
||||
/* Alert tab */
|
||||
$alerttab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">'
|
||||
. print_image ("images/bell.png", true, array ("title" =>__('Alerts')))
|
||||
. '</a>';
|
||||
|
||||
if($tab == 'alert')
|
||||
$alerttab['active'] = true;
|
||||
else
|
||||
$alerttab['active'] = false;
|
||||
|
||||
/* Template tab */
|
||||
$templatetab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=template&id_agente='.$id_agente.'">'
|
||||
. print_image ("images/network.png", true, array ("title" =>__('Module templates')))
|
||||
. '</a>';
|
||||
|
||||
if($tab == 'template')
|
||||
$templatetab['active'] = true;
|
||||
else
|
||||
$templatetab['active'] = false;
|
||||
|
||||
|
||||
echo '<li class="'.($tab == "template" ? 'nomn_high' : 'nomn').'">';
|
||||
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=template&id_agente='.$id_agente.'">';
|
||||
echo "<img src='images/network.png' class='top' title='".__('Module templates')."'> </a></li>";
|
||||
/* Inventory */
|
||||
$inventorytab = enterprise_hook ('inventory_tab');
|
||||
|
||||
enterprise_hook('inventory_tab');
|
||||
enterprise_hook('collection_tab');
|
||||
if ($inventorytab == -1)
|
||||
$inventorytab = "";
|
||||
|
||||
echo '<li class="nomn">';
|
||||
echo '<a href="index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&ag_group='.$group.'">';
|
||||
echo "<img src='images/agents_group.png' class='top' title='".__('Group')."'> </a></li>";
|
||||
/* Collection */
|
||||
$collectiontab = enterprise_hook('collection_tab');
|
||||
|
||||
// GIS tab
|
||||
if ($collectiontab == -1)
|
||||
$collectiontab = "";
|
||||
|
||||
/* Group tab */
|
||||
|
||||
$grouptab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&ag_group='.$group.'">'
|
||||
. print_image ("images/agents_group.png", true, array( "title=" => __('Group')))
|
||||
. '</a>';
|
||||
|
||||
$grouptab['active'] = false;
|
||||
|
||||
$gistab = "";
|
||||
|
||||
/* GIS tab */
|
||||
if ($config['activate_gis']) {
|
||||
if ($tab == "gis") {
|
||||
echo "<li class='nomn_high'>";
|
||||
}
|
||||
else {
|
||||
echo "<li class='nomn'>";
|
||||
}
|
||||
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=gis&id_agente=$id_agente'><img src='images/world.png' class='top' border=0 title='".__('GIS data')."'> </a>";
|
||||
echo "</li>";
|
||||
|
||||
$gistab['text'] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=gis&id_agente='.$id_agente.'">'
|
||||
. print_image ("images/world.png", true, array ( "title" => __('GIS data')))
|
||||
. '</a>';
|
||||
|
||||
if ($tab == "gis")
|
||||
$gistab['active'] = true;
|
||||
else
|
||||
$gistab['active'] = false;
|
||||
}
|
||||
|
||||
echo "</ul></div></div>";
|
||||
$onheader = array('view' => $viewtab, 'main' => $maintab, 'module' => $moduletab, 'alert' => $alerttab, 'template' => $templatetab, 'inventory' => $inventorytab, 'collection'=> $collectiontab, 'group' => $grouptab, 'gis' => $gistab);
|
||||
|
||||
print_page_header (__('Agent configuration').' - '.mb_substr(get_agent_name ($id_agente), 0, 21), "images/setup.png", false, "", true, $onheader);
|
||||
|
||||
// Make some space between tabs and title
|
||||
// IE might not always show an empty div, added space
|
||||
echo '<div style="height: 25px;"> </div>';
|
||||
}
|
||||
// Create agent
|
||||
else {
|
||||
|
|
|
@ -235,93 +235,110 @@ if (isset($_GET["flag_agent"])){
|
|||
}
|
||||
}
|
||||
|
||||
echo "<div id='menu_tab_frame_view'>";
|
||||
if ($agent["icon_path"]) {
|
||||
$icon = get_agent_icon_map($agent["id_agente"], true);
|
||||
}
|
||||
else {
|
||||
$icon = 'images/bricks.png';
|
||||
}
|
||||
echo "<div id='menu_tab_left'><ul class='mn'><li class='view'>
|
||||
<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=$id_agente'><img src='$icon' class='top' border=0> ".__("Agent")." - ".mb_substr(get_agent_name($id_agente),0,25)."</a>";
|
||||
echo "</li>";
|
||||
echo "</ul></div>";
|
||||
|
||||
|
||||
$tab = get_parameter ("tab", "main");
|
||||
echo "<div id='menu_tab'><ul class='mn'>";
|
||||
|
||||
/* Manage tab */
|
||||
|
||||
$managetab = "";
|
||||
|
||||
if (give_acl ($config['id_user'],$id_grupo, "AW")) {
|
||||
if ($tab == "manage") {
|
||||
echo "<li class='nomn_high'>";
|
||||
} else {
|
||||
echo "<li class='nomn'>";
|
||||
}
|
||||
// Manage agent
|
||||
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=$id_agente'><img src='images/setup.png' width='16' class='top' border=0 title='".__('Manage')."'> </a>";
|
||||
echo "</li>";
|
||||
$managetab['text'] ='<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'">'
|
||||
. print_image("images/setup.png", true, array("title=" => __('Manage')))
|
||||
. '</a>';
|
||||
|
||||
if ($tab == 'manage')
|
||||
$managetab['active'] = true;
|
||||
else
|
||||
$managetab['active'] = false;
|
||||
}
|
||||
|
||||
// Main view
|
||||
if ($tab == "main") {
|
||||
echo "<li class='nomn_high'>";
|
||||
/* Main tab */
|
||||
$maintab['text'] = '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$id_agente.'">'
|
||||
. print_image("images/monitor.png", true, array("title=" => __('Main')))
|
||||
. '</a>';
|
||||
|
||||
if ($tab == 'main')
|
||||
$maintab['active'] = true;
|
||||
else
|
||||
$maintab['active'] = false;
|
||||
|
||||
/* Data */
|
||||
$datatab['text']= '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$id_agente.'&tab=data">'
|
||||
. print_image("images/lightbulb.png", true, array("title=" => __('Data')))
|
||||
. '</a>';
|
||||
|
||||
if (($tab == 'data') OR ($tab == 'data_view'))
|
||||
$datatab['active'] = true;
|
||||
else
|
||||
$datatab['active'] = false;
|
||||
|
||||
/* Alert tab */
|
||||
$alerttab['text'] = '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$id_agente.'&tab=alert">'
|
||||
. print_image("images/bell.png", true, array("title=" => __('Alerts')))
|
||||
. '</a>';
|
||||
|
||||
if ($tab == 'alert')
|
||||
$alerttab['active'] = true;
|
||||
else
|
||||
$alerttab['active'] = false;
|
||||
|
||||
/* SLA view */
|
||||
$slatab['text']= '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente='.$id_agente.'">'
|
||||
. print_image("images/images.png", true, array("title=" => __('S.L.A.')))
|
||||
. '</a>';
|
||||
|
||||
if ($tab == 'sla') {
|
||||
$slatab['active'] = true;
|
||||
} else {
|
||||
echo "<li class='nomn'>";
|
||||
$slatab['active'] = false;
|
||||
}
|
||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=$id_agente'><img src='images/monitor.png' class='top' border=0 title='".__('Main')."'> </a>";
|
||||
echo "</li>";
|
||||
|
||||
// Data
|
||||
if (($tab == "data") OR ($tab == "data_view")) {
|
||||
echo "<li class='nomn_high'>";
|
||||
} else {
|
||||
echo "<li class='nomn'>";
|
||||
}
|
||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=$id_agente&tab=data'><img src='images/lightbulb.png' class='top' border=0 title='".__('Data')."'> </a>";
|
||||
echo "</li>";
|
||||
/* Inventory */
|
||||
$inventorytab = enterprise_hook ('inventory_tab');
|
||||
|
||||
// Alerts
|
||||
if ($tab == "alert") {
|
||||
echo "<li class='nomn_high'>";
|
||||
} else {
|
||||
echo "<li class='nomn'>";
|
||||
}
|
||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=$id_agente&tab=alert'><img src='images/bell.png' class='top' border=0 title='".__('Alerts')."'> </a>";
|
||||
echo "</li>";
|
||||
if ($inventorytab == -1)
|
||||
$inventorytab = "";
|
||||
|
||||
// Go to SLA view
|
||||
if ($tab == "sla") {
|
||||
echo "<li class='nomn_high'>";
|
||||
} else {
|
||||
echo "<li class='nomn'>";
|
||||
}
|
||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente=$id_agente'><img src='images/images.png' class='top' border=0 title='".__('S.L.A.')."'> </a>";
|
||||
echo "</li>";
|
||||
/* Collection */
|
||||
$collectiontab = enterprise_hook('collection_tab');
|
||||
|
||||
// Inventory
|
||||
enterprise_hook ('inventory_tab');
|
||||
if ($collectiontab == -1)
|
||||
$collectiontab = "";
|
||||
|
||||
// Collection
|
||||
enterprise_hook('collection_tab');
|
||||
/* Group tab */
|
||||
|
||||
// Group tab
|
||||
echo "<li class='nomn'>";
|
||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/estado_agente&group_id=$id_grupo'>";
|
||||
echo "<img src='images/agents_group.png' class='top' border=0 title='". __("Group"). "'> </a></li>";
|
||||
$grouptab['text']= '<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&group_id='.$id_grupo.'">'
|
||||
. print_image("images/agents_group.png", true, array( "title=" => __('Group')))
|
||||
. '</a>';
|
||||
|
||||
// GIS tab
|
||||
$grouptab['active']=false;
|
||||
|
||||
/* GIS tab */
|
||||
$gistab="";
|
||||
if ($config['activate_gis']) {
|
||||
if ($tab == "gis") {
|
||||
echo "<li class='nomn_high'>";
|
||||
}
|
||||
else {
|
||||
echo "<li class='nomn'>";
|
||||
}
|
||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=gis&id_agente=$id_agente'><img src='images/world.png' class='top' border=0 title='".__('GIS data')."'> </a>";
|
||||
echo "</li>";
|
||||
|
||||
$gistab['text'] = '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=gis&id_agente='.$id_agente.'">'
|
||||
.print_image("images/world.png", true, array( "title=" => __('GIS data')))
|
||||
.'</a>';
|
||||
|
||||
if ($tab == 'gis')
|
||||
$gistab['active'] = true;
|
||||
else
|
||||
$gistab['active'] = false;
|
||||
}
|
||||
|
||||
echo "</ul>";
|
||||
echo "</div>";
|
||||
echo "</div>";
|
||||
echo "<div style='height: 25px'> </div>";
|
||||
$onheader = array('manage' => $managetab, 'main' => $maintab, 'data' => $datatab, 'alert' => $alerttab, 'sla' => $slatab, 'inventory' => $inventorytab, 'collection' => $collectiontab, 'group' => $grouptab, 'gis' => $gistab);
|
||||
|
||||
print_page_header (__('Agent').' - '.mb_substr(get_agent_name($id_agente),0,25), $icon, false, "", false, $onheader);
|
||||
|
||||
|
||||
switch ($tab) {
|
||||
case "gis":
|
||||
|
|
Loading…
Reference in New Issue