/[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 75 - (show annotations)
Wed Feb 20 09:55:05 2008 UTC (16 years, 4 months ago) by nanardon
File MIME type: text/html
File size: 457 byte(s)
- add summary: thesis
1 <!-- $Id$ -->
2
3 [% ththesis = sa50.list_all_thesis %]
4
5 <p>Liste des thèses ([% ththesis.size %])</p>
6
7
8
9 [% FOREACH titem = ththesis %]
10 [% "<table border=0>\n" IF item.first %]
11 <tr>
12 <td>[% titem.fname _ ' ' _ titem.name %]</td>
13 <td><a href="[% c.req.base %]/id/[% titem.people %]/extra#thesis[% titem.id %]">
14 [% titem.title | truncate(40) | html %]
15 </a></td>
16 <td>[% titem.dates %]</td>
17 </tr>
18 [% END %]

Properties

Name Value
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.21