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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 84 - (show annotations)
Tue Feb 26 11:18:51 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 636 byte(s)
- improve thesis list
1 <!-- $Id$ -->
2
3 [% ththesis = sa50.list_all_thesis %]
4
5 <p>Liste des thèses ([% ththesis.size %])</p>
6
7 [% FOREACH titem = ththesis %]
8 [% "<table border=0>\n" IF loop.first %]
9 <tr>
10 <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 %]">
13 [% IF titem.title %][% titem.title | truncate(40) | html %]
14 [% ELSE %]<i>Titre inconnu...</i>[% END %]
15 </a></td>
16 <td>[% titem.dates %]</td>
17 </tr>
18 [% "</table>\n" IF loop.last %]
19 [% END %]

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21