Blame view

src/Template/Pages/about.ctp 1.33 KB
64fba1a2   Alexandre   Base du projet : ...
1
2
3
<div class="index">
<?php 

64fba1a2   Alexandre   Base du projet : ...
4
$softwareName = "INVENTIRAP";
0e5846aa   Alexandre   Css bouton valide...
5

64fba1a2   Alexandre   Base du projet : ...
6
7
8
9
10
11
echo '<h2><i class="icon-idea"></i> A PROPOS DU LOGICIEL '. $softwareName .'</h2>';

echo <<<"EOD"
<pre>
Ce logiciel sert a inventorier le matériel d'un laboratoire (à l'origine, celui de l'IRAP).

2dc3932b   Alexandre   Version: 2.4.2.9
12
COPYRIGHT (C) 2012-2016 IRAP (Institut de Recherche en Astrophysique et Planetologie) Toulouse - France
64fba1a2   Alexandre   Base du projet : ...
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

Auteurs : 
- Upsilon (micro-entreprise Université Toulouse 3 Paul Sabatier), réalisation version initiale 2012
- Marielle Lacombe (mlacombe@obs-mip.fr), chef de projet
- Elodie Bourrec (ebourrec@irap.omp.eu), administration base de données
- Etienne Pallier (epallier@irap.omp.eu), développement

Licence GPL (http://www.gnu.org/copyleft/gpl.html)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    See http://www.gnu.org/licenses
</pre>
EOD;
?>


</div>
4260780b   Alexandre   Migration vue, co...
39
40
41
42

    	<div class="actions">
			<?php echo $this->element('menu') ?>
		</div>