Mercurial > p > roundup > code
comparison roundup/templates/extended/htmlbase.py @ 249:9d651a24d9d2
Messages are now displayed with content...
...and <xmp>xmp</xmp>'ed instead of pre'ed.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Sep 2001 06:36:42 +0000 |
| parents | 3e7a7b3b58e4 |
| children | 1d428068485c |
comparison
equal
deleted
inserted
replaced
| 248:96cdd8ef0581 | 249:9d651a24d9d2 |
|---|---|
| 181 </table> | 181 </table> |
| 182 | 182 |
| 183 """ | 183 """ |
| 184 | 184 |
| 185 msgDOTindex = """<!-- dollarId: msg.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar--> | 185 msgDOTindex = """<!-- dollarId: msg.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar--> |
| 186 <tr> | 186 <tr class="row-hilite"> |
| 187 <property name="date"> | 187 <property name="date"> |
| 188 <td><display call="link('date')"></td> | 188 <td><display call="link('date')"></td> |
| 189 </property> | 189 </property> |
| 190 <property name="author"> | 190 <property name="author"> |
| 191 <td><display call="plain('author')"></td> | 191 <td><display call="plain('author')"></td> |
| 192 </property> | 192 </property> |
| 193 <property name="summary"> | 193 </tr> |
| 194 <td><display call="plain('summary')"></td> | 194 <tr bgcolor="ffeaff"> |
| 195 </property> | 195 <td colspan=2><xmp><display call="plain('content')"></xmp></td> |
| 196 </tr> | 196 </tr> |
| 197 """ | 197 """ |
| 198 | 198 |
| 199 msgDOTitem = """<!-- dollarId: msg.item,v 1.1 2001/07/23 04:21:20 richard Exp dollar--> | 199 msgDOTitem = """<!-- dollarId: msg.item,v 1.1 2001/07/23 04:21:20 richard Exp dollar--> |
| 200 <table border=0 cellspacing=0 cellpadding=2> | 200 <table border=0 cellspacing=0 cellpadding=2> |
