summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2018-10-11 08:29:30 +0000
committerIrina Gómez <irinagomez@us.es>2018-10-11 08:29:30 +0000
commitbb3f68933887950c3e7e51402896625a3455d8a5 (patch)
tree28057eeccd459054831f21680f69a40d6a2b542e
parent2a0c332424296d966dfc5431c5e3fd9a0aab1995 (diff)
#867 Se incluyen pagina para el manual de usuarios y ficheros de idiomas. La versión se toma del fichero VERSION.json
-rw-r--r--admin/WebConsole/idiomas/php/cat/ayuda_cat.php15
-rw-r--r--admin/WebConsole/idiomas/php/cat/changelog_cat.php9
-rw-r--r--admin/WebConsole/idiomas/php/cat/engine_cat.php10
-rw-r--r--admin/WebConsole/idiomas/php/eng/ayuda_eng.php15
-rw-r--r--admin/WebConsole/idiomas/php/eng/changelog_eng.php9
-rw-r--r--admin/WebConsole/idiomas/php/eng/engine_eng.php10
-rw-r--r--admin/WebConsole/idiomas/php/esp/ayuda_esp.php16
-rw-r--r--admin/WebConsole/idiomas/php/esp/changelog_esp.php9
-rw-r--r--admin/WebConsole/idiomas/php/esp/engine_esp.php10
-rw-r--r--admin/WebConsole/principal/acercade.php89
-rw-r--r--admin/WebConsole/principal/ayuda.php7
-rw-r--r--admin/WebConsole/principal/changelog.php4
-rw-r--r--admin/WebConsole/principal/manual.php59
13 files changed, 168 insertions, 94 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/ayuda_cat.php b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
new file mode 100644
index 00000000..df74829d
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
@@ -0,0 +1,15 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: ayuda_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["MANUAL"]='Manual de usuario';
+$TbMsg["API"]='Documentación de la API';
+$TbMsg["CFG"]='Configuración de los clientes';
+$TbMsg["CHANGELOG"]='Cambios en la versión:';
+$TbMsg["USERMAIL"]='Lista de correos de usuarios';
+$TbMsg["WEB"]='Web del proyecto: opengnsys.es';
+$TbMsg["ABOUT"]='Acerca de OpenGnsys';
diff --git a/admin/WebConsole/idiomas/php/cat/changelog_cat.php b/admin/WebConsole/idiomas/php/cat/changelog_cat.php
new file mode 100644
index 00000000..904d217c
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/cat/changelog_cat.php
@@ -0,0 +1,9 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: changelog_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["CHANGELOG_TITULO"]='Cambios en la versión: ';
diff --git a/admin/WebConsole/idiomas/php/cat/engine_cat.php b/admin/WebConsole/idiomas/php/cat/engine_cat.php
new file mode 100644
index 00000000..90b438f8
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/cat/engine_cat.php
@@ -0,0 +1,10 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: engine_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["ENGINE_TITULO"]='Configuración de los clientes';
+$TbMsg["ENGINE_SUBTITULO"]='Contenido de engine.cfg';
diff --git a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
new file mode 100644
index 00000000..b65f5a6b
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
@@ -0,0 +1,15 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: ayuda_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["MANUAL"]='User Manual';
+$TbMsg["API"]='API documentation';
+$TbMsg["CFG"]='Client configuration';
+$TbMsg["CHANGELOG"]='Changes in the version:';
+$TbMsg["USERMAIL"]=' User email list';
+$TbMsg["WEB"]='Web of the project: opengnsys.es';
+$TbMsg["ABOUT"]='About OpenGnsys';
diff --git a/admin/WebConsole/idiomas/php/eng/changelog_eng.php b/admin/WebConsole/idiomas/php/eng/changelog_eng.php
new file mode 100644
index 00000000..f7106fff
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/eng/changelog_eng.php
@@ -0,0 +1,9 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: changelog_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["CHANGELOG_TITULO"]='Changes in the version: ';
diff --git a/admin/WebConsole/idiomas/php/eng/engine_eng.php b/admin/WebConsole/idiomas/php/eng/engine_eng.php
new file mode 100644
index 00000000..64a1df6a
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/eng/engine_eng.php
@@ -0,0 +1,10 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: engine_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["ENGINE_TITULO"]='Client configuration';
+$TbMsg["ENGINE_SUBTITULO"]='Content of engine.cfg';
diff --git a/admin/WebConsole/idiomas/php/esp/ayuda_esp.php b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
new file mode 100644
index 00000000..e5a381f3
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
@@ -0,0 +1,16 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: ayuda_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["AYUDA_TITULO"]='Ayuda';
+$TbMsg["MANUAL"]='Manual de usuario';
+$TbMsg["API"]='Documentación de la API';
+$TbMsg["CFG"]='Configuración de los clientes';
+$TbMsg["CHANGELOG"]='Cambios en la versión:';
+$TbMsg["USERMAIL"]='Lista de correos de usuarios';
+$TbMsg["WEB"]='Web del proyecto: opengnsys.es';
+$TbMsg["ABOUT"]='Acerca de OpenGnsys';
diff --git a/admin/WebConsole/idiomas/php/esp/changelog_esp.php b/admin/WebConsole/idiomas/php/esp/changelog_esp.php
new file mode 100644
index 00000000..904d217c
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/esp/changelog_esp.php
@@ -0,0 +1,9 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: changelog_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["CHANGELOG_TITULO"]='Cambios en la versión: ';
diff --git a/admin/WebConsole/idiomas/php/esp/engine_esp.php b/admin/WebConsole/idiomas/php/esp/engine_esp.php
new file mode 100644
index 00000000..90b438f8
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/esp/engine_esp.php
@@ -0,0 +1,10 @@
+<?php
+// __________________________________________________
+//
+// Fichero de idiomas php: engine_esp.php
+// Idioma: Español
+// __________________________________________________
+// Mensajes.
+$TbMsg=array();
+$TbMsg["ENGINE_TITULO"]='Configuración de los clientes';
+$TbMsg["ENGINE_SUBTITULO"]='Contenido de engine.cfg';
diff --git a/admin/WebConsole/principal/acercade.php b/admin/WebConsole/principal/acercade.php
index 30a8e90b..3581b977 100644
--- a/admin/WebConsole/principal/acercade.php
+++ b/admin/WebConsole/principal/acercade.php
@@ -35,95 +35,6 @@ if (empty($data->project)) {
}
?>
</p>
-<?php
-// Añadir CHANGELOG.
-$buschangelog=exec('ls ../../doc | grep CHANGELOG*', $nombrechange);
-$changelogfile="../../doc/".$buschangelog;
-?>
-<?php
-// Añadir Manual.
-$usermanual="../../doc/userManual";
-$destdir="../api/userManual";
-if (file_exists ($usermanual)){
-// Copiamos el directorio userManual
-system("rm -fr $destdir; cp -a $usermanual $destdir");
-// Creamos el Inicio del Manual
-// Añadimos instrucciones
-$ficheroinicio="$destdir/Inicio.php";
-system("touch $ficheroinicio");
-
-$crearficheroinicio=fopen($ficheroinicio,"w");
-fwrite($crearficheroinicio,"
-<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
-<html>
-<head>
-<title> Administración web de aulas </title>
-<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>
-<link rel='stylesheet' type='text/css' href='../estilos.css' />
-</head>
-
-<body class='acercade'>
-<table width='100%' border='0'>
- <tr>
- <td width='30%'><p><img src='../../images/acercade.png' alt='*' hspace='10em' vspace='10em' align='left' /></p>
- <p>&nbsp;</p>
- <p>&nbsp;</p>
- <p>&nbsp;</p>
- <p>&nbsp;</p>
- <p><img alt='OpenGnsys' src='../../images/iconos/logoopengnsys.png' /></p></td>
- <td width='61%'>
-
-<p>
-
-
-
-<?php
-\$directorio = opendir('.'); //ruta actual
-while (\$archivo = readdir(\$directorio)) //obtenemos un archivo y luego otro sucesivamente
-{
- if (is_dir(\$archivo))//verificamos si es o no un directorio
- {
- if (\$archivo == '.' || \$archivo == '..')
- {}else{
- echo '['.\$archivo . ']<br />'; //de ser un directorio lo envolvemos entre corchetes
- }
- }
- else
- {
- if (\$archivo == 'Inicio.php' || \$archivo == '.' || \$archivo == '..')
- {}else{
- \$fichero[] = \$archivo;
- }
- }
-}
-sort(\$fichero);
-foreach (\$fichero as \$ficheros) {
- echo '<P><a href='.\$ficheros.' target=miframeflotante >'.\$ficheros.'</a></P>';
-}
-
-?>
-
- </td>
- </tr>
-
-</table>
-
-<table width='100%' height='100%' border='0'>
- <tr >
- <td align='center' >
- <?php echo '<iframe id=miframeflotante name=miframeflotante src='.\$fichero[0].' width=100% height=700 frameborder=0 scrolling=no marginwidth=0 marginheight=0 align=left>Tu navegador no soporta frames!!</iframe>';
- ?>
- </td>
- </tr>
-</table>
-");
-fclose($crearficheroinicio);
-
-
-}
-?>
-
-
<p><strong><?php echo $TbMsg["TITLE"] ?></strong></p>
diff --git a/admin/WebConsole/principal/ayuda.php b/admin/WebConsole/principal/ayuda.php
index ef4f0fdc..b110c85e 100644
--- a/admin/WebConsole/principal/ayuda.php
+++ b/admin/WebConsole/principal/ayuda.php
@@ -7,9 +7,10 @@ include_once("../includes/ctrlacc.php");
include_once("../idiomas/php/".$idioma."/ayuda_".$idioma.".php");
// Añadir versión.
-$versionfile="../../doc/VERSION.txt";
-$version=(file_exists ($versionfile)) ? file_get_contents($versionfile, TRUE) : "";
+$data = json_decode(@file_get_contents('../../doc/VERSION.json'));
+$version=(empty($data->project)) ? "OpenGnsys" : @$data->project.' '.@$data->version.' '.(isset($data->codename) ? '('.$data->codename.') ' : '').@$data->release;;
?>
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
@@ -24,7 +25,7 @@ $version=(file_exists ($versionfile)) ? file_get_contents($versionfile, TRUE) :
</div>
<div style="margin-left: 20%">
- <p><a class="nounderline" href="../api/userManual/Inicio.php"> <span class=subcabeceras> <?php echo $TbMsg["MANUAL"] ?> </span></a> </p>
+ <p><a class="nounderline" href="manual.php"> <span class=subcabeceras> <?php echo $TbMsg["MANUAL"] ?> </span></a> </p>
<p><a class="nounderline" href="../api/index.html"><span class=subcabeceras> <?php echo $TbMsg["API"] ?> </span></a></p>
<p><a class="nounderline" href="engine.php"><span class=subcabeceras> <?php echo $TbMsg["CFG"] ?></span></a> </p>
<p>&nbsp;</p>
diff --git a/admin/WebConsole/principal/changelog.php b/admin/WebConsole/principal/changelog.php
index 643a063d..c3fd6cff 100644
--- a/admin/WebConsole/principal/changelog.php
+++ b/admin/WebConsole/principal/changelog.php
@@ -6,8 +6,8 @@ include_once("../includes/ctrlacc.php");
include_once("../idiomas/php/".$idioma."/changelog_".$idioma.".php");
// Añadir versión.
-$versionfile="../../doc/VERSION.txt";
-$version=(file_exists ($versionfile)) ? file_get_contents($versionfile, TRUE) : "";
+$data = json_decode(@file_get_contents('../../doc/VERSION.json'));
+$version=(empty($data->project)) ? "OpenGnsys" : @$data->project.' '.@$data->version.' '.(isset($data->codename) ? '('.$data->codename.') ' : '').@$data->release;;
$changelogfile="../../doc/CHANGELOG.es.txt";
$changelog=(file_exists ($changelogfile)) ? file_get_contents($changelogfile, TRUE) : "";
diff --git a/admin/WebConsole/principal/manual.php b/admin/WebConsole/principal/manual.php
new file mode 100644
index 00000000..5bd2259f
--- /dev/null
+++ b/admin/WebConsole/principal/manual.php
@@ -0,0 +1,59 @@
+<?php
+// ****************************************************************************************
+// Aplicacion WEB: ogAdmWebCon
+// autor: Irina Gomez, ETSII Universidad de Sevilla
+// Fecha: 2018-10-11
+// Descripción : Página de indice del manual de usuario
+// ****************************************************************************************
+
+// Obtenemos nombres de los temas del manual
+//ruta manual usuario
+$nombredir = '../userManual';
+$directorio=opendir($nombredir);
+//obtenemos un archivo y luego otro sucesivamente
+while ($archivo = readdir($directorio))
+{
+ if (is_dir($archivo)) continue;
+ if ($archivo == '.' || $archivo == '..') continue;
+ $fichero[] = $archivo;
+}
+
+sort($fichero);
+
+$temas = '';
+foreach ($fichero as $ficheros) {
+ $temas .=' <p><a href="'.$nombredir.'/'.$ficheros.'" target=miframeflotante >'.$ficheros.'</a></P>'."\n";
+}
+?>
+
+<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
+<html>
+<head>
+<title> Administración web de aulas </title>
+<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>
+<link rel='stylesheet' type='text/css' href='../estilos.css' />
+</head>
+
+<body class='acercade'>
+<table width='100%' border='0'>
+ <tr>
+ <td width='30%'><p><img src='../images/acercade.png' alt='*' hspace='10em' vspace='10em' align='left' /></p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p><img alt='OpenGnsys' src='../images/iconos/logoopengnsys.png' /></p></td>
+ <td width='61%'>
+ <?php echo $temas ?>
+ </td>
+ </tr>
+
+</table>
+
+<table width='100%' height='100%' border='0'>
+ <tr >
+ <td align='center' >
+ <?php echo '<iframe id=miframeflotante name=miframeflotante src="'.$nombredir.'/'.$fichero[0].'" width=100% height=700 frameborder=0 scrolling=no marginwidth=0 marginheight=0 align=left>Tu navegador no soporta frames!!</iframe>'; ?>
+ </td>
+ </tr>
+</table>