Mercurial > p > roundup > code
annotate roundup/templates/extended/msg.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 |
| rev | line source |
|---|---|
|
28
a3e119154b11
moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
1 <!-- $Id: msg.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="date"> |
|
a3e119154b11
moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
4 <td><display call="link('date')"></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="author"> |
|
a3e119154b11
moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
7 <td><display call="plain('author')"></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 <property name="summary"> |
|
a3e119154b11
moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
10 <td><display call="plain('summary')"></td> |
|
a3e119154b11
moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
11 </property> |
|
a3e119154b11
moved templates to proper location
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
12 </tr> |
