Mercurial > p > roundup > code
comparison roundup/templates/classic/htmlbase.py @ 192:01a910e17403
finished off colourising the classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Aug 2001 01:19:43 +0000 |
| parents | 2775f6727070 |
| children | 30c3a37b699f |
comparison
equal
deleted
inserted
replaced
| 191:4a67d25cc072 | 192:01a910e17403 |
|---|---|
| 72 """ | 72 """ |
| 73 | 73 |
| 74 issueDOTitem = """<!-- dollarId: issue.item,v 1.3 2001/07/30 08:12:17 richard Exp dollar--> | 74 issueDOTitem = """<!-- dollarId: issue.item,v 1.3 2001/07/30 08:12:17 richard Exp dollar--> |
| 75 <table border=0 cellspacing=0 cellpadding=2> | 75 <table border=0 cellspacing=0 cellpadding=2> |
| 76 | 76 |
| 77 <tr class="strong-header"> | |
| 78 <td colspan=4>Item Information</td> | |
| 79 </td> | |
| 80 | |
| 81 <tr bgcolor="ffffea"> | 77 <tr bgcolor="ffffea"> |
| 82 <td width=1% nowrap align=right><span class="form-label">Title</span></td> | 78 <td width=1% nowrap align=right><span class="form-label">Title</span></td> |
| 83 <td colspan=3 class="form-text"><display call="field('title', size=80)"></td> | 79 <td colspan=3 class="form-text"><display call="field('title', size=80)"></td> |
| 84 </tr> | 80 </tr> |
| 85 | 81 |
| 113 <tr bgcolor="ffffea"> | 109 <tr bgcolor="ffffea"> |
| 114 <td> </td> | 110 <td> </td> |
| 115 <td colspan=3 class="form-text"><display call="submit()"></td> | 111 <td colspan=3 class="form-text"><display call="submit()"></td> |
| 116 </tr> | 112 </tr> |
| 117 | 113 |
| 118 <tr class="strong-header"> | 114 <tr class="msg-header"> |
| 119 <td colspan=4><b>Messages</b></td> | 115 <td colspan=4><b>Messages</b></td> |
| 120 </tr> | 116 </tr> |
| 121 <property name="messages"> | 117 <property name="messages"> |
| 122 <tr> | 118 <tr> |
| 123 <td colspan=4><display call="list('messages')"></td> | 119 <td colspan=4><display call="list('messages')"></td> |
| 124 </tr> | 120 </tr> |
| 125 </property> | 121 </property> |
| 126 | 122 |
| 127 <tr class="strong-header"> | 123 <tr class="file-header"> |
| 128 <td colspan=4><b>Files</b></td> | 124 <td colspan=4><b>Files</b></td> |
| 129 </tr> | 125 </tr> |
| 130 <tr class="form-help"> | 126 <tr class="form-help"> |
| 131 <td colspan=4> | 127 <td colspan=4> |
| 132 <a href="newfile?:multilink=issue<display call="plain('id')">:files">Attach a file to this issue</a> | 128 <a href="newfile?:multilink=issue<display |
| 129 call="plain('id')">:files">Attach a file to this issue</a> | |
| 133 </td> | 130 </td> |
| 134 </tr> | 131 </tr> |
| 135 <property name="files"> | 132 <property name="files"> |
| 136 <tr> | 133 <tr> |
| 137 <td colspan=4><display call="list('files')"></td> | 134 <td colspan=4><display call="list('files')"></td> |
| 138 </tr> | 135 </tr> |
| 139 </property> | 136 </property> |
| 137 | |
| 138 <tr class="history-header"> | |
| 139 <td colspan=4><b>History</b></td> | |
| 140 </tr> | |
| 141 <tr> | |
| 142 <td colspan=4><display call="history()"></td> | |
| 143 </tr> | |
| 140 | 144 |
| 141 </table> | 145 </table> |
| 142 | 146 |
| 143 """ | 147 """ |
| 144 | 148 |
| 271 .strong-header { | 275 .strong-header { |
| 272 font-family: Verdana, Helvetica, sans-serif; | 276 font-family: Verdana, Helvetica, sans-serif; |
| 273 font-size: 12pt; | 277 font-size: 12pt; |
| 274 font-weight: bold; | 278 font-weight: bold; |
| 275 background-color: #000000; | 279 background-color: #000000; |
| 280 color: #ffffff; | |
| 281 } | |
| 282 | |
| 283 .msg-header { | |
| 284 font-family: Verdana, Helvetica, sans-serif; | |
| 285 font-size: 12pt; | |
| 286 font-weight: bold; | |
| 287 background-color: #EE71AC; | |
| 288 color: #ffffff; | |
| 289 } | |
| 290 | |
| 291 .file-header { | |
| 292 font-family: Verdana, Helvetica, sans-serif; | |
| 293 font-size: 12pt; | |
| 294 font-weight: bold; | |
| 295 background-color: #41BE62; | |
| 296 color: #ffffff; | |
| 297 } | |
| 298 | |
| 299 .history-header { | |
| 300 font-family: Verdana, Helvetica, sans-serif; | |
| 301 font-size: 12pt; | |
| 302 font-weight: bold; | |
| 303 background-color: #739DEE; | |
| 276 color: #ffffff; | 304 color: #ffffff; |
| 277 } | 305 } |
| 278 | 306 |
| 279 .list-header { | 307 .list-header { |
| 280 background-color: #aaccff; | 308 background-color: #aaccff; |
