source: admin/WebConsole/principal/acercade.php @ 87b7ce5

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 87b7ce5 was ae938ed, checked in by ramon <ramongomez@…>, 12 years ago

#549: Usar logo del proyecto en la cabecera; limpieza código HTML y PHP.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3870 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?php
2//********************************************************************
3// Descripción :
4//              Pagina de informacion sobre el proyecto OpenGnSys
5//********************************************************************
6include_once("../idiomas/php/".$idioma."/acercade_".$idioma.".php");
7
8?>
9<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
10<html>
11<head>
12<title> Administración web de aulas </title>
13<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
14<link rel="stylesheet" type="text/css" href="../estilos.css" />
15</head>
16
17<body class="acercade">
18
19<img alt="*" src="../images/acercade.png" align="left" hspace="10em" vspace="10em" />
20
21<h1><img alt="OpenGnSys" src="../images/iconos/logoopengnsys.png" /></h1>
22
23<p>
24<?php
25// Añadir versión.
26$versionfile="../../doc/VERSION.txt";
27if (file_exists ($versionfile))
28        include ($versionfile);
29
30?>
31</p>
32
33
34<p><strong><?php echo $TbMsg["TITLE"] ?></strong></p>
35
36<p><?php echo $TbMsg["DESCRIPTION"] ?> </p>
37
38<p><?php echo $TbMsg["LICENSE"] ?> <a href="http://www.gnu.org/licenses/gpl.html"  target="_blank" ><img alt="GPL v3"  src="../images/gplv3-88x31.png" height="20em" /></a></p>
39
40<p><strong><?php echo $TbMsg["LINK"] ?> <a href="http://opengnsys.es"  target="_blank" >opengnsys.es</a><strong></p>
41</body>
42</html>
Note: See TracBrowser for help on using the repository browser.