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:
raulmateos 2010-11-03 17:56:20 +00:00
parent 0da8f29e9e
commit b7cb3bdb73
4 changed files with 16 additions and 9 deletions

View File

@ -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> 2010-11-03 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: added the function * include/functions_html.php: added the function

View File

@ -2,7 +2,7 @@
// Pandora FMS - http://pandorafms.com // 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 // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License

View File

@ -2,7 +2,7 @@
// Pandora FMS - http://pandorafms.com // 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 // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // 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"> <table width="100%" cellpadding="0" cellspacing="0" style="margin:0px; padding:0px;" border="0">
<tr> <tr>
<td rowspan=2> <td rowspan="2">
<a href="index.php?sec=main"> <a href="index.php?sec=main">
<?php <?php
if (!defined ('PANDORA_ENTERPRISE')){ 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 { } 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> </a>
@ -115,15 +115,15 @@ $msg_cnt = 0;
echo '</span>'; echo '</span>';
} }
echo "</td>"; echo "</td>";
echo "<td width='20%' rowspan=2>"; echo "<td width='20%' rowspan='2'>";
echo "<a href='index.php?sec=main'>"; echo "<a href='index.php?sec=main'>";
if (isset($config["custom_logo"])) 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> </td>
</tr> </tr>
<tr> <tr>
<td colspan=2> <td colspan="2">
<?php <?php
if ($config["metaconsole"] == 0){ if ($config["metaconsole"] == 0){

View File

@ -2,7 +2,7 @@
//Pandora FMS- http://pandorafms.com //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 // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or