annotate roundup/templates/extended/file.index @ 32:b475e7d3ce52

actually quit if python version wrong
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Mon, 23 Jul 2001 04:05:05 +0000
parents a3e119154b11
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
1 <!-- $Id: file.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
2 <tr>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
3 <property name="name">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
4 <td><display call="link('name')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
5 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
6 <property name="type">
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
7 <td><display call="plain('type')"></td>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
8 </property>
a3e119154b11 moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff changeset
9 </tr>

Roundup Issue Tracker: http://roundup-tracker.org/