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

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

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

revision 74 by nanardon, Mon Feb 18 11:25:00 2008 UTC revision 80 by nanardon, Mon Feb 25 03:31:14 2008 UTC
# Line 111  Line 111 
111      <input type="submit"></p>      <input type="submit"></p>
112  </form>  </form>
113    
114  <h3>Personnes rencontr&eacute;es</h3>  <hr>
115    [% tmeets = sa50.get_meet_people(id) %]
116    <h3>Personnes rencontr&eacute;es ([% tmeets.size %])</h3>
117    
118  [% FOREACH titem = sa50.get_meet_people(id) %]  [% FOREACH titem = tmeets %]
119  [% "<ul>\n" IF loop.first %]  [% '<table border="0">' IF loop.first %]
120      <li><a href="[% c.req.base %]/id/[% titem.id %]">      <tr><td><a href="[% c.req.base %]/id/[% titem.people %]">
121          [% titem.name | html %] [% titem.fname | html %]          [% titem.name | html %] [% titem.fname | html %]
122      </a></li>      </a></td>
123  [% "</ul>\n" IF loop.last %]      <td>
124            [% IF titem.start OR titem.end %]
125            [% titem.start | html %]
126                </td><td><td>-</td><td>
127            [% titem.end | html %]
128            [% ELSE %]
129            </td><td></td><td>
130            [% END %]
131        </td>
132        </tr>
133    [% "</table>\n" IF loop.last %]
134  [% END %]  [% END %]

Legend:
Removed from v.74  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC 1.1.21