Mercurial > p > roundup > code
comparison roundup/templates/extended/htmlbase.py @ 176:9cfab7f55df0
Added "My Issues" and "My Support" to extended template.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 01 Aug 2001 05:15:09 +0000 |
| parents | 2775f6727070 |
| children | 3e7a7b3b58e4 |
comparison
equal
deleted
inserted
replaced
| 175:2a33ac3e807d | 176:9cfab7f55df0 |
|---|---|
| 65 """ | 65 """ |
| 66 | 66 |
| 67 issueDOTindex = """<!-- dollarId: issue.index,v 1.2 2001/07/30 01:26:59 richard Exp dollar--> | 67 issueDOTindex = """<!-- dollarId: issue.index,v 1.2 2001/07/30 01:26:59 richard Exp dollar--> |
| 68 <tr> | 68 <tr> |
| 69 <property name="id"> | 69 <property name="id"> |
| 70 <td valign="top"><display call="field('id')"></td> | 70 <td valign="top"><display call="plain('id')"></td> |
| 71 </property> | 71 </property> |
| 72 <property name="activity"> | 72 <property name="activity"> |
| 73 <td valign="top"><display call="reldate('activity', pretty=1)"></td> | 73 <td valign="top"><display call="reldate('activity', pretty=1)"></td> |
| 74 </property> | 74 </property> |
| 75 <property name="priority"> | 75 <property name="priority"> |
| 436 """ | 436 """ |
| 437 | 437 |
| 438 supportDOTindex = """<!-- dollarId: support.index,v 1.1 2001/07/30 01:27:28 richard Exp dollar--> | 438 supportDOTindex = """<!-- dollarId: support.index,v 1.1 2001/07/30 01:27:28 richard Exp dollar--> |
| 439 <tr> | 439 <tr> |
| 440 <property name="id"> | 440 <property name="id"> |
| 441 <td valign="top"><display call="field('id')"></td> | 441 <td valign="top"><display call="plain('id')"></td> |
| 442 </property> | 442 </property> |
| 443 <property name="activity"> | 443 <property name="activity"> |
| 444 <td valign="top"><display call="reldate('activity', pretty=1)"></td> | 444 <td valign="top"><display call="reldate('activity', pretty=1)"></td> |
| 445 </property> | 445 </property> |
| 446 <property name="status"> | 446 <property name="status"> |
