2010-11-03 Raul Mateos <raulofpandora@gmail.com>
* index.php: Updated year :-D * general/footer.php, header.php: Updated year. Fixed some HTML strings to improve W3C validation. A lot of work to do in this area. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3510 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0da8f29e9e
commit
b7cb3bdb73
|
@ -1,3 +1,10 @@
|
|||
2010-11-03 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* index.php: Updated year :-D
|
||||
|
||||
* general/footer.php, header.php: Updated year. Fixed some HTML strings
|
||||
to improve W3C validation. A lot of work to do in this area.
|
||||
|
||||
2010-11-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_html.php: added the function
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU General Public License
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU General Public License
|
||||
|
@ -19,14 +19,14 @@ $msg_cnt = 0;
|
|||
?>
|
||||
<table width="100%" cellpadding="0" cellspacing="0" style="margin:0px; padding:0px;" border="0">
|
||||
<tr>
|
||||
<td rowspan=2>
|
||||
<td rowspan="2">
|
||||
|
||||
<a href="index.php?sec=main">
|
||||
<?php
|
||||
if (!defined ('PANDORA_ENTERPRISE')){
|
||||
echo "<img border=0 src='images/pandora_header_logo.png' alt='Pandora FMS Opensource'>";
|
||||
echo "<img border='0' src='images/pandora_header_logo.png' alt='Pandora FMS Opensource'>";
|
||||
} else {
|
||||
echo "<img border=0 src='images/pandora_header_logo_enterprise.png' alt='Pandora FMS Enterprise'>";
|
||||
echo "<img border='0' src='images/pandora_header_logo_enterprise.png' alt='Pandora FMS Enterprise'>";
|
||||
}
|
||||
?>
|
||||
</a>
|
||||
|
@ -115,15 +115,15 @@ $msg_cnt = 0;
|
|||
echo '</span>';
|
||||
}
|
||||
echo "</td>";
|
||||
echo "<td width='20%' rowspan=2>";
|
||||
echo "<td width='20%' rowspan='2'>";
|
||||
echo "<a href='index.php?sec=main'>";
|
||||
if (isset($config["custom_logo"]))
|
||||
echo "<img height=60 width=139 src='images/custom_logo/" . $config["custom_logo"] . "'>";
|
||||
echo "<img height='60' width='139' src='images/custom_logo/" . $config["custom_logo"] . "'>";
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<td colspan="2">
|
||||
|
||||
<?php
|
||||
if ($config["metaconsole"] == 0){
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
//Pandora FMS- http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
|
|
Loading…
Reference in New Issue