From ba1f95c4ff3fb5e529f02445d9d16e78fe71ff58 Mon Sep 17 00:00:00 2001
From: "Ramón M. Gómez"
Date: Wed, 17 Oct 2018 12:32:56 +0200
Subject: #867: Web interface includes more information in the help section.
---
admin/WebConsole/barramenu.php | 25 ++---
admin/WebConsole/estilos.css | 6 +-
admin/WebConsole/idiomas/php/cat/ayuda_cat.php | 18 ++++
admin/WebConsole/idiomas/php/cat/barramenu_cat.php | 4 -
admin/WebConsole/idiomas/php/eng/ayuda_eng.php | 18 ++++
admin/WebConsole/idiomas/php/eng/barramenu_eng.php | 3 -
admin/WebConsole/idiomas/php/esp/ayuda_esp.php | 19 ++++
admin/WebConsole/idiomas/php/esp/barramenu_esp.php | 1 -
admin/WebConsole/principal/acercade.php | 104 ---------------------
admin/WebConsole/principal/ayuda.php | 39 ++++++++
admin/WebConsole/principal/changelog.php | 37 ++++++++
admin/WebConsole/principal/engine.php | 32 +++++++
admin/WebConsole/principal/manual.php | 59 ++++++++++++
doc/CHANGELOG.es.txt | 1 +
installer/opengnsys_installer.sh | 2 +
installer/opengnsys_update.sh | 3 +-
16 files changed, 240 insertions(+), 131 deletions(-)
create mode 100644 admin/WebConsole/idiomas/php/cat/ayuda_cat.php
create mode 100644 admin/WebConsole/idiomas/php/eng/ayuda_eng.php
create mode 100644 admin/WebConsole/idiomas/php/esp/ayuda_esp.php
create mode 100644 admin/WebConsole/principal/ayuda.php
create mode 100644 admin/WebConsole/principal/changelog.php
create mode 100644 admin/WebConsole/principal/engine.php
create mode 100644 admin/WebConsole/principal/manual.php
diff --git a/admin/WebConsole/barramenu.php b/admin/WebConsole/barramenu.php
index 36bf2e1e..3e784172 100644
--- a/admin/WebConsole/barramenu.php
+++ b/admin/WebConsole/barramenu.php
@@ -54,13 +54,13 @@ if (!$cmd)
}
//________________________________________________________________________________________________________
function eleccion(o,op){
- var opadre=window.parent // Toma frame padre
- opadre.frames["frame_contenidos"].document.location.href="nada.php"
+ var opadre=window.parent; // Toma frame padre
+ opadre.frames["frame_contenidos"].document.location.href="nada.php";
var href;
- var href2="nada.php"
- var href3="./api/tree.html"
- var href4="./api/main.html"
- var href5="./api/index.html"
+ var href2="nada.php";
+ var href3="./api/tree.html";
+ var href4="./api/main.html";
+ var href5="./principal/ayuda.php";
var device="";
var version="";
@@ -158,11 +158,8 @@ if (!$cmd)
window.top.location.href="acceso.php";
break;
case 22:
- opadre.frames["frame_contenidos"].document.location.href=href5
+ opadre.frames["frame_contenidos"].document.location.href=href5;
break;
- case 23:
- opadre.frames["frame_contenidos"].document.location.href="./principal/acercade.php"
- break;
}
}
}
@@ -234,13 +231,7 @@ if (!$cmd)
|
-
-
- |
- |
-
-
-
+ |
|
|
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css
index b7bc1a52..239ecbfb 100644
--- a/admin/WebConsole/estilos.css
+++ b/admin/WebConsole/estilos.css
@@ -456,4 +456,8 @@ A.tabla_listados_sin:link{
FONT-SIZE: 14px;
FONT-WEIGHT: 300;
}
-
+/* Ayuda enlaces sin subrayado */
+a.nounderline:link
+{
+text-decoration:none;
+}
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..5a861424
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
@@ -0,0 +1,18 @@
+
-
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..d42c6670
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
@@ -0,0 +1,18 @@
+
-
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..e01932ed
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
@@ -0,0 +1,19 @@
+
diff --git a/admin/WebConsole/principal/acercade.php b/admin/WebConsole/principal/acercade.php
index 2981ce0e..f99a5daa 100644
--- a/admin/WebConsole/principal/acercade.php
+++ b/admin/WebConsole/principal/acercade.php
@@ -30,95 +30,6 @@ if (file_exists ($versionfile))
?>
-
-
-
-
- Administración web de aulas
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-'; //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 ' '.\$ficheros.' ';
-}
-
-?>
-
- |
-
-
-
-
-
-
-
- Tu navegador no soporta frames!!';
- ?>
- |
-
-
-");
-fclose($crearficheroinicio);
-
-
-}
-?>
-
-
@@ -126,20 +37,5 @@ fclose($crearficheroinicio);
-".$TbMsg["CHANGE"]."";
- include ($versionfile);}
-?>
-
-".$TbMsg["MANUAL"]."";?>
-
- opengnsys.es
-
-
-
-
-
diff --git a/admin/WebConsole/principal/ayuda.php b/admin/WebConsole/principal/ayuda.php
new file mode 100644
index 00000000..d76f6efe
--- /dev/null
+++ b/admin/WebConsole/principal/ayuda.php
@@ -0,0 +1,39 @@
+
+
+
+
+
+ Administración web de aulas
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/WebConsole/principal/changelog.php b/admin/WebConsole/principal/changelog.php
new file mode 100644
index 00000000..11ce8abb
--- /dev/null
+++ b/admin/WebConsole/principal/changelog.php
@@ -0,0 +1,37 @@
+
+
+
+
+ Administración web de aulas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/WebConsole/principal/engine.php b/admin/WebConsole/principal/engine.php
new file mode 100644
index 00000000..cca505aa
--- /dev/null
+++ b/admin/WebConsole/principal/engine.php
@@ -0,0 +1,32 @@
+
+
+
+
+ Administración web de aulas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+'.$ficheros.''."\n";
+}
+?>
+
+
+
+
+ Administración web de aulas
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+ Tu navegador no soporta frames!!'; ?>
+ |
+
+
diff --git a/doc/CHANGELOG.es.txt b/doc/CHANGELOG.es.txt
index 40eb3f51..b7c80c5c 100644
--- a/doc/CHANGELOG.es.txt
+++ b/doc/CHANGELOG.es.txt
@@ -21,6 +21,7 @@ Tickets resueltos en módulo OpenGnsys Repository Server:
Tickets resueltos en módulo OpenGnsys Web Admin Console:
#835 Problemas al listar plantillas en Nerboot Avanzado
+#867 La ayuda en la consola incluirá más información
Tickets genéricos resueltos:
#839 Errores detectado en API REST para Remote PC
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 5aa58ed6..1af5ae5c 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1091,6 +1091,8 @@ function installWebFiles()
sed 's/clickcontextualnodo/clicksupnodo/g' $COMPATDIR/$f.php > $COMPATDIR/$f.device.php
done
cp -a $COMPATDIR/imagenes.device.php $COMPATDIR/imagenes.device4.php
+ # Acceso al manual de usuario
+ ln -fs ../doc/userManual $INSTALL_TARGET/www/userManual
# Cambiar permisos para ficheros especiales.
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/images/{fotos,iconos}
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/tmp/
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 4cf0786c..1c87874e 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -623,7 +623,8 @@ function updateWebFiles()
sed 's/clickcontextualnodo/clicksupnodo/g' $COMPATDIR/$f.php > $COMPATDIR/$f.device.php
done
cp -a $COMPATDIR/imagenes.device.php $COMPATDIR/imagenes.device4.php
-
+ # Acceso al manual de usuario
+ ln -fs ../doc/userManual $INSTALL_TARGET/www/userManual
# Fichero de log de la API REST.
touch $INSTALL_TARGET/log/{ogagent,rest,remotepc}.log
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/log/{ogagent,rest,remotepc}.log
--
cgit v1.2.3-18-g5258