source: trunk/LATMOS-Accounts-Web/root/html/about/index.tt

Last change on this file was 2382, checked in by nanardon, 4 years ago

Add version on /about page

  • Property svn:keywords set to Id
File size: 672 bytes
Line 
1<div class="objectform">
2
3<p>[% l('Welcome [_1].',  c.model('Accounts').db.get_object('user', c.user.username )) | html %]</p>
4
5<p>[% l('Your account exists for [_1], we hope it does not end too soon.',
6    c.stash.accountExists) %]</p>
7
8[% IF accountExpire %]
9<p>[% l('Your account will expire in [_1], we are really sorry about this', accountExpire) %]
10[% END %]
11
12<h2>LATMOS::Accounts::Web</h2>
13
14<p>Version [% LAWVersion | html %] ([% LAVersion %])</p>
15
16<p>(c) LATMOS / CNRS / IPSL</p>
17
18<p>Auteur: Olivier Thauvin</p>
19
20<h3>Contributeurs</h3>
21
22<p>Remerciement particuliers à tout ceux qui ont participé à ce projet:</p>
23
24<p>Philippe Weill, Yann Delcambre</p>
25</div>
26
27
Note: See TracBrowser for help on using the repository browser.