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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 75 - (show annotations)
Wed Feb 20 09:55:05 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 1069 byte(s)
- add summary: thesis
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 <h4>Thèse #[% loop.count %]:</h4>
9 [% INCLUDE 'thesisform.html' thesisid = tid %]
10 [% END %]
11
12 <h4>Ajouter une thèse:</h4>
13 [% INCLUDE 'thesisform.html' %]
14
15 <hr>
16 <h3>Professeur d'université</h3>
17
18 [% FOREACH tid = sa50.get_university_teacher_key(id) %]
19 <h4>Proffessorat #[% loop.count %]:</h4>
20 [% INCLUDE 'teacherform.html' teacherid = tid %]
21 [% END %]
22
23 <h4>Ajouter:</h4>
24 [% INCLUDE 'teacherform.html' %]
25
26 <hr>
27 <h3>Participation à de hautes instances</h3>
28
29 [% FOREACH tid = sa50.get_organisation_key(id) %]
30 <h4>Instance #[% loop.count %]:</h4>
31 [% INCLUDE 'organisationform.html' organisationid = tid %]
32 [% END %]
33
34 <h4>Ajouter:</h4>
35 [% INCLUDE 'organisationform.html' %]
36
37 <hr>
38 <h3>Académies</h3>
39 [% FOREACH tid = sa50.get_academy_keys(id) %]
40 [% INCLUDE 'academyform.html' academyid = tid %]
41 [% END %]
42
43 [% INCLUDE 'academyform.html' %]
44

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21