summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal/acercade.php
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 /admin/WebConsole/principal/acercade.php
parent2a0c332424296d966dfc5431c5e3fd9a0aab1995 (diff)
#867 Se incluyen pagina para el manual de usuarios y ficheros de idiomas. La versión se toma del fichero VERSION.json
Diffstat (limited to 'admin/WebConsole/principal/acercade.php')
-rw-r--r--admin/WebConsole/principal/acercade.php89
1 files changed, 0 insertions, 89 deletions
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>