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

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

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

revision 78 by nanardon, Fri Feb 22 09:33:08 2008 UTC revision 84 by nanardon, Tue Feb 26 11:18:51 2008 UTC
# Line 4  Line 4 
4    
5  <p>Liste des thèses ([% ththesis.size %])</p>  <p>Liste des thèses ([% ththesis.size %])</p>
6    
   
   
7  [% FOREACH titem = ththesis %]  [% FOREACH titem = ththesis %]
8  [% "<table border=0>\n" IF loop.first %]  [% "<table border=0>\n" IF loop.first %]
9      <tr>      <tr>
10          <td>[% titem.fname _ ' ' _ titem.name %]</td>          <td><a href="[% c.req.base %]/id/[% titem.id %]">
11                    [% titem.fname _ ' ' _ titem.name %]</a></td>
12          <td><a href="[% c.req.base %]/id/[% titem.people %]/extra#thesis[% titem.id %]">          <td><a href="[% c.req.base %]/id/[% titem.people %]/extra#thesis[% titem.id %]">
13                  [% titem.title | truncate(40) | html %]                  [% IF titem.title %][% titem.title | truncate(40) | html %]
14                    [% ELSE %]<i>Titre inconnu...</i>[% END %]
15          </a></td>          </a></td>
16          <td>[% titem.dates %]</td>          <td>[% titem.dates %]</td>
17      </tr>      </tr>

Legend:
Removed from v.78  
changed lines
  Added in v.84

  ViewVC Help
Powered by ViewVC 1.1.21