summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 422f319)
raw | patch | inline | side by side (parent: 422f319)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 9 Sep 2002 03:28:20 +0000 (03:28 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 9 Sep 2002 03:28:20 +0000 (03:28 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1096 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/html/msg.item | patch | blob | history |
index 0160a9efef840278bb1380c417108c45fa0fcdc1..ace29ef5baec6a5483f8427e8a4258962d0cfff4 100644 (file)
<table class="form">
<tr>
- <td nowrap>Author</td>
+ <th nowrap>Author</th>
<td tal:content="context/author"></td>
</tr>
<tr>
- <td nowrap>Recipients</td>
+ <th nowrap>Recipients</th>
<td tal:content="context/recipients"></td>
</tr>
<tr>
- <td nowrap>Date</td>
+ <th nowrap>Date</th>
<td tal:content="context/date"></td>
</tr>
+</table>
-<tr>
- <td colspan=2><pre tal:content="context/content"></pre></td>
-</tr>
-
- <table class="files" tal:condition="context/files">
- <tr><th colspan="2" class="header">Files</th></tr>
- <tr><th>File name</th><th>Uploaded</th></tr>
- <tr tal:repeat="file context/files">
- <td>
- <a tal:attributes="href string:file${file/id}/${file/name}"
- tal:content="file/name">dld link</a>
- </td>
- <td>
- <span tal:content="file/creator">creator's name</span>,
- <span tal:content="file/creation">creation date</span>
- </td>
- </tr>
- </table>
-
- <tal:block tal:replace="structure context/history" />
+<table class="messages">
+ <tr><th colspan=2 class="header">Content</th></tr>
+ <tr>
+ <td colspan=2><pre tal:content="context/content"></pre></td>
+ </tr>
+</table>
+<table class="files" tal:condition="context/files">
+ <tr><th colspan="2" class="header">Files</th></tr>
+ <tr><th>File name</th><th>Uploaded</th></tr>
+ <tr tal:repeat="file context/files">
+ <td>
+ <a tal:attributes="href string:file${file/id}/${file/name}"
+ tal:content="file/name">dld link</a>
+ </td>
+ <td>
+ <span tal:content="file/creator">creator's name</span>,
+ <span tal:content="file/creation">creation date</span>
+ </td>
+ </tr>
</table>
+
+<tal:block tal:replace="structure context/history" />