|
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.3 2001-07-30 01:26:59 richard Exp $--> |
| 5 | +fileDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 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.3 2001-07-30 01:26:59 richard Exp $--> |
| 16 | +issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 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> |
|
44 | 44 | </property> |
45 | 45 | """ |
46 | 46 |
|
47 | | -issueDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 47 | +issueDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
48 | 48 | <tr> |
49 | 49 | <property name="id"> |
50 | 50 | <td valign="top"><display call="field('id')"></td> |
|
76 | 76 | </tr> |
77 | 77 | """ |
78 | 78 |
|
79 | | -issueDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 79 | +issueDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
80 | 80 | <table border=0 cellspacing=0 cellpadding=2> |
81 | 81 |
|
82 | 82 | <tr class="strong-header"> |
|
112 | 112 | </tr> |
113 | 113 |
|
114 | 114 | <tr bgcolor="ffffea"> |
115 | | - <td width=1% nowrap align=right><span class="form-label">Assigned To</span></td> |
| 115 | + <td width=1% nowrap align=right><span class="form-label">Assigned to</span></td> |
116 | 116 | <td class="form-text"><display call="field('assignedto')"></td> |
117 | | - <td width=1% nowrap align=right><span class="form-label">Empty</span></td> |
118 | | - <td class="form-text">XXXX</td> |
| 117 | + <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td> |
| 118 | + <td class="form-text"><display call="field('nosy')"></td> |
119 | 119 | </tr> |
120 | 120 |
|
121 | 121 | <tr bgcolor="ffffea"> |
122 | 122 | <td width=1% nowrap align=right><span class="form-label">Superseder</span></td> |
123 | 123 | <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td> |
124 | | - <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td> |
125 | | - <td class="form-text"><display call="field('nosy')"></td> |
| 124 | + <td width=1% nowrap align=right><span class="form-label">Support call</span></td> |
| 125 | + <td class="form-text"><display call="field('supportcall', size=40, showid=1)"></td> |
126 | 126 | </tr> |
127 | 127 |
|
128 | 128 | <tr bgcolor="ffffea"> |
|
157 | 157 |
|
158 | 158 | """ |
159 | 159 |
|
160 | | -msgDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 160 | +msgDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
161 | 161 | <tr> |
162 | 162 | <property name="date"> |
163 | 163 | <td><display call="link('date')"></td> |
|
171 | 171 | </tr> |
172 | 172 | """ |
173 | 173 |
|
174 | | -msgDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 174 | +msgDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
175 | 175 | <table border=0 cellspacing=0 cellpadding=2> |
176 | 176 |
|
177 | 177 | <tr class="strong-header"> |
|
375 | 375 | } |
376 | 376 | """ |
377 | 377 |
|
378 | | -supportDOTfilter = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 378 | +supportDOTfilter = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
379 | 379 | <property name="title"> |
380 | 380 | <tr><th width="1%" align="right" class="location-bar">Title</th> |
381 | 381 | <td><display call="field('title')"></td></tr> |
|
410 | 410 | </property> |
411 | 411 | """ |
412 | 412 |
|
413 | | -supportDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 413 | +supportDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
414 | 414 | <tr> |
415 | 415 | <property name="id"> |
416 | 416 | <td valign="top"><display call="field('id')"></td> |
|
445 | 445 | </tr> |
446 | 446 | """ |
447 | 447 |
|
448 | | -supportDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 448 | +supportDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
449 | 449 | <table border=0 cellspacing=0 cellpadding=2> |
450 | 450 |
|
451 | 451 | <tr class="strong-header"> |
|
533 | 533 |
|
534 | 534 | """ |
535 | 535 |
|
536 | | -userDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 536 | +userDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
537 | 537 | <tr> |
538 | 538 | <property name="username"> |
539 | 539 | <td><display call="link('username')"></td> |
|
553 | 553 | </tr> |
554 | 554 | """ |
555 | 555 |
|
556 | | -userDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> |
| 556 | +userDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> |
557 | 557 | <table border=0 cellspacing=0 cellpadding=2> |
558 | 558 |
|
559 | 559 | <tr class="strong-header"> |
|
0 commit comments