Mercurial > p > roundup > code
comparison templates/templates/msg.item @ 26:c7c14960f413
Final commit of Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 12:09:32 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 25:4cf1daf2f2eb | 26:c7c14960f413 |
|---|---|
| 1 <!-- $Id: msg.item,v 1.1 2001-07-22 12:09:32 richard Exp $--> | |
| 2 <table border=0 cellspacing=0 cellpadding=2> | |
| 3 | |
| 4 <tr class="strong-header"> | |
| 5 <td colspan=2>Message Information</td> | |
| 6 </td> | |
| 7 | |
| 8 <tr bgcolor="ffffea"> | |
| 9 <td width=1% nowrap align=right><span class="form-label">Author</span></td> | |
| 10 <td class="form-text"><display call="plain('author')"></td> | |
| 11 </tr> | |
| 12 | |
| 13 <tr bgcolor="ffffea"> | |
| 14 <td width=1% nowrap align=right><span class="form-label">Recipients</span></td> | |
| 15 <td class="form-text"><display call="plain('recipients')"></td> | |
| 16 </tr> | |
| 17 | |
| 18 <tr bgcolor="ffffea"> | |
| 19 <td width=1% nowrap align=right><span class="form-label">Date</span></td> | |
| 20 <td class="form-text"><display call="plain('date')"></td> | |
| 21 </tr> | |
| 22 | |
| 23 <tr bgcolor="ffeaff"> | |
| 24 <td colspan=2 class="form-text"> | |
| 25 <pre><display call="plain('content')"></pre> | |
| 26 </td> | |
| 27 </tr> | |
| 28 | |
| 29 <property name="files"> | |
| 30 <tr class="strong-header"><td colspan=2><b>Files</b></td></tr> | |
| 31 <tr><td colspan=2><display call="list('files')"></td></tr> | |
| 32 </property> | |
| 33 | |
| 34 <tr class="strong-header"><td colspan=2><b>History</b></td><tr> | |
| 35 <tr><td colspan=2><display call="history()"></td></tr> | |
| 36 | |
| 37 </table> |
