From 9cadd23c96944c6ca80818181997b4fecc32e661 Mon Sep 17 00:00:00 2001 From: raulmateos <noreply@pandorafms.org> Date: Wed, 10 Jan 2007 10:48:29 +0000 Subject: [PATCH] 2007-01-10 Raul Mateos <raulofpandora@gmail.com> * help/[gl|de]/*.php: New files. At this moment, is a redirect to the english help. * operation/menu.php: Small style correction. * active_console/*.php: Change from <? to <?php, change comments to put them inside <?php. Small changes in js scripts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@359 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 10 ++++++ pandora_console/help/de/chap1.php | 34 +++++++++++++++++++ pandora_console/help/de/chap2.php | 34 +++++++++++++++++++ pandora_console/help/de/chap3.php | 34 +++++++++++++++++++ pandora_console/help/de/chap4.php | 34 +++++++++++++++++++ pandora_console/help/de/chap5.php | 34 +++++++++++++++++++ pandora_console/help/de/chap6.php | 34 +++++++++++++++++++ pandora_console/help/de/chap7.php | 34 +++++++++++++++++++ pandora_console/help/de/chap8.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap1.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap2.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap3.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap4.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap5.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap6.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap7.php | 34 +++++++++++++++++++ pandora_console/help/gl/chap8.php | 34 +++++++++++++++++++ .../operation/active_console/index.php | 34 +++++++++---------- .../active_console/lib/db_functions.php | 9 +++-- .../active_console/lib/extra_functions.php | 13 +++---- .../active_console/scripts/objeto.php | 8 +++-- .../active_console/scripts/onunload.php | 23 +++---------- .../scripts/xformulario_html.php | 19 +++-------- pandora_console/operation/menu.php | 5 +-- 24 files changed, 597 insertions(+), 68 deletions(-) create mode 100644 pandora_console/help/de/chap1.php create mode 100644 pandora_console/help/de/chap2.php create mode 100644 pandora_console/help/de/chap3.php create mode 100644 pandora_console/help/de/chap4.php create mode 100644 pandora_console/help/de/chap5.php create mode 100644 pandora_console/help/de/chap6.php create mode 100644 pandora_console/help/de/chap7.php create mode 100644 pandora_console/help/de/chap8.php create mode 100644 pandora_console/help/gl/chap1.php create mode 100644 pandora_console/help/gl/chap2.php create mode 100644 pandora_console/help/gl/chap3.php create mode 100644 pandora_console/help/gl/chap4.php create mode 100644 pandora_console/help/gl/chap5.php create mode 100644 pandora_console/help/gl/chap6.php create mode 100644 pandora_console/help/gl/chap7.php create mode 100644 pandora_console/help/gl/chap8.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a573a3692a..bb6279b6b2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,13 @@ +2007-01-10 Raul Mateos <raulofpandora@gmail.com> + + * help/[gl|de]/*.php: New files. At this moment, is a redirect to the + english help. + + * operation/menu.php: Small style correction. + + * active_console/*.php: Change from <? to <?php, change comments to put them + inside <?php. Small changes in js scripts. + 2007-01-09 Raul Mateos <raulofpandora@gmail.com> * godmode/agentes/configurar_agente.php; Style correction. Solve small diff --git a/pandora_console/help/de/chap1.php b/pandora_console/help/de/chap1.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap1.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/de/chap2.php b/pandora_console/help/de/chap2.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap2.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/de/chap3.php b/pandora_console/help/de/chap3.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap3.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/de/chap4.php b/pandora_console/help/de/chap4.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap4.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/de/chap5.php b/pandora_console/help/de/chap5.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap5.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/de/chap6.php b/pandora_console/help/de/chap6.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap6.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/de/chap7.php b/pandora_console/help/de/chap7.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap7.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/de/chap8.php b/pandora_console/help/de/chap8.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/de/chap8.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap1.php b/pandora_console/help/gl/chap1.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap1.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap2.php b/pandora_console/help/gl/chap2.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap2.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap3.php b/pandora_console/help/gl/chap3.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap3.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap4.php b/pandora_console/help/gl/chap4.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap4.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap5.php b/pandora_console/help/gl/chap5.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap5.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap6.php b/pandora_console/help/gl/chap6.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap6.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap7.php b/pandora_console/help/gl/chap7.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap7.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/help/gl/chap8.php b/pandora_console/help/gl/chap8.php new file mode 100644 index 0000000000..2215b8c4ce --- /dev/null +++ b/pandora_console/help/gl/chap8.php @@ -0,0 +1,34 @@ +<?php +// Pandora - The Free Monitoring System +// This code is protected by GPL license. +// Este codigo esta protegido por la licencia GPL. +// Sancho Lerena <slerena@gmail.com>, 2003-2006 +// Raul Mateos <raulofpandora@gmail.com>, 2004-2006 +?> +<html> +<head> +<title>Pandora - Sistema de monitorización de Software Libre / Free Software Monitoring System</title> +<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css"> +<style> +div.logo {float:left;} +div.toc {padding-left: 200px;} +div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;} +</style> + +<div class='logo'> +<img src="../../images/logo_menu.gif" alt='logo'><h1>Pandora 1.2 Help / Ayuda de Pandora v1.2</h1> +</div> + +<div class="rayah"> +<p>Pandora is a GPL Software Project. English version © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p> +<p>Pandora es un proyecto de software GPL. Versión en español© Sancho Lerena 2003-2006, David Villanueva 2004-2005 y Raúl Mateos 2004-2006.</p> +</div> + +<h1>Not translated yet / No se ha traducido todavía</h1> + +<p>Please use <a href="../en/toc.php">English version</a> or <a href="../es/toc.php"> Spanish version</a>.</p> +<p>Utiliza la versión en <a href="../es/toc.php">castellano (español)</a> o en <a href="../en/toc.php">inglés.</a> + + +</body> +</html> \ No newline at end of file diff --git a/pandora_console/operation/active_console/index.php b/pandora_console/operation/active_console/index.php index f84efe3ecd..e4d2f97bab 100644 --- a/pandora_console/operation/active_console/index.php +++ b/pandora_console/operation/active_console/index.php @@ -1,4 +1,6 @@ -<!--// Pandora - the Free monitoring system +<?php + +// Pandora - the Free monitoring system // ==================================== // Copyright (c) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net @@ -13,10 +15,8 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // 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 - -<?php require("../../include/config.php"); global $dbname; global $dbuser; @@ -36,13 +36,13 @@ $heigthGraph=200; ?> -<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">--> -<html id="idHtml" xmlns="http://www.w3.org/1999/xhtml"><head id="idHead"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head id="idHead"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<? // Añadimos esta linea que fuerza el refresco cada 10 segundos si se está en modo monitor. +<?php // Añadimos esta linea que fuerza el refresco cada 10 segundos si se está en modo monitor. if ($_GET["mode"]=="monitor") { echo ("<meta http-equiv=\"refresh\" content=\"10\">"); @@ -116,16 +116,16 @@ $heigthGraph=200; } } }else{ // Cargamos los valores de la base de datos - <? + <?php ////////////////////////////////////////////////////////////////////////////////////////// // $usuario = dameUsuarioActivo(); Es una fase que siemrpe retorna admin hay que implementarla bien cuando se haga la integración real con Pandora ////////////////////////////////////////////////////////////////////////////////////////// $usuario="admin"; $estado_consola=dameEstadoConsola($usuario); - echo "vista_activa=".$estado_consola["idVistaActiva"].";"; - echo "menuLeft=".$estado_consola["menuX"].";"; - echo "menuTop=".$estado_consola["menuY"].";"; + echo "vista_activa='".$estado_consola["idVistaActiva"]."';"; + echo "menuLeft='".$estado_consola["menuX"]."';"; + echo "menuTop='".$estado_consola["menuY"]."';"; ?> } @@ -148,7 +148,7 @@ aRelacionesObjetos=new Array(); // Este array almacena el nombre de las relacion <script type="text/javascript"> -<? +<?php ///////////////ON-LOAD//////////////////// @@ -165,9 +165,6 @@ echo " window.onload = function() { - - - // Definimos los menus @@ -225,8 +222,8 @@ $perfil = obtenerPerfilActivo(); // Obtenemos las vistas asignadas al perfil especial activo con id igual a 2 y creamos un array JavaScript que contendrá las Vistas $vistas = dameVistasPerfilActivas($perfil); -echo "perfil=".$perfil.";"; // Tengo que crear una variable javascript para pasarsela en cookie (con $_SESSION no consigo que funcione) -echo "aVistas = new Array(), aVistas_count =".mysql_num_rows($vistas).";"; +echo "perfil='".$perfil."';"; // Tengo que crear una variable javascript para pasarsela en cookie (con $_SESSION no consigo que funcione) +echo "aVistas = new Array(), aVistas_count ='".mysql_num_rows($vistas)."';"; echo "cuentaVis=aVistas_count;"; $k=0; while ($vista=mysql_fetch_array($vistas)){ //recorremos las vistas y creamos un array por cada vista con los objetos que se encuentran incluidos en la vista @@ -1259,7 +1256,8 @@ if (($_GET["mode"]=="monitor" ) or ($_GET["mode"]=="")) echo "</script>\n"; -echo "<BODY onUnload=\"javascript:guardarEstado()\" > +echo "</head>\n"; +echo "<body onUnload=\"javascript:guardarEstado()\" > <div> <div id='tpg2' class='tabPanelGroup'> diff --git a/pandora_console/operation/active_console/lib/db_functions.php b/pandora_console/operation/active_console/lib/db_functions.php index 6f5340c6a7..a9e80a4d25 100644 --- a/pandora_console/operation/active_console/lib/db_functions.php +++ b/pandora_console/operation/active_console/lib/db_functions.php @@ -1,4 +1,6 @@ -<!--// Pandora - the Free monitoring system +<?php + +// Pandora - the Free monitoring system // ==================================== // Copyright (c) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net @@ -13,10 +15,7 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.--> - - -<?php +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA include ("../../../include/config.php"); diff --git a/pandora_console/operation/active_console/lib/extra_functions.php b/pandora_console/operation/active_console/lib/extra_functions.php index 2ff6b3737a..a33138a07a 100644 --- a/pandora_console/operation/active_console/lib/extra_functions.php +++ b/pandora_console/operation/active_console/lib/extra_functions.php @@ -1,4 +1,6 @@ -<!--// Pandora - the Free monitoring system +<?php + +// Pandora - the Free monitoring system // ==================================== // Copyright (c) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net @@ -13,14 +15,9 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.--> - -<? - -// require("db_functions.php"); - -$graphURL="http://artica.localhost/reporting/fgraph.php"; +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +$graphURL="http://".$_SERVER['SERVER_NAME']."/reporting/fgraph.php"; function obtenerVistaActiva() { diff --git a/pandora_console/operation/active_console/scripts/objeto.php b/pandora_console/operation/active_console/scripts/objeto.php index 93f12ece3b..84dc45224c 100644 --- a/pandora_console/operation/active_console/scripts/objeto.php +++ b/pandora_console/operation/active_console/scripts/objeto.php @@ -1,4 +1,6 @@ -<!--// Pandora - the Free monitoring system +<?php + +// Pandora - the Free monitoring system // ==================================== // Copyright (c) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net @@ -13,8 +15,8 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // 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 +?> // object-oriented version - see drag1.php for a procedural version diff --git a/pandora_console/operation/active_console/scripts/onunload.php b/pandora_console/operation/active_console/scripts/onunload.php index 32d4834680..918eb048a6 100644 --- a/pandora_console/operation/active_console/scripts/onunload.php +++ b/pandora_console/operation/active_console/scripts/onunload.php @@ -1,4 +1,6 @@ -<!--// Pandora - the Free monitoring system +<?php + +// Pandora - the Free monitoring system // ==================================== // Copyright (c) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net @@ -13,15 +15,13 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // 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 -<? require("../lib/db_functions.php"); require("../lib/extra_functions.php"); ?> - function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) @@ -74,12 +74,6 @@ function setCookieEstado() } nomCookie="estado"; - <? - - - ?> - - if (selectedIndex) { vistaActiva=selectedIndex; @@ -101,14 +95,11 @@ function guardarEstado() var expdate = new Date() expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 31)); - <? - - + <?php $perfil_activo = obtenerPerfilActivo(); - // echo ("alert('".$perfil_activo."');"); // echo "alert(".$perfil_activo.")"; $vistasU = dameVistasPerfilActivas($perfil_activo); @@ -125,7 +116,6 @@ function guardarEstado() } - SetCookie (\"objParams".$vistaU["idVista"]."\", result".$vistaU["idVista"].", expdate); "; @@ -140,8 +130,5 @@ function guardarEstado() ?> - } - - diff --git a/pandora_console/operation/active_console/scripts/xformulario_html.php b/pandora_console/operation/active_console/scripts/xformulario_html.php index 6706188d8b..9cbad68f49 100644 --- a/pandora_console/operation/active_console/scripts/xformulario_html.php +++ b/pandora_console/operation/active_console/scripts/xformulario_html.php @@ -1,4 +1,6 @@ -<!--// Pandora - the Free monitoring system +<?php + +// Pandora - the Free monitoring system // ==================================== // Copyright (c) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net @@ -13,18 +15,11 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.--> - - -<?php +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA require("../lib/db_functions.php"); require("../lib/extra_functions.php"); - - - - ?> function insertFormulario(tipo) @@ -163,15 +158,11 @@ document.write( { echo " + \"<BR>\" - + \" <LABEL for='nombre'> No existe ningun grupo de agentes</LABEL>\" + + \" <label for='nombre'> No existe ningun grupo de agentes</LABEL>\" + \"<BR><BR>\" "; } - - - - ?> + " </P>" +" </FORM>" diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 60fd36014b..b386502c19 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -214,10 +214,11 @@ if (give_acl($_SESSION["id_usuario"], 0, "AR")==1) { // New message (reporting) if (isset($_GET["sec"]) && $_GET["sec"] == "reporting"){ - if(isset($_GET["sec2"]) && isset($_GET["nuevo_g"])) + if(isset($_GET["sec2"])){ echo "<div class='arrows'>"; - else + } else { echo "<div class='arrow'>"; + } echo "<ul class='mn'><li><a href='index.php?sec=reporting&sec2=operation/reporting/reporting' class='mn'>".$lang_label["agent_general_reporting"]."</a></li></ul></div>"; } }