/[saadmin]/sa50/root/templates/extra.html
ViewVC logotype

Contents of /sa50/root/templates/extra.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 70 - (show annotations)
Fri Feb 15 14:42:54 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 890 byte(s)
- spelling fixes
1 [% tuserinfo = sa50.get_user_info(id) %]
2
3 <h2><a href="[%- c.req.base _ '/id/' _ id -%]">[% tuserinfo.name | html %] [% tuserinfo.fname | html %]</a></h2>
4
5 <h3>Thèse(s) effectuée(s)</h3>
6
7 [% FOREACH tid = sa50.get_thesis_key(id) %]
8 [% INCLUDE 'thesisform.html' thesisid = tid %]
9 [% END %]
10
11 [% INCLUDE 'thesisform.html' %]
12
13 <hr>
14 <h3>Professeur d'université</h3>
15
16 [% FOREACH tid = sa50.get_university_teacher_key(id) %]
17 [% INCLUDE 'teacherform.html' teacherid = tid %]
18 [% END %]
19
20 [% INCLUDE 'teacherform.html' %]
21
22 <hr>
23 <h3>Participation à de hautes instances</h3>
24
25 [% FOREACH tid = sa50.get_organisation_key(id) %]
26 [% INCLUDE 'organisationform.html' organisationid = tid %]
27 [% END %]
28
29 [% INCLUDE 'organisationform.html' %]
30
31 <hr>
32 <h3>Academies</h3>
33 [% FOREACH tid = sa50.get_academy_keys(id) %]
34 [% INCLUDE 'academyform.html' academyid = tid %]
35 [% END %]
36
37 [% INCLUDE 'academyform.html' %]
38

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21