Code

access controls in the user page
[roundup.git] / roundup / templates / classic / html / msg.index
1 <!-- $Id: msg.index,v 1.3 2002-05-22 00:32:34 richard Exp $-->
2 <tr class="row-hilite">
3     <td><display call="link('date')"></td>
4     <td><display call="plain('author')"></td>
5 </tr>
6 <tr class="msg-content">
7     <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td>
8 </tr>