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

Annotation of /sa50/root/templates/pawards.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 70 - (hide annotations)
Fri Feb 15 14:42:54 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 741 byte(s)
- spelling fixes
1 nanardon 48 [% tuserinfo = sa50.get_user_info(id) %]
2    
3 nanardon 60 <h2><a href="[%- c.req.base _ '/id/' _ id -%]">[% tuserinfo.name | html %] [% tuserinfo.fname | html %]</a></h2>
4 nanardon 48
5 nanardon 70 <h3>Prix reçus:</h3>
6 nanardon 48
7     [% FOREACH titem = sa50.get_awards_keys(id) %]
8     [% INCLUDE 'award.html' awardid = titem %]
9     [% END %]
10    
11     <p>Ajouter un prix</p>
12     [% INCLUDE 'award.html' %]
13    
14 nanardon 70 <h3>Medailles du CNRS:</h3>
15 nanardon 48
16     [% FOREACH titem = sa50.get_medal_keys(id) %]
17     [% INCLUDE 'medalform.html' medalid = titem %]
18     [% END %]
19    
20     <p>Ajouter une médaille</p>
21     [% INCLUDE 'medalform.html' %]
22    
23 nanardon 70 <h3>Disctinctions:</h3>
24 nanardon 48
25 nanardon 67 [% FOREACH titem = sa50.get_distinctions_keys(id) %]
26     [% INCLUDE 'distinctionform.html' distinctionsid = titem %]
27     [% END %]
28    
29     <p>Ajouter une médaille</p>
30     [% INCLUDE 'distinctionform.html' %]
31    

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21