diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0212458998..5521a9bb3b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,16 @@ +2012-04-18 Juan Manuel Ramon + + * include/styles/pandora_minimal.css + include/javascript/pandora.js + operation/agentes/stat_win.php: Changed layout of interactive graph + menu. + + * images/graphmenu_arrow.png + images/graphmenu_arrow_hide.png: Added images for interactive + graph menu. + + Merged from branches. + 2012-04-18 Miguel de Dios * include/functions_agents.php: into the function diff --git a/pandora_console/images/graphmenu_arrow.png b/pandora_console/images/graphmenu_arrow.png new file mode 100644 index 0000000000..f1054005f6 Binary files /dev/null and b/pandora_console/images/graphmenu_arrow.png differ diff --git a/pandora_console/images/graphmenu_arrow_hide.png b/pandora_console/images/graphmenu_arrow_hide.png new file mode 100644 index 0000000000..3b24937e6b Binary files /dev/null and b/pandora_console/images/graphmenu_arrow_hide.png differ diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index d378c0c0ca..f17a6b287e 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -11,7 +11,7 @@ function toggleDiv (divid){ function winopeng (url, wid) { open (url, wid,"width=650,height=410,status=no,toolbar=no,menubar=no,scrollbar=no"); - // WARNING !! Internet Explorer DOESNT SUPPORT "-" CHARACTERS IN WINDOW HANDLE VARIABLE + // WARNING !! Internet Explorer DOESNT SUPPORT "-" CARACTERS IN WINDOW HANDLE VARIABLE status =wid; } diff --git a/pandora_console/include/styles/pandora_minimal.css b/pandora_console/include/styles/pandora_minimal.css index a15e9e398e..ea37e357df 100644 --- a/pandora_console/include/styles/pandora_minimal.css +++ b/pandora_console/include/styles/pandora_minimal.css @@ -76,7 +76,8 @@ table, img { } .menu { color:#000; - background:#ddd; + background:#cccacb url('../../images/login_background.png') right center no-repeat; + margin-left: 10px; padding-left: 10px; padding-top: 10px; @@ -89,10 +90,24 @@ table, img { width:400px; height:260px; visibility:hidden; - filter:alpha(opacity=90); - -moz-opacity: 0.90; - opacity: 0.90; + + -moz-box-shadow: 0px 6px 6px #010E1B !important; + -webkit-box-shadow: 0px 6px 6px #010E1B !important; + box-shadow: 0px 6px 6px #010E1B !important; + + -moz-border-top-right-radius: 10px; + -webkit-border-top-right-radius: 10px; + border-top-right-radius: 10px; + + filter:alpha(opacity=97); + -moz-opacity: 0.97; + opacity: 0.97; } + +#show_menu { + background:#cccacb; +} + #loading { position:fixed; width: 200px; @@ -158,3 +173,12 @@ tfoot.scwFoot { color: #FFA500 !important; } +input.next { + background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px; +} + +input.next { + padding-right: 21px; +} + + diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php index 0eb05beb3d..5ef32f93df 100644 --- a/pandora_console/operation/agentes/stat_win.php +++ b/pandora_console/operation/agentes/stat_win.php @@ -61,23 +61,66 @@ if ($refresh > 0) { - +