Mercurial > p > roundup > code
comparison roundup/templates/extended/htmlbase.py @ 486:18d4051bdae7
fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 05 Jan 2002 02:22:33 +0000 |
| parents | d4b19c2ee740 |
| children | 8bce1a8b3814 |
comparison
equal
deleted
inserted
replaced
| 485:fad315a10185 | 486:18d4051bdae7 |
|---|---|
| 100 <td valign="top"><display call="plain('assignedto')"></td> | 100 <td valign="top"><display call="plain('assignedto')"></td> |
| 101 </property> | 101 </property> |
| 102 </tr> | 102 </tr> |
| 103 """ | 103 """ |
| 104 | 104 |
| 105 issueDOTitem = """<!-- dollarId: issue.item,v 1.7 2001/11/21 02:34:18 richard Exp dollar--> | 105 issueDOTitem = """<!-- dollarId: issue.item,v 1.8 2001/12/18 05:05:14 richard Exp dollar--> |
| 106 <table border=0 cellspacing=0 cellpadding=2> | 106 <table border=0 cellspacing=0 cellpadding=2> |
| 107 | 107 |
| 108 <tr class="strong-header"> | 108 <tr class="strong-header"> |
| 109 <td colspan=4>Item Information</td> | 109 <td colspan=4>Item Information</td> |
| 110 </td> | 110 </td> |
| 194 <property name="files"> | 194 <property name="files"> |
| 195 <tr> | 195 <tr> |
| 196 <td colspan=4><display call="list('files')"></td> | 196 <td colspan=4><display call="list('files')"></td> |
| 197 </tr> | 197 </tr> |
| 198 </property> | 198 </property> |
| 199 | |
| 200 <tr class="strong-header"> | |
| 201 <td colspan=4><b>History</b></td> | |
| 202 </tr> | |
| 203 <tr> | |
| 204 <td colspan=4><display call="history()"></td> | |
| 205 </tr> | |
| 199 | 206 |
| 200 </table> | 207 </table> |
| 201 | 208 |
| 202 """ | 209 """ |
| 203 | 210 |
