source: trunk/LATMOS-Accounts-Web/root/html/diag/index.tt @ 2263

Last change on this file since 2263 was 2263, checked in by nanardon, 5 years ago

Add /diag test page

File size: 593 bytes
Line 
1<div class="objectform">
2
3<table border=1>
4
5<tr>
6<th colspan=2>Application</th>
7</tr>
8
9<tr>
10<th>LATMOS::Accounts</th>
11<td>[% LAVer | html %]</td>
12</tr>
13
14<tr>
15<th>LATMOS::Accounts::Web</th>
16<td>[% LAWVer | html %]</td>
17</tr>
18
19<tr>
20<th>Languages</th>
21<td>[% c.languages.join(', ') | html %]</td>
22</tr>
23<tr>
24<th>Language</th>
25<td>[% c.language | html %]</td>
26</tr>
27<tr>
28<th>Translation test</th>
29<td>[% l('Translation test') | html %]</td>
30</tr>
31
32<tr>
33<th colspan=2>Base</th>
34</tr>
35
36<tr>
37<th>Current revision</th>
38<td>[% c.model('Accounts').db.current_rev | html %]</td>
39</tr>
40
41</table>
42
43
44</div>
Note: See TracBrowser for help on using the repository browser.