Mercurial > p > roundup > code
view roundup/templates/classic/html/file.index @ 273:45e32247aa33
Pushed the base code for the extended schema CGI interface back...
...into the code cgi_client module so that future updates will be less
painful. Also removed a debugging print statement from cgi_client.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 09 Oct 2001 07:38:58 +0000 |
| parents | e8087fc26fee |
| children | 72343138b660 |
line wrap: on
line source
<!-- $Id: file.index,v 1.2 2001-07-29 04:07:37 richard Exp $--> <tr> <property name="name"> <td><display call="link('name')"></td> </property> <property name="type"> <td><display call="plain('type')"></td> </property> </tr>
