Commit 5ed2ff3db78a656e4e930486cb2a984506c8fdea
1 parent
98ef7c3f
Exists in
master
and in
3 other branches
update about page
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
src/Template/Pages/about.ctp
... | ... | @@ -8,7 +8,7 @@ echo <<<"EOD" |
8 | 8 | <pre> |
9 | 9 | Ce logiciel sert a inventorier le matériel d'un laboratoire (à l'origine, celui de l'IRAP). |
10 | 10 | |
11 | -COPYRIGHT (C) 2012-2016 IRAP (Institut de Recherche en Astrophysique et Planetologie) Toulouse - France | |
11 | +COPYRIGHT (C) 2012-2019 IRAP (Institut de Recherche en Astrophysique et Planetologie) Toulouse - France | |
12 | 12 | |
13 | 13 | Auteurs : |
14 | 14 | - Upsilon (micro-entreprise Université Toulouse 3 Paul Sabatier), réalisation version initiale 2012 |
... | ... | @@ -31,11 +31,13 @@ Licence GPL (http://www.gnu.org/copyleft/gpl.html) |
31 | 31 | See http://www.gnu.org/licenses |
32 | 32 | </pre> |
33 | 33 | EOD; |
34 | -echo '<br>'; | |
34 | +echo '<br/>'; | |
35 | +echo '<a href="' . 'https://tinyurl.com/labinvent">Documentation générale</a>'; | |
36 | +echo '<br/><br/>'; | |
35 | 37 | echo '<a href="' . $this->request->webroot . 'webroot/doc/userguide/labinvent2_userguide.pdf">Guide utilisateur</a>'; |
36 | 38 | ?> |
37 | 39 | </div> |
38 | 40 | |
39 | 41 | <div class="actions"> |
40 | - <?php echo $this->element('menu') ?> | |
41 | - </div> | |
42 | 42 | \ No newline at end of file |
43 | + <?php echo $this->element('menu') ?> | |
44 | +</div> | |
43 | 45 | \ No newline at end of file | ... | ... |