Mercurial > p > roundup > code
comparison roundup/templates/extended/htmlbase.py @ 180:3e7a7b3b58e4
changes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Aug 2001 00:27:58 +0000 |
| parents | 9cfab7f55df0 |
| children | 9d651a24d9d2 |
comparison
equal
deleted
inserted
replaced
| 179:a44c70b25369 | 180:3e7a7b3b58e4 |
|---|---|
| 62 <tr><th width="1%" align="right" class="location-bar">Assigned to</th> | 62 <tr><th width="1%" align="right" class="location-bar">Assigned to</th> |
| 63 <td><display call="checklist('assignedto')"></td></tr> | 63 <td><display call="checklist('assignedto')"></td></tr> |
| 64 </property> | 64 </property> |
| 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.3 2001/08/01 05:15:09 richard Exp dollar--> |
| 68 <tr> | 68 <tr> |
| 69 <property name="id"> | 69 <property name="id"> |
| 70 <td valign="top"><display call="plain('id')"></td> | 70 <td valign="top"><display call="plain('id')"></td> |
| 71 </property> | 71 </property> |
| 72 <property name="activity"> | 72 <property name="activity"> |
| 433 <tr><th width="1%" align="right" class="location-bar">Customer name</th> | 433 <tr><th width="1%" align="right" class="location-bar">Customer name</th> |
| 434 <td><display call="field('customername')"></td></tr> | 434 <td><display call="field('customername')"></td></tr> |
| 435 </property> | 435 </property> |
| 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.2 2001/08/01 05:15:09 richard Exp dollar--> |
| 439 <tr> | 439 <tr> |
| 440 <property name="id"> | 440 <property name="id"> |
| 441 <td valign="top"><display call="plain('id')"></td> | 441 <td valign="top"><display call="plain('id')"></td> |
| 442 </property> | 442 </property> |
| 443 <property name="activity"> | 443 <property name="activity"> |
