source: admin/WebConsole/principal/acercade.php @ 11e2501

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 11e2501 was da69e344, checked in by irina <irinagomez@…>, 12 years ago

#549 Pagina de informacion del proyecto: Internacionalizacion

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

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?
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<body>
15
16<img alt="logo_opengnsys" src="../images/acercade.png" align="left" hspace="10em" vspace="10em">
17<h1>OpenGnSys</h1>
18
19<p>
20<?php
21// Añadir versión.
22$versionfile="../../doc/VERSION.txt";
23if (file_exists ($versionfile))
24        include ($versionfile);
25
26?>
27</p>
28
29
30<p><strong><? echo $TbMsg["TITLE"] ?></strong></p>
31
32<p><? echo $TbMsg["DESCRIPTION"] ?> </p>
33
34<p><? 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>
35
36<p><strong><? echo $TbMsg["LINK"] ?> <a href="http://opengnsys.es"  target="_blank" > opengnsys.es</a><strong></p>
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.