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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 69 by nanardon, Thu Feb 14 16:20:24 2008 UTC revision 70 by nanardon, Fri Feb 15 14:42:54 2008 UTC
# Line 2  Line 2 
2    
3  <h2><a href="[%- c.req.base _ '/id/' _ id -%]">[% tuserinfo.name | html %] [% tuserinfo.fname | html %]</a></h2>  <h2><a href="[%- c.req.base _ '/id/' _ id -%]">[% tuserinfo.name | html %] [% tuserinfo.fname | html %]</a></h2>
4    
5  <h3>Prix reçu</h3>  <h3>Prix reçus:</h3>
6    
7  [% FOREACH titem = sa50.get_awards_keys(id) %]  [% FOREACH titem = sa50.get_awards_keys(id) %]
8  [% INCLUDE 'award.html' awardid = titem %]  [% INCLUDE 'award.html' awardid = titem %]
# Line 11  Line 11 
11  <p>Ajouter un prix</p>  <p>Ajouter un prix</p>
12  [% INCLUDE 'award.html' %]  [% INCLUDE 'award.html' %]
13    
14  <h3>Medailles reçues</h3>  <h3>Medailles du CNRS:</h3>
15    
16  [% FOREACH titem = sa50.get_medal_keys(id) %]  [% FOREACH titem = sa50.get_medal_keys(id) %]
17  [% INCLUDE 'medalform.html' medalid = titem %]  [% INCLUDE 'medalform.html' medalid = titem %]
# Line 20  Line 20 
20  <p>Ajouter une médaille</p>  <p>Ajouter une médaille</p>
21  [% INCLUDE 'medalform.html' %]  [% INCLUDE 'medalform.html' %]
22    
23  <h3>Disctinction</h3>  <h3>Disctinctions:</h3>
24    
25  [% FOREACH titem = sa50.get_distinctions_keys(id) %]  [% FOREACH titem = sa50.get_distinctions_keys(id) %]
26  [% INCLUDE 'distinctionform.html' distinctionsid = titem %]  [% INCLUDE 'distinctionform.html' distinctionsid = titem %]

Legend:
Removed from v.69  
changed lines
  Added in v.70

  ViewVC Help
Powered by ViewVC 1.1.21