2006-12-18 Raul Mateos <raulofpandora@gmail.com>
* help/es/*, help/en/*: Stylesheet correction. Change some texts. * godmode/grupos/lista_grupos.php: Solved some small bug with icon when creating group. * general/logon_ok.php: Solved small bug due to style correction. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@327 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d5fdec40b3
commit
86078baddc
|
@ -1,3 +1,12 @@
|
|||
2006-12-18 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* help/es/*, help/en/*: Stylesheet correction. Change some texts.
|
||||
|
||||
* godmode/grupos/lista_grupos.php: Solved some small bug with icon
|
||||
when creating group.
|
||||
|
||||
* general/logon_ok.php: Solved small bug due to style correction.
|
||||
|
||||
2006-12-16 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* include/styles/pandora.css, op.css, god.css: Removed more unnecessary
|
||||
|
|
|
@ -59,7 +59,7 @@ $query1="SELECT * FROM tsesion WHERE (TO_DAYS(fecha) > TO_DAYS(NOW()) - 7) AND I
|
|||
|
||||
$usuario = $row["ID_usuario"];
|
||||
echo '<tr><td class="' . $tdcolor . '">';
|
||||
echo '"<b class="' . $tdcolor . 'f9">' . $usuario . '</b>';
|
||||
echo '<b class="' . $tdcolor . 'f9">' . $usuario . '</b>';
|
||||
echo '<td class="' . $tdcolor . 'f9">';
|
||||
echo $row["accion"];
|
||||
echo '<td class="' . $tdcolor . 'f9">';
|
||||
|
|
|
@ -25,7 +25,9 @@ if (comprueba_login() == 0)
|
|||
|
||||
if (isset($_POST["crear_grupo"])){ // Create group
|
||||
$nombre = entrada_limpia($_POST["nombre"]);
|
||||
$icon = entrada_limpia($_POST["icon"]);
|
||||
$sql_insert="INSERT INTO tgrupo (nombre, icon) VALUES ('".$nombre."', '".$icon."') ";
|
||||
echo $sql_insert;
|
||||
$result=mysql_query($sql_insert);
|
||||
if (! $result)
|
||||
echo "<h3 class='error'>".$lang_label["create_group_no"]."</h3>";
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -39,8 +40,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="toc.php">Table of Contents</a> » <a href="chap2.php">2. Users</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
<div class="rayah2">
|
||||
</div>
|
||||
|
||||
<a name="1"><h1>1. Introduction</h1></a>
|
||||
|
@ -65,6 +65,8 @@ CSS (IE5+ or Mozilla 4+).</p>
|
|||
<li>Server configuration</li>
|
||||
<li>Database maintenance</li>
|
||||
</ul>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -26,7 +26,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -38,9 +39,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap1.php">1. Introduction</a> « <a href="toc.php">Table of Contents</a> » <a href="chap3.php">3. Agents</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="2"><h1>2. Users</h1></a>
|
||||
|
||||
|
@ -136,5 +135,8 @@ a user usually reflects the user's activity.</p>
|
|||
<h3><a name="251">2.5.1. Messages to groups</a></h3>
|
||||
<p>From "Messages">"Messages to groups" section in the Operation menu you can send messages to groups of users. The sent messages will not be stored.</p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -30,7 +30,8 @@
|
|||
.ml75 {margin-left: 75px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -42,9 +43,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap2.php">2. Users</a> « <a href="toc.php">Table of Contents</a> » <a href="chap4.php">4. Incident Management</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="3"><h1>3. Agents</h1></a>
|
||||
|
||||
|
@ -466,5 +465,8 @@ values from the modules the agent sends after each time interval.</li>
|
|||
<h2><a name="34">3.4. SNMP Console</a></h2>
|
||||
|
||||
<h3><a name="341">3.4.1. SNMP Alerts</a></h3>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -27,7 +27,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -39,9 +40,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap3.php">3. Agents</a> « <a href="toc.php">Table of Contents</a> » <a href="chap5.php">5. Events</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="4"><h1>4. Incident management</h1></a>
|
||||
|
||||
|
@ -202,5 +201,8 @@ or status filters.</p>
|
|||
<img src="images/image044.png"><br>
|
||||
</p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -27,7 +27,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -39,9 +40,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap4.php">4. Incident Management</a> « <a href="toc.php">Table of Contents</a> » <a href="chap6.php">6. System Audit</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="5"><h1>5. Events</h1></a>
|
||||
|
||||
|
@ -92,5 +91,8 @@ bottom of the list.</p>
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -26,7 +26,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -38,9 +39,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap5.php">5. Events</a> « <a href="toc.php">Table of Contents</a> » <a href="chap7.php">7. Pandora Servers</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="6"><h1>6. System audit</h1></a>
|
||||
|
||||
|
@ -77,5 +76,8 @@ number of entries in the audit log for each one: the more active the user is the
|
|||
|
||||
<p class="center"><img src="images/image050.png"></p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -26,7 +26,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -38,9 +39,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap6.php">6. System audit</a> « <a href="toc.php">Table of Contents</a> » <a href="chap8.php">8. Database maintenance</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="7"><h1>7. Pandora Servers</h1></a>
|
||||
|
||||
|
@ -106,5 +105,8 @@ in the Operation menu.</p>
|
|||
In a Server it is possible to modify: Name, IP Address and Description.
|
||||
</p>
|
||||
<p class="center"><img src="images/servers2.png"></p>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -26,7 +26,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -38,9 +39,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap7.php">7. Pandora Servers</a> « <a href="toc.php">Table of Contents</a> » <a href="chap9.php">9. Pandora Configuration</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="8"><h1>8. Database Maintenance</h1></a>
|
||||
|
||||
|
@ -152,5 +151,8 @@ circumstances. If we set to range between 0 and 100 all those values below and a
|
|||
|
||||
<p class="center"><img src="images/image061.png"></p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -25,7 +25,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -37,9 +38,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap8.php">8. Database maintenance</a> « <a href="toc.php">Table of Contents</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora is a GPL Software Project. © Sancho Lerena 2003-2006, David villanueva 2004-2005, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<a name="9"><h1>9. Pandora Configuration</h1></a>
|
||||
|
||||
|
@ -77,5 +76,8 @@ represented graphically in large time intervals.</p>
|
|||
<p class="center"><img src="images/image053.png"></p>
|
||||
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -35,8 +35,8 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
<img src="../../images/logo_menu.gif" alt='logo'>
|
||||
|
||||
<p><h1>Pandora Help v1.2</h1></p>
|
||||
<p>(Updated March, 05<sup>th</sup> 2006).</p>
|
||||
<p>Pandora is a GPL Software Project. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006, Alex Arnal 2005 and Raúl Mateos 2004-2006.</p>
|
||||
<p>(Updated December, 15<sup>th</sup> 2006).</p>
|
||||
<p>Pandora FMS is Free Software Project, licensed under GPL terms.<br> © Sancho Lerena 2003-2006, David villanueva 2004-2006, Alex Arnal 2005, Raúl Mateos 2004-2006.</p>
|
||||
</center>
|
||||
<br>
|
||||
<h1>Table of Contents</h1>
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -33,9 +34,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="toc.php">Índice</a> » <a href="chap2.php">2. Usuarios</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="1">1. Introducción</a></h1>
|
||||
|
||||
|
@ -68,5 +67,8 @@ acceder al contenedor de datos donde Pandora almacena todo: la base de datos.</p
|
|||
<li>Mantenimiento de la Base de Datos</li>
|
||||
</ul>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -23,7 +23,8 @@
|
|||
<style>
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -33,9 +34,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap1.php">1. Introducción</a> « <a href="toc.php">Índice</a> » <a href="chap3.php">3. Agentes</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="2">2. Usuarios</a></h1>
|
||||
|
||||
|
@ -135,5 +134,8 @@ que se han enviado.</p>
|
|||
<p>Desde «Mensajes» > «Mensajes a grupos» en el menú de operación podemos enviar mensajes a grupos de usuarios. No se almacenan los correos que se han enviado.
|
||||
</p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -29,7 +29,8 @@
|
|||
.ml75 {margin-left: 75px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -39,9 +40,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap2.php">2. Usuarios</a> « <a href="toc.php">Índice</a> » <a href="chap4.php">4. Gestión de incidentes</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="3">3. Agentes</a></h1>
|
||||
|
||||
|
@ -506,5 +505,8 @@ módulos que envía un agente cada intervalo de tiempo.</li>
|
|||
|
||||
<h3><a name="341">3.4.1. Alertas SNMP</a></h3>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -24,7 +24,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -34,9 +35,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap3.php">3. Agentes</a> « <a href="toc.php">Índice</a> » <a href="chap5.php">5. Eventos</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="4">4. Gestión de incidentes</a></h1>
|
||||
|
||||
|
@ -205,5 +204,8 @@ búsquedas con los filtros sobre grupo, prioridad o estado del incidente.<
|
|||
<img src="images/image044.png"><br>
|
||||
</p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -24,7 +24,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -34,9 +35,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap4.php">4. Gestión de incidentes</a> « <a href="toc.php">Índice</a> » <a href="chap6.php">6. Auditoría del Sistema</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="5">5. Eventos</a></h1>
|
||||
|
||||
|
@ -86,5 +85,8 @@ solucionado.</p>
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -24,7 +24,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -34,9 +35,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap5.php">5. Eventos</a> « <a href="toc.php">Índice</a> » <a href="chap7.php">7. Servidores Pandora</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="6">6. Auditoría del Sistema</a></h1>
|
||||
|
||||
|
@ -80,5 +79,8 @@ tendrán más entradas.</p>
|
|||
|
||||
<p class="center"><img src="images/image050.png"></p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -24,7 +24,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -34,9 +35,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap6.php">6. Auditoría del Sistema</a> « <a href="toc.php">Índice</a> » <a href="chap8.php">8. Mantenimiento de la Base de Datos</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="7">7. Servidores Pandora</a></h1>
|
||||
|
||||
|
@ -105,5 +104,8 @@ acceder a la lista de los Servidores Pandora.</p>
|
|||
</p>
|
||||
<p class="center"><img src="images/servers2.png"></p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -24,7 +24,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -34,9 +35,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap7.php">7. Servidores Pandora</a> « <a href="toc.php">Índice</a> » 9. Configuración de Pandora</h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="8">8. Mantenimiento de la Base de Datos</a></h1>
|
||||
|
||||
|
@ -173,5 +172,8 @@ generados por el sistema.</p>
|
|||
|
||||
<p class="center"><img src="images/image061.png"></p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -24,7 +24,8 @@
|
|||
.ml25 {margin-left: 25px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
</style>
|
||||
|
||||
<div class='logo'>
|
||||
|
@ -34,9 +35,7 @@ div.rayah {clear:both; border-top: 1px solid #708090; width: 100%;}
|
|||
<h1><a href="chap8.php">8. Mantenimiento de la Base de Datos</a></h1> « <a href="toc.php">Índice</a></h1>
|
||||
|
||||
</div>
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software GPL. © Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
<div class="rayah2"></div>
|
||||
|
||||
<h1><a name="9">9. Configuración de Pandora</a></h1>
|
||||
|
||||
|
@ -83,5 +82,8 @@ búsqueda, aplicaciones o sitios de la Intranet corporativa. </p>
|
|||
|
||||
<p class="center"><img src="images/image053.png"></p>
|
||||
|
||||
<div class="rayah">
|
||||
<p align='right'>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -36,7 +36,7 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
|||
|
||||
<p><h1>Ayuda de Pandora 1.2</h1></p>
|
||||
<p>(Actualizado el 20 de abril de 2006).</p>
|
||||
<p>Pandora es un proyecto de software GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
<p>Pandora es un proyecto de software libre con licencia GPL. <br>© Sancho Lerena 2003-2006, David Villanueva 2004-2006 y Raúl Mateos 2004-2006.</p>
|
||||
</center>
|
||||
<br>
|
||||
<h1>Índice</h1>
|
||||
|
|
Loading…
Reference in New Issue