2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
* {
|
2013-03-15 15:50:47 +01:00
|
|
|
text-decoration: none !important;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2013-03-15 15:50:47 +01:00
|
|
|
background-color: white;
|
|
|
|
border-style: none;
|
|
|
|
direction: ltr;
|
2010-09-22 18:52:29 +02:00
|
|
|
display: block;
|
2013-03-15 15:50:47 +01:00
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
2013-03-27 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/events.php, mobile/operation/tactical.php,
mobile/include/ui.class.php, mobile/include/style/main.css,
mobile/images/datos_blue.png, mobile/images/datos_brown.png,
mobile/images/datos_green.png, mobile/images/datos_pink.png,
mobile/images/datos_grey.png, mobile/images/datos_red.png,
mobile/images/datos_yellow.png: some fixes and changes in the
Pandora mobile.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7895 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-27 18:51:35 +01:00
|
|
|
font-size: 12px !important;
|
2013-03-15 15:50:47 +01:00
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
|
|
|
|
2013-04-05 15:07:03 +02:00
|
|
|
.small {
|
|
|
|
font-size: 10px !important;
|
|
|
|
}
|
|
|
|
|
2013-03-27 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/events.php, mobile/operation/tactical.php,
mobile/include/ui.class.php, mobile/include/style/main.css,
mobile/images/datos_blue.png, mobile/images/datos_brown.png,
mobile/images/datos_green.png, mobile/images/datos_pink.png,
mobile/images/datos_grey.png, mobile/images/datos_red.png,
mobile/images/datos_yellow.png: some fixes and changes in the
Pandora mobile.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7895 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-27 18:51:35 +01:00
|
|
|
.ui-header .ui-title {
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
2013-03-21 19:47:28 +01:00
|
|
|
|
2013-03-27 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/events.php, mobile/operation/tactical.php,
mobile/include/ui.class.php, mobile/include/style/main.css,
mobile/images/datos_blue.png, mobile/images/datos_brown.png,
mobile/images/datos_green.png, mobile/images/datos_pink.png,
mobile/images/datos_grey.png, mobile/images/datos_red.png,
mobile/images/datos_yellow.png: some fixes and changes in the
Pandora mobile.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7895 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-27 18:51:35 +01:00
|
|
|
label, input, .ui-btn-inner {
|
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
2013-03-21 19:47:28 +01:00
|
|
|
|
2013-04-05 12:49:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
/*INIT----------Tactical styles-----------------------------------------*/
|
2013-03-27 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/events.php, mobile/operation/tactical.php,
mobile/include/ui.class.php, mobile/include/style/main.css,
mobile/images/datos_blue.png, mobile/images/datos_brown.png,
mobile/images/datos_green.png, mobile/images/datos_pink.png,
mobile/images/datos_grey.png, mobile/images/datos_red.png,
mobile/images/datos_yellow.png: some fixes and changes in the
Pandora mobile.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7895 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-27 18:51:35 +01:00
|
|
|
#tactical * {
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
2013-03-21 19:47:28 +01:00
|
|
|
|
2013-04-05 12:49:38 +02:00
|
|
|
#tactical a {
|
|
|
|
font-size: 25px !important;
|
|
|
|
}
|
|
|
|
/*END-----------Tactical styles-----------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-03-21 19:47:28 +01:00
|
|
|
/*INIT----------Groups styles-----------------------------------------*/
|
2013-03-15 15:50:47 +01:00
|
|
|
.group_view tr {
|
|
|
|
border-bottom: 3px solid white !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
|
|
|
|
2013-04-02 15:44:48 +02:00
|
|
|
|
|
|
|
|
2013-03-15 15:50:47 +01:00
|
|
|
tr.group_view_crit, .group_view_crit {
|
|
|
|
background-color: #FA3030;
|
|
|
|
color: #000000 !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-03-15 15:50:47 +01:00
|
|
|
.group_view_crit * {
|
|
|
|
color: #000000 !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-04-02 15:44:48 +02:00
|
|
|
.ui-btn-up-group_view_crit {
|
|
|
|
background: linear-gradient(#D50505, #FA3030) repeat scroll 0 0 #FA3030;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#D50505), to(#FA3030));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.ui-btn-hover-group_view_crit {
|
|
|
|
background: linear-gradient(#C41616, #E94141) repeat scroll 0 0 #E94141;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#C41616), to(#E94141));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-09-22 18:52:29 +02:00
|
|
|
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
.group_view_normal, .group_view_normal *,
|
|
|
|
.group_view_norm, .group_view_norm * {
|
2013-03-15 15:50:47 +01:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #000000 !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-03-15 15:50:47 +01:00
|
|
|
.group_view_norm * {
|
|
|
|
color: #000000 !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-04-02 15:44:48 +02:00
|
|
|
.ui-btn-up-group_view_normal,
|
|
|
|
.ui-btn-up-group_view_norm {
|
|
|
|
background: linear-gradient(#D7D7D7, #FFFFFF) repeat scroll 0 0 #FFFFFF;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#D7D7D7), to(#FFFFFF));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.ui-btn-hover-group_view_normal,
|
|
|
|
.ui-btn-hover-group_view_normal {
|
|
|
|
background: linear-gradient(#D7D7D7, #FFFFFF) repeat scroll 0 0 #FFFFFF;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#D7D7D7), to(#FFFFFF));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-09-22 18:52:29 +02:00
|
|
|
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
.group_view_ok, .group_view_ok * {
|
2013-03-15 15:50:47 +01:00
|
|
|
background-color: #00C000;
|
|
|
|
color: #000000 !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-03-15 15:50:47 +01:00
|
|
|
.group_view_ok * {
|
|
|
|
color: #000000 !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-04-02 15:44:48 +02:00
|
|
|
.ui-btn-up-group_view_ok {
|
|
|
|
background: linear-gradient(#007000, #00C000) repeat scroll 0 0 #00C000;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#007000), to(#00C000));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.ui-btn-hover-group_view_ok {
|
|
|
|
background: linear-gradient(#096709, #0FB10F) repeat scroll 0 0 #0FB10F;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#096709), to(#0FB10F));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-09-22 18:52:29 +02:00
|
|
|
|
2013-03-15 15:50:47 +01:00
|
|
|
tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn {
|
|
|
|
background-color: #F5E535;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-03-15 15:50:47 +01:00
|
|
|
a.group_view_warn {
|
|
|
|
color: #000000 !important;
|
2010-09-22 18:52:29 +02:00
|
|
|
}
|
2013-04-02 15:44:48 +02:00
|
|
|
.ui-btn-up-group_view_warn {
|
|
|
|
background: linear-gradient(#D0BF0A, #F5E535) repeat scroll 0 0 #F5E535;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#D0BF0A), to(#F5E535));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.ui-btn-hover-group_view_warn {
|
|
|
|
background: linear-gradient(#BFB11B, #E4D746) repeat scroll 0 0 #E4D746;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#BFB11B), to(#E4D746));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-09-22 18:52:29 +02:00
|
|
|
|
2013-03-15 15:50:47 +01:00
|
|
|
tr.group_view_alrm, .group_view_alrm {
|
|
|
|
background-color: #ED8701;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
2013-03-15 15:50:47 +01:00
|
|
|
.group_view_alrm * {
|
|
|
|
color: #000000 !important;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
2013-04-02 15:44:48 +02:00
|
|
|
.ui-btn-up-group_view_alrm {
|
|
|
|
background: linear-gradient(#9D5A01, #ED8701) repeat scroll 0 0 #ED8701;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#9D5A01), to(#ED8701));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.ui-btn-hover-group_view_alrm {
|
|
|
|
background: linear-gradient(#91580D, #DA8414) repeat scroll 0 0 #DA8414;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#91580D), to(#DA8414));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
|
2013-03-15 15:50:47 +01:00
|
|
|
tr.group_view_unk, .group_view_unk {
|
|
|
|
background-color: #C4C4C4;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
2013-03-15 15:50:47 +01:00
|
|
|
.group_view_unk * {
|
|
|
|
color: #000000 !important;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
2013-04-02 15:44:48 +02:00
|
|
|
.ui-btn-up-group_view_unk {
|
|
|
|
background: linear-gradient(#9C9C9C, #C4C4C4) repeat scroll 0 0 #C4C4C4;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#9C9C9C), to(#C4C4C4));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.ui-btn-hover-group_view_unk {
|
|
|
|
background: linear-gradient(#888888, #B0B0B0) repeat scroll 0 0 #ECECEC;
|
2013-04-04 19:44:07 +02:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#B0B0B0));
|
2013-04-02 15:44:48 +02:00
|
|
|
border: 1px solid #111111;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
|
2013-03-15 15:50:47 +01:00
|
|
|
tr.group_view_data, .group_view_data {
|
|
|
|
color: #000000 !important;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
.group_view_data_unk * {
|
2013-03-15 15:50:47 +01:00
|
|
|
color: #303030 !important;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
.group_view_data_ok * {
|
2013-03-15 15:50:47 +01:00
|
|
|
color: #00C000 !important;
|
2010-09-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: in function "print_select_groups" and function
"print_select_from_sql" added source code to check $config['text_char_long']
for show small text in this widgets.
* include/functions.php: in function "get_event_types" and "get_priorities"
added source code to check $config['text_char_long'] for show small text in
this widgets. And in function "get_priority_class" cleaned source code.
* operation/agentes/status_monitor.php, operation/events/events.php: cleaned
source code style.
* images/pandora.ico.gif: added image file for to use in the mobile footer.
* mobile/operation/agents/monitor_status.php,
mobile/operation/agents/view_agents.php,
mobile/operation/agents/tactical.php,
mobile/operation/agents/group_view.php, mobile/operation/events/events.php,
mobile/include/style/main.css, mobile/include/functions_web.php,
mobile/index.php, general/footer.php: continued the develop, yep the
Pandora Console Mobile is complete (only rest the bugs).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-21 20:02:11 +02:00
|
|
|
}
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
.group_view_data_crit * {
|
2013-03-15 15:50:47 +01:00
|
|
|
color: #5C0000 !important;
|
2010-09-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: in function "print_select_groups" and function
"print_select_from_sql" added source code to check $config['text_char_long']
for show small text in this widgets.
* include/functions.php: in function "get_event_types" and "get_priorities"
added source code to check $config['text_char_long'] for show small text in
this widgets. And in function "get_priority_class" cleaned source code.
* operation/agentes/status_monitor.php, operation/events/events.php: cleaned
source code style.
* images/pandora.ico.gif: added image file for to use in the mobile footer.
* mobile/operation/agents/monitor_status.php,
mobile/operation/agents/view_agents.php,
mobile/operation/agents/tactical.php,
mobile/operation/agents/group_view.php, mobile/operation/events/events.php,
mobile/include/style/main.css, mobile/include/functions_web.php,
mobile/index.php, general/footer.php: continued the develop, yep the
Pandora Console Mobile is complete (only rest the bugs).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-21 20:02:11 +02:00
|
|
|
}
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
.group_view_data_alrm * {
|
2013-03-15 15:50:47 +01:00
|
|
|
color: #5C1D00 !important;
|
2010-09-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: in function "print_select_groups" and function
"print_select_from_sql" added source code to check $config['text_char_long']
for show small text in this widgets.
* include/functions.php: in function "get_event_types" and "get_priorities"
added source code to check $config['text_char_long'] for show small text in
this widgets. And in function "get_priority_class" cleaned source code.
* operation/agentes/status_monitor.php, operation/events/events.php: cleaned
source code style.
* images/pandora.ico.gif: added image file for to use in the mobile footer.
* mobile/operation/agents/monitor_status.php,
mobile/operation/agents/view_agents.php,
mobile/operation/agents/tactical.php,
mobile/operation/agents/group_view.php, mobile/operation/events/events.php,
mobile/include/style/main.css, mobile/include/functions_web.php,
mobile/index.php, general/footer.php: continued the develop, yep the
Pandora Console Mobile is complete (only rest the bugs).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-21 20:02:11 +02:00
|
|
|
}
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
.group_view_data_warn * {
|
2013-03-15 15:50:47 +01:00
|
|
|
color: #5C5900 !important;
|
2010-09-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: in function "print_select_groups" and function
"print_select_from_sql" added source code to check $config['text_char_long']
for show small text in this widgets.
* include/functions.php: in function "get_event_types" and "get_priorities"
added source code to check $config['text_char_long'] for show small text in
this widgets. And in function "get_priority_class" cleaned source code.
* operation/agentes/status_monitor.php, operation/events/events.php: cleaned
source code style.
* images/pandora.ico.gif: added image file for to use in the mobile footer.
* mobile/operation/agents/monitor_status.php,
mobile/operation/agents/view_agents.php,
mobile/operation/agents/tactical.php,
mobile/operation/agents/group_view.php, mobile/operation/events/events.php,
mobile/include/style/main.css, mobile/include/functions_web.php,
mobile/index.php, general/footer.php: continued the develop, yep the
Pandora Console Mobile is complete (only rest the bugs).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-21 20:02:11 +02:00
|
|
|
}
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
|
|
|
|
.group_view * {
|
|
|
|
text-shadow: none !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
2013-03-21 19:47:28 +01:00
|
|
|
/*END-----------Groups styles-----------------------------------------*/
|
2010-09-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: in function "print_select_groups" and function
"print_select_from_sql" added source code to check $config['text_char_long']
for show small text in this widgets.
* include/functions.php: in function "get_event_types" and "get_priorities"
added source code to check $config['text_char_long'] for show small text in
this widgets. And in function "get_priority_class" cleaned source code.
* operation/agentes/status_monitor.php, operation/events/events.php: cleaned
source code style.
* images/pandora.ico.gif: added image file for to use in the mobile footer.
* mobile/operation/agents/monitor_status.php,
mobile/operation/agents/view_agents.php,
mobile/operation/agents/tactical.php,
mobile/operation/agents/group_view.php, mobile/operation/events/events.php,
mobile/include/style/main.css, mobile/include/functions_web.php,
mobile/index.php, general/footer.php: continued the develop, yep the
Pandora Console Mobile is complete (only rest the bugs).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-21 20:02:11 +02:00
|
|
|
|
2013-03-21 19:47:28 +01:00
|
|
|
|
|
|
|
|
|
|
|
/*INIT----------Events styles-----------------------------------------*/
|
|
|
|
.datos_green, .datos_greenf9, .datos_green a, .datos_greenf9 a {
|
2013-04-02 15:44:48 +02:00
|
|
|
background-color: #52A000;
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
text-shadow: none !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
|
|
|
.datos_red, .datos_redf9, .datos_red a, .datos_redf9 a {
|
2013-04-02 15:44:48 +02:00
|
|
|
background-color: #FF3E41;
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
text-shadow: none !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
2013-03-26 18:15:49 +01:00
|
|
|
|
|
|
|
.datos_yellow, .datos_yellowf9, .datos_yellow a, .datos_yellowf9 a {
|
2013-04-02 15:44:48 +02:00
|
|
|
background-color: #F5E535;
|
|
|
|
color: #000000 !important;
|
|
|
|
text-shadow: none !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
2013-03-26 18:15:49 +01:00
|
|
|
.datos_blue, .datos_bluef9, .datos_blue a, .datos_bluef9 a {
|
2013-04-02 15:44:48 +02:00
|
|
|
background-color: #77E2F2;
|
|
|
|
color: #000000 !important;
|
|
|
|
text-shadow: none !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
2013-03-26 18:15:49 +01:00
|
|
|
.datos_grey, .datos_greyf9, .datos_grey a, .datos_greyf9 a {
|
2013-04-02 15:44:48 +02:00
|
|
|
background-color: #E4E4E4;
|
|
|
|
color: #000000 !important;
|
|
|
|
text-shadow: none !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
2013-03-26 18:15:49 +01:00
|
|
|
.datos_pink, .datos_pinkf9, .datos_pink a, .datos_pinkf9 a {
|
2013-04-02 15:44:48 +02:00
|
|
|
background-color: #FF92E9;
|
|
|
|
color: #000000 !important;
|
|
|
|
text-shadow: none !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
2013-03-26 18:15:49 +01:00
|
|
|
.datos_brown, .datos_brownf9, .datos_brown a, .datos_brownf9 a {
|
2013-04-02 15:44:48 +02:00
|
|
|
background-color: #C97A4A;
|
|
|
|
color: #000000 !important;
|
|
|
|
text-shadow: none !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.events {
|
|
|
|
border-bottom: 3px solid white !important;
|
2013-03-26 18:15:49 +01:00
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#list_events th {
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-weight: bolder !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
2013-04-01 16:25:08 +02:00
|
|
|
|
|
|
|
@media screen and (max-width: 320px)
|
|
|
|
{
|
|
|
|
.pandora_responsive th {
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pandora_responsive .event_id td,
|
|
|
|
.pandora_responsive .event_id th,
|
|
|
|
.pandora_responsive .event_name td,
|
|
|
|
.pandora_responsive .event_name th,
|
|
|
|
.pandora_responsive .event_owner th,
|
|
|
|
.pandora_responsive .event_timestamp th,
|
|
|
|
.pandora_responsive .event_timestamp td,
|
|
|
|
.pandora_responsive .event_type td,
|
|
|
|
.pandora_responsive .event_type th {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pandora_responsive .event_id {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pandora_responsive .event_name {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_name {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_timestamp td,
|
|
|
|
.event_timestamp th {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_name {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_owner {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_type th {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_type {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_owner {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_type {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_repeated {
|
|
|
|
clear: left;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_repeated > th {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cell_event_repeated {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_severity {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_severity > th {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_severity {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_status > th {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_status {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_acknowledged_by > th {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_acknowledged_by {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_group > th {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_group {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event_tags > th {
|
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell_event_tags {
|
|
|
|
float: left;
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-04-01 18:27:19 +02:00
|
|
|
#list_events a {
|
|
|
|
color: #333333 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 35em) {
|
2013-04-05 15:07:03 +02:00
|
|
|
/* Hide the title of event name */
|
2013-04-01 18:27:19 +02:00
|
|
|
#list_events tbody tr.events td.cell_0 b.ui-table-cell-label {
|
2013-04-05 15:07:03 +02:00
|
|
|
display: none;
|
2013-04-01 18:27:19 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-03-21 19:47:28 +01:00
|
|
|
/*END-----------Events styles-----------------------------------------*/
|
|
|
|
|
2013-03-27 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/events.php, mobile/operation/tactical.php,
mobile/include/ui.class.php, mobile/include/style/main.css,
mobile/images/datos_blue.png, mobile/images/datos_brown.png,
mobile/images/datos_green.png, mobile/images/datos_pink.png,
mobile/images/datos_grey.png, mobile/images/datos_red.png,
mobile/images/datos_yellow.png: some fixes and changes in the
Pandora mobile.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7895 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-27 18:51:35 +01:00
|
|
|
|
|
|
|
|
2013-04-01 18:27:19 +02:00
|
|
|
|
|
|
|
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
/*INIT-----------Agents styles----------------------------------------*/
|
|
|
|
.red, .redb, .redi, .error {
|
2013-04-02 15:44:48 +02:00
|
|
|
color: #CC0000;
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.green {
|
2013-04-02 15:44:48 +02:00
|
|
|
color: #5A8629;
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.grey {
|
2013-04-02 15:44:48 +02:00
|
|
|
color: #808080;
|
|
|
|
font-weight: bold;
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
}
|
2013-04-02 18:15:59 +02:00
|
|
|
|
|
|
|
@media screen and (max-width: 35em) {
|
|
|
|
#list_agents .cell_2 .ui-table-cell-label,
|
|
|
|
#list_agents .cell_3 .ui-table-cell-label,
|
|
|
|
#list_agents .cell_6 .ui-table-cell-label,
|
2013-04-05 15:07:03 +02:00
|
|
|
#list_agents .cell_4 .ui-table-cell-label,
|
|
|
|
#list_agents .cell_5 .ui-table-cell-label,
|
|
|
|
#list_agents .cell_8 .ui-table-cell-label {
|
2013-04-02 18:15:59 +02:00
|
|
|
min-width: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list_agents .cell_3 .ui-table-cell-label,
|
|
|
|
#list_agents .cell_6 .ui-table-cell-label,
|
|
|
|
#list_agents .cell_7 .ui-table-cell-label {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list_agents .cell_2,
|
|
|
|
#list_agents .cell_3,
|
|
|
|
#list_agents .cell_6,
|
|
|
|
#list_agents .cell_7 {
|
|
|
|
display: inline !important;
|
|
|
|
float: none !important;
|
|
|
|
}
|
2013-04-05 15:07:03 +02:00
|
|
|
|
|
|
|
#list_agents .cell_4,
|
|
|
|
#list_agents .cell_8 {
|
|
|
|
display: inline !important;
|
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list_agents .cell_8 {
|
|
|
|
display: inline !important;
|
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list_agents b.ui-table-cell-label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list_agents .show_collapside {
|
|
|
|
display: inline !important;
|
|
|
|
}
|
2013-04-02 18:15:59 +02:00
|
|
|
}
|
2013-03-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions_groups.php:
changes for to use in the calls in mobile version.
* mobile/index.php, mobile/operation/events.php,
mobile/operation/modules.php, mobile/operation/events,
mobile/operation/events/events.php, mobile/operation/agents.php,
mobile/operation/tactical.php, mobile/operation/alerts.php,
mobile/include/style/main.css, mobile/include/ui.class.php,
mobile/include/user.class.php: changes and improves in the code
of mobile.
* mobile/operation/agents/*, mobile/operation/servers/*: removed
the old files from version pandora mobile 4.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-26 18:24:10 +01:00
|
|
|
/*END-----------Agents styles-----------------------------------------*/
|
2013-03-21 19:47:28 +01:00
|
|
|
|
2013-03-27 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/events.php, mobile/operation/tactical.php,
mobile/include/ui.class.php, mobile/include/style/main.css,
mobile/images/datos_blue.png, mobile/images/datos_brown.png,
mobile/images/datos_green.png, mobile/images/datos_pink.png,
mobile/images/datos_grey.png, mobile/images/datos_red.png,
mobile/images/datos_yellow.png: some fixes and changes in the
Pandora mobile.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7895 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-03-27 18:51:35 +01:00
|
|
|
|
|
|
|
|
2013-04-02 18:43:32 +02:00
|
|
|
/*INIT-----------Modules styles---------------------------------------*/
|
|
|
|
@media screen and (max-width: 35em) {
|
|
|
|
#list_Modules .cell_1 .ui-table-cell-label,
|
|
|
|
#list_Modules .cell_5 .ui-table-cell-label,
|
|
|
|
#list_Modules .cell_6 .ui-table-cell-label {
|
|
|
|
min-width: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list_Modules .cell_5 .ui-table-cell-label,
|
|
|
|
#list_Modules .cell_6 .ui-table-cell-label {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list_Modules .cell_1,
|
|
|
|
#list_Modules .cell_5,
|
|
|
|
#list_Modules .cell_6 {
|
|
|
|
display: inline !important;
|
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*END------------Modules styles---------------------------------------*/
|
|
|
|
|
2013-04-02 15:44:48 +02:00
|
|
|
|
|
|
|
|
2013-03-21 19:47:28 +01:00
|
|
|
/*INIT---------Fix the square border in search input------------------*/
|
2013-03-15 15:50:47 +01:00
|
|
|
.ui-input-search {
|
|
|
|
border-radius: 0.6em 0.6em 0.6em 0.6em !important;
|
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: in function "get_agent_module_info" added
the return "status" and "alert_value".
* include/auth/mysql.php: in function "process_user_login" cleaned the
source code style.
* include/functions_ui.php: in function "print_timestamp" added in the
parameter $option the check of units ('large' and 'tiny' at the moment).
Added the function "print_group_icon2" that it is the same of
"print_group_icon" but it has a new parameter $path for to set the images
path.
* include/functions.php: in function "human_time_comparation" added the
parameter $units to set the type return text for time unit (at the moment
only "large" and "tiny"). And in the function "human_time_description_raw"
added the paramter $units for to set the type of return text for units, at
the moment only "large" and "tiny".
* include/functions_db.php, operation/agentes/ver_agente.php: cleaned source
code.
* mobile/index.php, mobile/operation/agents,
mobile/operation/agents/view_agents.php, mobile/include/db.class.php,
mobile/include/style, mobile/include/style/main.css,
mobile/include/user.class.php, mobile/include/functions_web.php,
mobile/include/system.class.php, mobile/images/bricks.png,
mobile/images/up.png, mobile/images/zoom.png, mobile/images/down.png: added
first version of file for Pandora Mobile version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-15 17:54:59 +02:00
|
|
|
}
|
|
|
|
|
2013-03-15 15:50:47 +01:00
|
|
|
.ui-select {
|
|
|
|
width: 100% !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
|
|
|
/*END----------Fix the square border in search input------------------*/
|
|
|
|
|
2013-03-22 15:31:54 +01:00
|
|
|
|
|
|
|
|
2013-04-01 18:27:19 +02:00
|
|
|
|
2013-04-02 15:44:48 +02:00
|
|
|
ul.ui-listview li.ui-btn div.ui-btn-inner div.ui-btn-text {
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-04-01 18:27:19 +02:00
|
|
|
/*INIT---------Fix the tons of air between the rows in small table----*/
|
|
|
|
.head_vertical {
|
|
|
|
margin-top: 0px !important;
|
|
|
|
border-top: 1px solid grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
.head_horizontal {
|
|
|
|
border-bottom: 1px solid grey !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 35em) {
|
|
|
|
.ui-table th, .ui-table td {
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*END----------Fix the tons of air between the rows in small table----*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-04-02 15:44:48 +02:00
|
|
|
|
|
|
|
|
2013-03-21 19:47:28 +01:00
|
|
|
/*INIT---------Fix to avoid clicks under loading message--------------*/
|
|
|
|
.ui-loader-background {
|
2013-04-02 15:44:48 +02:00
|
|
|
width:100% !important;
|
|
|
|
height:100% !important;
|
|
|
|
top:0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
background: rgba(0, 0, 0, 0.3) !important;
|
|
|
|
display:none !important;
|
|
|
|
position: fixed !important;
|
|
|
|
z-index:100 !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui-loading .ui-loader-background {
|
2013-04-02 15:44:48 +02:00
|
|
|
display:block !important;
|
2013-03-21 19:47:28 +01:00
|
|
|
}
|
|
|
|
/*END----------Fix to avoid clicks under loading message--------------*/
|