|
2 | 2 | # Do Not Edit (Unless You Want To) |
3 | 3 | # This file automagically generated by roundup.htmldata.makeHtmlBase |
4 | 4 | # |
5 | | -fileDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
| 5 | +fileDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
6 | 6 | <tr> |
7 | 7 | <property name="name"> |
8 | 8 | <td><display call="link('name')"></td> |
|
13 | 13 | </tr> |
14 | 14 | """ |
15 | 15 |
|
16 | | -issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
| 16 | +issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
17 | 17 | <property name="title"> |
18 | 18 | <tr><th width="1%" align="right" class="location-bar">Title</th> |
19 | 19 | <td><display call="field('title')"></td></tr> |
|
28 | 28 | </property> |
29 | 29 | """ |
30 | 30 |
|
31 | | -issueDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
32 | | -<tr> |
| 31 | +issueDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
| 32 | +<tr class="row-<display call="plain('status')">"> |
| 33 | + <property name="id"> |
| 34 | + <td valign="top"><display call="plain('id')"></td> |
| 35 | + </property> |
33 | 36 | <property name="activity"> |
34 | 37 | <td valign="top"><display call="reldate('activity', pretty=1)"></td> |
35 | 38 | </property> |
36 | 39 | <property name="priority"> |
37 | 40 | <td valign="top"><display call="plain('priority')"></td> |
38 | 41 | </property> |
| 42 | + <property name="title"> |
| 43 | + <td valign="top"><display call="link('title')"></td> |
| 44 | + </property> |
39 | 45 | <property name="status"> |
40 | 46 | <td valign="top"><display call="plain('status')"></td> |
41 | 47 | </property> |
42 | | - <property name="title"> |
43 | | - <td valign="top"><display call="link('title')"></td> |
| 48 | + <property name="assignedto"> |
| 49 | + <td valign="top"><display call="link('assignedto')"></td> |
44 | 50 | </property> |
45 | 51 | </tr> |
46 | 52 | """ |
47 | 53 |
|
48 | | -issueDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
| 54 | +issueDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
49 | 55 | <table border=0 cellspacing=0 cellpadding=2> |
50 | 56 |
|
51 | 57 | <tr class="strong-header"> |
|
111 | 117 |
|
112 | 118 | """ |
113 | 119 |
|
114 | | -msgDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
| 120 | +msgDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
115 | 121 | <tr> |
116 | 122 | <property name="date"> |
117 | 123 | <td><display call="link('date')"></td> |
|
125 | 131 | </tr> |
126 | 132 | """ |
127 | 133 |
|
128 | | -msgDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
| 134 | +msgDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
129 | 135 | <table border=0 cellspacing=0 cellpadding=2> |
130 | 136 |
|
131 | 137 | <tr class="strong-header"> |
|
232 | 238 | } |
233 | 239 |
|
234 | 240 | .location-bar { |
235 | | - background-color: #efefef; |
| 241 | + background-color: #44bb66; |
| 242 | + color: #ffffff; |
236 | 243 | border: none; |
237 | 244 | } |
238 | 245 |
|
|
245 | 252 | } |
246 | 253 |
|
247 | 254 | .list-header { |
248 | | - background-color: #c0c0c0; |
| 255 | + background-color: #aaccff; |
| 256 | + color: #000000; |
249 | 257 | border: none; |
250 | 258 | } |
251 | 259 |
|
|
271 | 279 | border: none; |
272 | 280 | } |
273 | 281 |
|
274 | | -.section-bar { |
275 | | - background-color: #c0c0c0; |
| 282 | +.row-unread { |
| 283 | + background-color: #ffddd9; |
| 284 | + border: none; |
| 285 | +} |
| 286 | +
|
| 287 | +.row-in-progress { |
| 288 | + background-color: #3ccc50; |
| 289 | + border: none; |
| 290 | +} |
| 291 | +
|
| 292 | +.row-resolved { |
| 293 | + background-color: #aaccff; |
| 294 | + border: none; |
| 295 | +} |
| 296 | +
|
| 297 | +.row-done-cbb { |
| 298 | + background-color: #aaccff; |
| 299 | + border: none; |
| 300 | +} |
| 301 | +
|
| 302 | +.row-testing { |
| 303 | + background-color: #c6ddff; |
| 304 | + border: none; |
| 305 | +} |
| 306 | +
|
| 307 | +.row-need-eg { |
| 308 | + background-color: #ffc7c0; |
| 309 | + border: none; |
| 310 | +} |
| 311 | +
|
| 312 | +.row-chatting { |
| 313 | + background-color: #ffe3c0; |
| 314 | + border: none; |
| 315 | +} |
| 316 | +
|
| 317 | +.row-deferred { |
| 318 | + background-color: #cccccc; |
276 | 319 | border: none; |
277 | 320 | } |
278 | 321 |
|
| 322 | +.section-bar { |
| 323 | + background-color: #707070; |
| 324 | + color: #ffffff; |
| 325 | + border: 1px solid #404040; |
| 326 | +} |
| 327 | +
|
279 | 328 | .system-msg { |
280 | 329 | font-family: Verdana, Helvetica, sans-serif; |
281 | 330 | font-size: 10pt; |
|
329 | 378 | } |
330 | 379 | """ |
331 | 380 |
|
332 | | -userDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
| 381 | +userDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
333 | 382 | <tr> |
334 | 383 | <property name="username"> |
335 | 384 | <td><display call="link('username')"></td> |
|
349 | 398 | </tr> |
350 | 399 | """ |
351 | 400 |
|
352 | | -userDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $--> |
| 401 | +userDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $--> |
353 | 402 | <table border=0 cellspacing=0 cellpadding=2> |
354 | 403 |
|
355 | 404 | <tr class="strong-header"> |
|
0 commit comments