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
This commit is contained in:
parent
3244674217
commit
ec4151a162
|
@ -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>
|
2007-01-09 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* godmode/agentes/configurar_agente.php; Style correction. Solve small
|
* godmode/agentes/configurar_agente.php; Style correction. Solve small
|
||||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
||||||
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
||||||
|
@ -13,10 +15,8 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// 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
|
||||||
|
|
||||||
|
|
||||||
<?php
|
|
||||||
require("../../include/config.php");
|
require("../../include/config.php");
|
||||||
global $dbname;
|
global $dbname;
|
||||||
global $dbuser;
|
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">-->
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html id="idHtml" xmlns="http://www.w3.org/1999/xhtml"><head id="idHead">
|
<html><head id="idHead">
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<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")
|
if ($_GET["mode"]=="monitor")
|
||||||
{
|
{
|
||||||
echo ("<meta http-equiv=\"refresh\" content=\"10\">");
|
echo ("<meta http-equiv=\"refresh\" content=\"10\">");
|
||||||
|
@ -116,16 +116,16 @@ $heigthGraph=200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else{ // Cargamos los valores de la base de datos
|
}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 = dameUsuarioActivo(); Es una fase que siemrpe retorna admin hay que implementarla bien cuando se haga la integración real con Pandora
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////
|
||||||
$usuario="admin";
|
$usuario="admin";
|
||||||
$estado_consola=dameEstadoConsola($usuario);
|
$estado_consola=dameEstadoConsola($usuario);
|
||||||
echo "vista_activa=".$estado_consola["idVistaActiva"].";";
|
echo "vista_activa='".$estado_consola["idVistaActiva"]."';";
|
||||||
echo "menuLeft=".$estado_consola["menuX"].";";
|
echo "menuLeft='".$estado_consola["menuX"]."';";
|
||||||
echo "menuTop=".$estado_consola["menuY"].";";
|
echo "menuTop='".$estado_consola["menuY"]."';";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
}
|
}
|
||||||
|
@ -148,7 +148,7 @@ aRelacionesObjetos=new Array(); // Este array almacena el nombre de las relacion
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
|
||||||
<?
|
<?php
|
||||||
|
|
||||||
|
|
||||||
///////////////ON-LOAD////////////////////
|
///////////////ON-LOAD////////////////////
|
||||||
|
@ -165,9 +165,6 @@ echo "
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Definimos los menus
|
// 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
|
// 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);
|
$vistas = dameVistasPerfilActivas($perfil);
|
||||||
echo "perfil=".$perfil.";"; // Tengo que crear una variable javascript para pasarsela en cookie (con $_SESSION no consigo que funcione)
|
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 "aVistas = new Array(), aVistas_count ='".mysql_num_rows($vistas)."';";
|
||||||
echo "cuentaVis=aVistas_count;";
|
echo "cuentaVis=aVistas_count;";
|
||||||
$k=0;
|
$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
|
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 "</script>\n";
|
||||||
echo "<BODY onUnload=\"javascript:guardarEstado()\" >
|
echo "</head>\n";
|
||||||
|
echo "<body onUnload=\"javascript:guardarEstado()\" >
|
||||||
<div>
|
<div>
|
||||||
<div id='tpg2' class='tabPanelGroup'>
|
<div id='tpg2' class='tabPanelGroup'>
|
||||||
|
|
||||||
|
|
|
@ -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) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
||||||
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
||||||
|
@ -13,10 +15,7 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// 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
|
||||||
|
|
||||||
|
|
||||||
<?php
|
|
||||||
include ("../../../include/config.php");
|
include ("../../../include/config.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) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
||||||
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
||||||
|
@ -13,14 +15,9 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// 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
|
||||||
|
|
||||||
<?
|
|
||||||
|
|
||||||
// require("db_functions.php");
|
|
||||||
|
|
||||||
$graphURL="http://artica.localhost/reporting/fgraph.php";
|
|
||||||
|
|
||||||
|
$graphURL="http://".$_SERVER['SERVER_NAME']."/reporting/fgraph.php";
|
||||||
|
|
||||||
function obtenerVistaActiva()
|
function obtenerVistaActiva()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
||||||
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
||||||
|
@ -13,8 +15,8 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// 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
|
||||||
|
?>
|
||||||
|
|
||||||
// object-oriented version - see drag1.php for a procedural version
|
// object-oriented version - see drag1.php for a procedural version
|
||||||
|
|
||||||
|
|
|
@ -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) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
||||||
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
||||||
|
@ -13,15 +15,13 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// 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
|
||||||
|
|
||||||
<?
|
|
||||||
require("../lib/db_functions.php");
|
require("../lib/db_functions.php");
|
||||||
require("../lib/extra_functions.php");
|
require("../lib/extra_functions.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function getCookieVal (offset) {
|
function getCookieVal (offset) {
|
||||||
var endstr = document.cookie.indexOf (";", offset);
|
var endstr = document.cookie.indexOf (";", offset);
|
||||||
if (endstr == -1)
|
if (endstr == -1)
|
||||||
|
@ -74,12 +74,6 @@ function setCookieEstado()
|
||||||
}
|
}
|
||||||
nomCookie="estado";
|
nomCookie="estado";
|
||||||
|
|
||||||
<?
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
||||||
if (selectedIndex)
|
if (selectedIndex)
|
||||||
{
|
{
|
||||||
vistaActiva=selectedIndex;
|
vistaActiva=selectedIndex;
|
||||||
|
@ -101,14 +95,11 @@ function guardarEstado()
|
||||||
var expdate = new Date()
|
var expdate = new Date()
|
||||||
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 31));
|
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 31));
|
||||||
|
|
||||||
<?
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$perfil_activo = obtenerPerfilActivo();
|
$perfil_activo = obtenerPerfilActivo();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// echo ("alert('".$perfil_activo."');");
|
// echo ("alert('".$perfil_activo."');");
|
||||||
// echo "alert(".$perfil_activo.")";
|
// echo "alert(".$perfil_activo.")";
|
||||||
$vistasU = dameVistasPerfilActivas($perfil_activo);
|
$vistasU = dameVistasPerfilActivas($perfil_activo);
|
||||||
|
@ -125,7 +116,6 @@ function guardarEstado()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SetCookie (\"objParams".$vistaU["idVista"]."\", result".$vistaU["idVista"].", expdate);
|
SetCookie (\"objParams".$vistaU["idVista"]."\", result".$vistaU["idVista"].", expdate);
|
||||||
|
|
||||||
";
|
";
|
||||||
|
@ -140,8 +130,5 @@ function guardarEstado()
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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) Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
||||||
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
// Copyright (c) INDISEG S.L, contacto[AT]indiseg[DOT]net www.indiseg.net
|
||||||
|
@ -13,18 +15,11 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// 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
|
||||||
|
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
require("../lib/db_functions.php");
|
require("../lib/db_functions.php");
|
||||||
require("../lib/extra_functions.php");
|
require("../lib/extra_functions.php");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
function insertFormulario(tipo)
|
function insertFormulario(tipo)
|
||||||
|
@ -163,15 +158,11 @@ document.write(
|
||||||
{
|
{
|
||||||
echo "
|
echo "
|
||||||
+ \"<BR>\"
|
+ \"<BR>\"
|
||||||
+ \" <LABEL for='nombre'> No existe ningun grupo de agentes</LABEL>\"
|
+ \" <label for='nombre'> No existe ningun grupo de agentes</LABEL>\"
|
||||||
+ \"<BR><BR>\"
|
+ \"<BR><BR>\"
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
+ " </P>"
|
+ " </P>"
|
||||||
+" </FORM>"
|
+" </FORM>"
|
||||||
|
|
|
@ -214,10 +214,11 @@ if (give_acl($_SESSION["id_usuario"], 0, "AR")==1) {
|
||||||
|
|
||||||
// New message (reporting)
|
// New message (reporting)
|
||||||
if (isset($_GET["sec"]) && $_GET["sec"] == "reporting"){
|
if (isset($_GET["sec"]) && $_GET["sec"] == "reporting"){
|
||||||
if(isset($_GET["sec2"]) && isset($_GET["nuevo_g"]))
|
if(isset($_GET["sec2"])){
|
||||||
echo "<div class='arrows'>";
|
echo "<div class='arrows'>";
|
||||||
else
|
} else {
|
||||||
echo "<div class='arrow'>";
|
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>";
|
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>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue