2007-05-07 Raul Mateos <raulofpandora@gmail.com>

* general/header.php: Made smaller.
	* godmode/agentes/module_manager.php: Changed html anchor.
	* operation/snmpconsole/snmp_view.php, general/logon_ok.php,
	operation/events/events.php, operation/incidents/incident.php,
	operation/agentes/estado_alertas.php: Removed classes.
	Now we use some styles at each page to simplify css.
	* operation/agentes/estado_generalagente.php: Changed table width.
	* include/pandora.css: Updated a lot of styles, deleted some not used.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@453 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2007-05-07 15:32:03 +00:00
parent 15dc48e9ac
commit fc203709b3
13 changed files with 89 additions and 161 deletions

View File

@ -1,3 +1,18 @@
2007-05-07 Raul Mateos <raulofpandora@gmail.com>
* general/header.php: Made smaller.
* godmode/agentes/module_manager.php: Changed html anchor.
* operation/snmpconsole/snmp_view.php, general/logon_ok.php,
operation/events/events.php, operation/incidents/incident.php,
operation/agentes/estado_alertas.php: Removed classes.
Now we use some styles at each page to simplify css.
* operation/agentes/estado_generalagente.php: Changed table width.
* include/pandora.css: Updated a lot of styles, deleted some not used.
2007-05-03 Raul Mateos <raulofpandora@gmail.com> 2007-05-03 Raul Mateos <raulofpandora@gmail.com>
* images/reporting.png: Renamed from chart_pie.png. * images/reporting.png: Renamed from chart_pie.png.

View File

@ -18,7 +18,7 @@
// along with this program; if not, write to the Free Software // along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
echo "<table width=100% border=0>"; echo "<table width=100% border='0'>";
echo "<tr>"; echo "<tr>";
if (isset ($_SESSION["id_usuario"])){ if (isset ($_SESSION["id_usuario"])){
echo "<td width=40%>"; echo "<td width=40%>";
@ -30,11 +30,11 @@ if (isset ($_SESSION["id_usuario"])){
echo $lang_label["has_connected"]. ' echo $lang_label["has_connected"]. '
[<b class="f10">'. $id_usuario. '</b>]'; [<b class="f10">'. $id_usuario. '</b>]';
echo "<td width=30%>"; echo "<td width=30%>";
echo "<a href='index.php?sec=main'><img src='images/information.png' class='bot'> ". $lang_label["information"]."</A>"; echo "<a href='index.php?sec=main'><img src='images/information.png' class='bot'> ". $lang_label["information"]."</a>";
echo "<td width=20%>"; echo "<td width=20%>";
echo "<a href='help/en/toc.php'><img src='images/help.png' class='bot'> ". $lang_label["help"]."</A>"; echo "<a href='help/en/toc.php'><img src='images/help.png' class='bot'> ". $lang_label["help"]."</a>";
echo "<td align='right' width=10%>"; echo "<td align='right' width=10%>";
echo "<a href='index.php?bye=bye'><img src='images/lock.png' class='bot'> ". $lang_label["logout"]."</A>"; echo "<a href='index.php?bye=bye'><img src='images/lock.png' class='bot'> ". $lang_label["logout"]."</a>";
} }
echo "</table>"; echo "</table>";
?> ?>

View File

@ -22,11 +22,7 @@ $sql1='SELECT * FROM tlink ORDER BY name';
$result=mysql_query($sql1); $result=mysql_query($sql1);
if ($row=mysql_fetch_array($result)){ if ($row=mysql_fetch_array($result)){
?> ?>
<div class="bg4"> <div class="tit bg4">:: <?php echo $lang_label["links_header"] ?> ::</div>
<div class="imgl"><img src="images/upper-left-corner.gif" width="5" height="5" alt=""></div>
<div class="tit">:: <?php echo $lang_label["links_header"] ?> ::</div>
<div class="imgr"><img src="images/upper-right-corner.gif" width="5" height="5" alt=""></div>
</div>
<div id="menul"> <div id="menul">
<div id="link"> <div id="link">
<?php <?php

View File

@ -102,7 +102,7 @@
} }
// Site stats // Site stats
echo '<h2 class="mgb25">' . $lang_label["stat_title"] . '</h2>'; echo '<h2 style="margin-bottom: 25px;">'. $lang_label["stat_title"].'</h2>';
echo '<table cellpadding="3" cellspacing="3" width="500"><tr>'; echo '<table cellpadding="3" cellspacing="3" width="500"><tr>';
$query1 = "SELECT COUNT(id_usuario) FROM tusuario"; $query1 = "SELECT COUNT(id_usuario) FROM tusuario";
$result = mysql_query ($query1); $result = mysql_query ($query1);

View File

@ -246,8 +246,8 @@ if ($row=mysql_num_rows($result)){
// Module assignment form // Module assignment form
// ========================== // ==========================
echo "<a name='module_assignment'>"; echo "<a name='module_assignment'></a>";
echo "<h2>".$lang_label["agent_conf"]." &gt; ".$lang_label["module_asociation_form"]."</a><a href='help/".$help_code."/chap3.php#321' target='_help' class='help'> echo "<h2>".$lang_label["agent_conf"]." &gt; ".$lang_label["module_asociation_form"]."<a href='help/".$help_code."/chap3.php#321' target='_help' class='help'>
&nbsp;<span>".$lang_label["help"]."</span></a></h2>"; &nbsp;<span>".$lang_label["help"]."</span></a></h2>";
if ($update_module == "1") if ($update_module == "1")

View File

@ -28,11 +28,7 @@ if (comprueba_login() == 0){
?> ?>
<div class="bg3"> <div class="tit bg3">:: <?php echo $lang_label["godmode_header"] ?> ::</div>
<div class="imgl"><img src="images/upper-left-corner.gif" width="5" height="5" alt=""></div>
<div class="tit">:: <?php echo $lang_label["godmode_header"] ?> ::</div>
<div class="imgr"><img src="images/upper-right-corner.gif" width="5" height="5" alt=""></div>
</div>
<div id="menug"> <div id="menug">
<div id="god"> <div id="god">

View File

@ -32,23 +32,22 @@
font-family: Verdana, sans-serif, Arial, Helvetica; font-family: Verdana, sans-serif, Arial, Helvetica;
font-size: 11px; font-size: 11px;
} }
input, textarea {
input { border: 1px solid #eee;
padding: 4px; font: Verdana, sans-serif, Arial;
border:1px solid #eee;
font: normal 1em/1.5em Verdana, sans-serif;
} }
textarea { textarea {
padding:4px; padding: 5px;
font: normal 1em/1.5em Verdana, sans-serif; height: 100px;
border:1px solid #eee; }
height:100px; input {
padding: 2px 3px 4px 3px;
} }
input.button { input.button {
margin: 0; margin: 0;
font: bold 1em Arial, Sans-serif; font: bold, Arial, Sans-serif;
border: 1px solid #CCC; border: 1px solid #ccc;
background: #FFF; background: #fff;
padding: 2px 3px; padding: 2px 3px;
margin: 10px 15px; margin: 10px 15px;
} }
@ -62,8 +61,6 @@ checkbox {
border:1px solid #eee; border:1px solid #eee;
font: normal 1em/1.5em Verdana, sans-serif; font: normal 1em/1.5em Verdana, sans-serif;
} }
h1, h2 { h1, h2 {
color: #103a3a; color: #103a3a;
padding-bottom: 15px; padding-bottom: 15px;
@ -155,20 +152,28 @@ div#db_ftxt {
#page { #page {
width: 960px; width: 960px;
} }
#main { #main {
width: 780px; width: 780px;
float: right; float: right;
} }
#menu { #menu {
width: 155px; width: 155px;
float: left; float: left;
} }
div#page>div#menu { div#page>div#menu {
width: 157px; width: 157px;
} }
#head {
padding-bottom: 10px;
font-size: 10px;
width: 100%;
margin-left: 15px;
}
#foot {
padding-top: 25px;
text-align: center;
clear: both;
}
#ver { #ver {
margin-bottom: 25px; margin-bottom: 25px;
} }
@ -214,54 +219,40 @@ input.next {
padding-right: 21px; padding-right: 21px;
background: #e5e5e5 url(../../images/go.png) no-repeat right 4px; background: #e5e5e5 url(../../images/go.png) no-repeat right 4px;
} }
input.upd { input.upd {
padding-right: 21px; padding-right: 21px;
background: #e5e5e5 url(../../images/upd.png) no-repeat right 5px; background: #e5e5e5 url(../../images/upd.png) no-repeat right 5px;
} }
input.wand { input.wand {
padding-right: 21px; padding-right: 21px;
background: #e5e5e5 url(../../images/wand.png) no-repeat right 4px; background: #e5e5e5 url(../../images/wand.png) no-repeat right 4px;
} }
input.delete { input.delete {
padding-right: 21px; padding-right: 21px;
background: #e5e5e5 url(../../images/cross.png) no-repeat right 4px; background: #e5e5e5 url(../../images/cross.png) no-repeat right 4px;
} }
table, img { table, img {
border: 0px; border: 0px;
} }
th, td.lb { th, td.lb {
color: #ffffff; color: #fff;
background-color: #778866; background-color: #778866;
} }
td.lb_view { td.lb_view {
color: #ffffff; color: #fff;
background-color: #7ba04a; background-color: #7ba04a;
} }
td.lb, td.lb_view { td.lb, td.lb_view {
height: 16px; height: 16px;
padding-left: 3px; padding-left: 3px;
font-weight: bold; font-weight: bold;
} }
td.datos, td.datost, td.datosb, td.datos_id, td.datosf9, td.datos, td.datost, td.datosb, td.datos_id , td.datosf9 {
td.datosf9i, td.datos_jus, td.w90datos, td.w135datos {
/* background-color: #f5f5f5; */
background-color: #f9f9f9; background-color: #f9f9f9;
} }
td.datos2, td.datos2t, td.datos2b, td.datos2_id , td.datos2f9 {
td.datos2, td.datos2t, td.datos2b, td.datos2_id, td.datos2f9,
td.datos2f9i, td.datos2_jus, td.w90datos2, td.w135datos2 {
background-color: #efefef; background-color: #efefef;
/* background-color: #e6e9cd; */
} }
td.datos3 { td.datos3 {
background-color: #a7b896; background-color: #a7b896;
} }
@ -283,32 +274,21 @@ td.datos_jus, td.datos2_jus {
.bg4 { /* links */ .bg4 { /* links */
background-color: #5385bf; background-color: #5385bf;
} }
.bg, .bg2, .bg3, .bg4 { .bg, .bg2, .bg3, .bg4 {
position: relative; position: relative;
height: 20px; height: 20px;
width: 100%; width: 100%;
} }
.f10, .w155f10, #ip { .f10, #ip {
font-size: 10px; font-size: 10px;
text-align: center; text-align: center;
} }
.f9, .f9i, .f9b, td.f9, td.f9i, td.datosf9, td.datos2f9, .f9, .f9i, .f9b, td.f9, td.f9i, td.datosf9, td.datos2f9 {
td.datosf9i, td.datos2f9i {
font-size: 9px; font-size: 9px;
} }
.f9i, .redi { .f9i, .redi {
font-style: italic; font-style: italic;
} }
.f9l20 {
padding-left: 20px;
}
.f9l30, .f9l30t, .f9l30w17t {
padding-left: 30px;
}
.f9l30w17t {
line-height: 17px;
}
.jus { .jus {
text-align: justify; text-align: justify;
width: 700px; width: 700px;
@ -318,7 +298,7 @@ td.datosf9i, td.datos2f9i {
} }
.tit, .titb { .tit, .titb {
font-weight: bold; font-weight: bold;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
} }
.error { .error {
@ -326,7 +306,7 @@ td.datosf9i, td.datos2f9i {
padding: 4px 1px 6px 30px; padding: 4px 1px 6px 30px;
} }
.red , .redb, .redi, .error { .red , .redb, .redi, .error {
color: #ff0000; color: #f00;
} }
.sep { .sep {
margin-left: 30px; margin-left: 30px;
@ -378,7 +358,7 @@ td.datosf9i, td.datos2f9i {
.w155 { .w155 {
width: 155px; width: 155px;
} }
.top, .top_red, .bgt, .f9l30t, td.datost, td.datos2t { .top, .top_red, .bgt, td.datost, td.datos2t {
vertical-align: top; vertical-align: top;
} }
.top_red { .top_red {
@ -394,6 +374,9 @@ td.datosf9i, td.datos2f9i {
.mr40 { .mr40 {
margin-right: 40px; margin-right: 40px;
} }
.mt35 {
margin-top: 35px;
}
ul.mn { ul.mn {
list-style: none; list-style: none;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
@ -407,21 +390,6 @@ ul.mn {
a.mn, .gr { a.mn, .gr {
font-family: Arial, Verdana, sans-serif, Helvetica; font-family: Arial, Verdana, sans-serif, Helvetica;
} }
.imgl {
position: absolute;
top: 0;
left: 0;
}
.imgr {
position: absolute;
top: 0;
right: -1;
}
div.imgr>img {
position: absolute;
top: 0;
right: 1;
}
div.nf { div.nf {
background: url(../../images/info.png) no-repeat; background: url(../../images/info.png) no-repeat;
color: #ac4444; color: #ac4444;
@ -430,7 +398,7 @@ div.nf {
} }
div#wizard { div#wizard {
text-align: left; text-align: left;
border: 1px solid #999999; border: 1px solid #999;
margin-top: 3em; margin-top: 3em;
margin-bottom: -1em; margin-bottom: -1em;
padding: 20px; padding: 20px;
@ -438,23 +406,17 @@ div#wizard {
background-color: #fff; background-color: #fff;
background: url(../../images/background8.jpg); background: url(../../images/background8.jpg);
} }
.mt35 {
margin-top: 35px;
}
div#install_box { div#install_box {
float: right; float: right;
padding-right: 20px; padding-right: 20px;
margin-top: 10px; margin-top: 10px;
width: 350px; width: 350px;
} }
div.title_line { div.title_line {
background-color: #4e682c; background-color: #4e682c;
height: 5px; height: 5px;
width: 762px; width: 762px;
} }
div.data_box { div.data_box {
border-top: 5px solid #778855; border-top: 5px solid #778855;
border-right: 1px solid #4e682c; border-right: 1px solid #4e682c;
@ -465,27 +427,23 @@ div.data_box {
margin-bottom: 25px; margin-bottom: 25px;
background-color: #fefefe; background-color: #fefefe;
/* border: 1px solid #dAdBdC; */ /* border: 1px solid #dAdBdC; */
width: 799px; width: 790px;
float: left; float: left;
margin-top: 0px; margin-top: 0px;
margin-left: 0px; margin-left: 2px;
margin-right: 0px; margin-right: 0px;
min-height: 470px; min-height: 470px;
} }
#menu_tab .mn, #menu_tab ul, #menu_tab .mn ul {
#menu_tab .mn, #menu_tab ul, #menu_tab .mn ul
{
padding: 0px; padding: 0px;
list-style: none; list-style: none;
margin: 0px; margin: 0px;
} }
#menu_tab .mn li #menu_tab .mn li {
{
float: right; float: right;
position: relative; position: relative;
} }
#menu_tab li a, #menu_tab li.nomn a #menu_tab li a, #menu_tab li.nomn a {
{
background: #d4ddc6; background: #d4ddc6;
padding: 2px 10px 2px 10px; padding: 2px 10px 2px 10px;
color: #333; color: #333;
@ -493,55 +451,42 @@ div.data_box {
font-weight: bold; font-weight: bold;
line-height: 18px; line-height: 18px;
} }
#menu_tab .mn li a {
#menu_tab .mn li a
{
display: block; display: block;
text-decoration: none; text-decoration: none;
} }
#menu_tab li.nomn:hover a, #menu_tab li.nomn:hover a,
#menu_tab li:hover ul a:hover #menu_tab li:hover ul a:hover {
{
background: #cde0ad; background: #cde0ad;
} }
#menu_tab li:hover a #menu_tab li:hover a {
{
background: #b2b08a url("../images/arrow.gif") no-repeat right 3px; background: #b2b08a url("../images/arrow.gif") no-repeat right 3px;
} }
#menu_tab li:hover ul a, #menu_tab .mn ul #menu_tab li:hover ul a, #menu_tab .mn ul {
{
background: #db6351; background: #db6351;
border-top: none; border-top: none;
} }
/* TAB TITLE */ /* TAB TITLE */
#menu_tab_left .mn, #menu_tab_left ul, #menu_tab_left .mn ul {
#menu_tab_left .mn, #menu_tab_left ul, #menu_tab_left .mn ul
{
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
list-style: none; list-style: none;
margin: 0px 0px 0px -20px; margin: 0px 0px 0px -20px;
} }
#menu_tab_left .mn li #menu_tab_left .mn li {
{
float: left; float: left;
position: relative; position: relative;
} }
#menu_tab_left li a, #menu_tab_left li.nomn a #menu_tab_left li a, #menu_tab_left li.nomn a {
{
background: #ac4444; background: #ac4444;
padding: 2px 10px 2px 10px; padding: 2px 10px 2px 10px;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
line-height: 18px; line-height: 18px;
} }
#menu_tab_left .mn li a {
#menu_tab_left .mn li a
{
display: block; display: block;
text-decoration: none; text-decoration: none;
} }
span.users { span.users {
background: url(../../images/group.png) no-repeat; background: url(../../images/group.png) no-repeat;
} }
@ -579,37 +524,17 @@ span.master, span.snmp, span.binary, span.recon {
padding: 4px 8px 12px 30px; padding: 4px 8px 12px 30px;
display: block; display: block;
} }
.mgb25 {
margin-bottom: 25px;
}
#head {
border-bottom: 1px solid #708090;
padding-bottom: 12px;
font-size: 10px;
width: 800px;
margin-bottom: 27px;
margin-left: 5px;
}
#foot {
padding-top: 25px;
text-align: center;
clear: both;
}
/* New styles for data box */ /* New styles for data box */
.databox_color { .databox_color {
margin: 10px 15px; margin: 10px 15px;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-left: 3px solid #EC981F; border-left: 3px solid #ec981f;
} }
.databox { .databox {
margin: 10px 15px; margin: 10px 15px;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
background-color: #FAFAFA; background-color: #fafafa;
} }
.databox_frame { .databox_frame {
margin: 10px 15px; margin: 10px 15px;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;

View File

@ -208,7 +208,7 @@ if (isset($_GET["id_agente"])){
} //end while } //end while
if (isset($string)) { if (isset($string)) {
echo "<td class='f9l30'>"; echo "<td class='f9' style='padding-left: 30px;'>";
echo "<img src='images/dot_red.gif'> - ".$lang_label["fired"]; echo "<img src='images/dot_red.gif'> - ".$lang_label["fired"];
echo "&nbsp;&nbsp;</td>"; echo "&nbsp;&nbsp;</td>";
echo "<td>"; echo "<td>";

View File

@ -59,7 +59,7 @@ if (comprueba_login() == 0) {
// Blank space below title // Blank space below title
echo "<div style='height: 10px'> </div>"; echo "<div style='height: 10px'> </div>";
echo '<table cellspacing="0" cellpadding="0" width="800" border=0>'; echo '<table cellspacing="0" cellpadding="0" width="780" border=0>';
echo "<tr><td>"; echo "<tr><td>";
echo '<table cellspacing="4" cellpadding="4" border=0>'; echo '<table cellspacing="4" cellpadding="4" border=0>';
echo "<tr><td class='lb_view' rowspan='12' width='1'>"; echo "<tr><td class='lb_view' rowspan='12' width='1'>";
@ -146,7 +146,7 @@ if (comprueba_login() == 0) {
<td class="datos"> <td class="datos">
<b>'.$lang_label["last_contact"]." / ".$lang_label["remote"].'</b> <b>'.$lang_label["last_contact"]." / ".$lang_label["remote"].'</b>
</td> </td>
<td class="datosf9" colspan="2">'; <td class="datos f9" colspan="2">';
if ($ultima_act == "0000-00-00 00:00:00"){ if ($ultima_act == "0000-00-00 00:00:00"){
echo $lang_label["never"]; echo $lang_label["never"];
} else { } else {

View File

@ -172,12 +172,12 @@ if ( $ev_group > 1 ){
echo "<option value=1>".dame_nombre_grupo(1)."</option>"; echo "<option value=1>".dame_nombre_grupo(1)."</option>";
list_group ($id_user); list_group ($id_user);
echo "</select>"; echo "</select>";
echo "<td class='f9l30w17t'>"; echo "<td class='f9' style='padding-left: 30px; line-height: 17px; vertical-align: top;'>";
echo "<img src='images/dot_green.gif'> - ".$lang_label["validated_event"]; echo "<img src='images/dot_green.gif'> - ".$lang_label["validated_event"];
echo "<br>"; echo "<br>";
echo "<img src='images/dot_red.gif'> - ".$lang_label["not_validated_event"]; echo "<img src='images/dot_red.gif'> - ".$lang_label["not_validated_event"];
echo "</td>"; echo "</td>";
echo "<td class='f9l30w17t'>"; echo "<td class='f9' style='padding-left: 30px; line-height: 17px; vertical-align: top;'>";
echo "<img src='images/ok.png'> - ".$lang_label["validate_event"]; echo "<img src='images/ok.png'> - ".$lang_label["validate_event"];
echo "<br>"; echo "<br>";
echo "<img src='images/cross.png'> - ".$lang_label["delete_event"]; echo "<img src='images/cross.png'> - ".$lang_label["delete_event"];

View File

@ -232,7 +232,7 @@ if (isset($_POST['operacion'])){
</td> </td>
<td valign="middle"><noscript><input type="submit" class="sub" value="<?php echo $lang_label["show"] ?>" border="0"></noscript> <td valign="middle"><noscript><input type="submit" class="sub" value="<?php echo $lang_label["show"] ?>" border="0"></noscript>
</td> </td>
<td rowspan="5" class="f9l30t"> <td rowspan="5" class="f9" style="padding-left: 30px; vertical-align: top;">
<h3><?php echo $lang_label["status"] ?></h3> <h3><?php echo $lang_label["status"] ?></h3>
<img src='images/dot_red.gif'> - <?php echo $lang_label["opened_inc"] ?><br> <img src='images/dot_red.gif'> - <?php echo $lang_label["opened_inc"] ?><br>
<img src='images/dot_yellow.gif'> - <?php echo $lang_label["openedcom_inc"] ?><br> <img src='images/dot_yellow.gif'> - <?php echo $lang_label["openedcom_inc"] ?><br>
@ -240,7 +240,7 @@ if (isset($_POST['operacion'])){
<img src='images/dot_green.gif'> - <?php echo $lang_label["closed_inc"] ?><br> <img src='images/dot_green.gif'> - <?php echo $lang_label["closed_inc"] ?><br>
<img src='images/dot_white.gif'> - <?php echo $lang_label["exp_inc"] ?></td> <img src='images/dot_white.gif'> - <?php echo $lang_label["exp_inc"] ?></td>
<td rowspan="5" class="f9l30t"> <td rowspan="5" class="f9" style="padding-left: 30px; vertical-align: top;">
<h3><?php echo $lang_label["priority"] ?></h3> <h3><?php echo $lang_label["priority"] ?></h3>
<img src='images/dot_red.gif'><img src='images/dot_red.gif'><img src='images/dot_red.gif'> - <?php echo $lang_label["very_serious"] ?><br> <img src='images/dot_red.gif'><img src='images/dot_red.gif'><img src='images/dot_red.gif'> - <?php echo $lang_label["very_serious"] ?><br>
<img src='images/dot_yellow.gif'><img src='images/dot_red.gif'><img src='images/dot_red.gif'> - <?php echo $lang_label["serious"] ?><br> <img src='images/dot_yellow.gif'><img src='images/dot_red.gif'><img src='images/dot_red.gif'> - <?php echo $lang_label["serious"] ?><br>

View File

@ -24,11 +24,7 @@ if (! isset($_SESSION["id_usuario"])) {
} }
?> ?>
<div class="bg"> <div class="tit bg">:: <?php echo $lang_label["operation_header"] ?> ::</div>
<div class="imgl"><img src="images/upper-left-corner.gif" width="5" height="5" alt=""></div>
<div class="tit">:: <?php echo $lang_label["operation_header"] ?> ::</div>
<div class="imgr"><img src="images/upper-right-corner.gif" width="5" height="5" alt=""></div>
</div>
<div id="menuop"> <div id="menuop">
<div id="op"> <div id="op">
<?php <?php

View File

@ -133,14 +133,14 @@ if (comprueba_login() == 0) {
if (mysql_num_rows($result2)){ if (mysql_num_rows($result2)){
echo "<table><tr>"; echo "<table><tr>";
echo "<td class='f9l30'>"; echo "<td class='f9' style='padding-left: 30px;'>";
echo "<img src='images/dot_green.gif'> - ".$lang_label["validated_event"]; echo "<img src='images/dot_green.gif'> - ".$lang_label["validated_event"];
echo "<br>"; echo "<br>";
echo "<img src='images/dot_red.gif'> - ".$lang_label["not_validated_event"]; echo "<img src='images/dot_red.gif'> - ".$lang_label["not_validated_event"];
echo "<br>"; echo "<br>";
echo "<img src='images/dot_yellow.gif'> - ".$lang_label["alert"]; echo "<img src='images/dot_yellow.gif'> - ".$lang_label["alert"];
echo "</td>"; echo "</td>";
echo "<td class='f9l20'>"; echo "<td class='f9' style='padding-left: 20px;'>";
echo "<img src='images/ok.png'> - ".$lang_label["validate_event"]; echo "<img src='images/ok.png'> - ".$lang_label["validate_event"];
echo "<br>"; echo "<br>";
echo "<img src='images/cross.png '> - ".$lang_label["delete_event"]; echo "<img src='images/cross.png '> - ".$lang_label["delete_event"];