Mercurial > p > roundup > code
diff roundup/templates/extended/htmlbase.py @ 157:1e5d95829851
updated htmlbases
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 30 Jul 2001 02:38:49 +0000 |
| parents | b0c4ac63c6ed |
| children | a49c8a2ddd26 |
line wrap: on
line diff
--- a/roundup/templates/extended/htmlbase.py Mon Jul 30 02:38:31 2001 +0000 +++ b/roundup/templates/extended/htmlbase.py Mon Jul 30 02:38:49 2001 +0000 @@ -2,7 +2,7 @@ # Do Not Edit (Unless You Want To) # This file automagically generated by roundup.htmldata.makeHtmlBase # -fileDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +fileDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <tr> <property name="name"> <td><display call="link('name')"></td> @@ -13,7 +13,7 @@ </tr> """ -issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <property name="title"> <tr><th width="1%" align="right" class="location-bar">Title</th> <td><display call="field('title')"></td></tr> @@ -44,7 +44,7 @@ </property> """ -issueDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +issueDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <tr> <property name="id"> <td valign="top"><display call="field('id')"></td> @@ -76,7 +76,7 @@ </tr> """ -issueDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +issueDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -112,17 +112,17 @@ </tr> <tr bgcolor="ffffea"> - <td width=1% nowrap align=right><span class="form-label">Assigned To</span></td> + <td width=1% nowrap align=right><span class="form-label">Assigned to</span></td> <td class="form-text"><display call="field('assignedto')"></td> - <td width=1% nowrap align=right><span class="form-label">Empty</span></td> - <td class="form-text">XXXX</td> + <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td> + <td class="form-text"><display call="field('nosy')"></td> </tr> <tr bgcolor="ffffea"> <td width=1% nowrap align=right><span class="form-label">Superseder</span></td> <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td> - <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td> - <td class="form-text"><display call="field('nosy')"></td> + <td width=1% nowrap align=right><span class="form-label">Support call</span></td> + <td class="form-text"><display call="field('supportcall', size=40, showid=1)"></td> </tr> <tr bgcolor="ffffea"> @@ -157,7 +157,7 @@ """ -msgDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +msgDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <tr> <property name="date"> <td><display call="link('date')"></td> @@ -171,7 +171,7 @@ </tr> """ -msgDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +msgDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -375,7 +375,7 @@ } """ -supportDOTfilter = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +supportDOTfilter = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <property name="title"> <tr><th width="1%" align="right" class="location-bar">Title</th> <td><display call="field('title')"></td></tr> @@ -410,7 +410,7 @@ </property> """ -supportDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +supportDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <tr> <property name="id"> <td valign="top"><display call="field('id')"></td> @@ -445,7 +445,7 @@ </tr> """ -supportDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +supportDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -533,7 +533,7 @@ """ -userDOTindex = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +userDOTindex = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <tr> <property name="username"> <td><display call="link('username')"></td> @@ -553,7 +553,7 @@ </tr> """ -userDOTitem = """<!-- $Id: htmlbase.py,v 1.3 2001-07-30 01:26:59 richard Exp $--> +userDOTitem = """<!-- $Id: htmlbase.py,v 1.4 2001-07-30 02:38:49 richard Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header">
