Mercurial > p > roundup > code
view roundup/templates/extended/html/file.index @ 804:af4826d8773d
Default labelprops to id.
In history, make sure there's a .item before making a link / multilink
into an href.
Also in history, cgi.escape String properties.
Clean up some of the reference cycles.
| author | Gordon B. McMillan <gmcm@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Jun 2002 12:05:25 +0000 |
| parents | f98f37697f4c |
| children |
line wrap: on
line source
<!-- $Id: file.index,v 1.3 2002-01-23 05:10:28 richard Exp $--> <tr> <property name="name"> <td><display call="download('name')"></td> </property> <property name="type"> <td><display call="plain('type')"></td> </property> <property name="creator"> <td><display call="plain('creator')"></td> </property> <property name="creation"> <td><display call="plain('creation')"></td> </property> </tr>
