|
2 | 2 | <table class="form"> |
3 | 3 |
|
4 | 4 | <tr> |
5 | | - <td nowrap>Author</td> |
| 5 | + <th nowrap>Author</th> |
6 | 6 | <td tal:content="context/author"></td> |
7 | 7 | </tr> |
8 | 8 |
|
9 | 9 | <tr> |
10 | | - <td nowrap>Recipients</td> |
| 10 | + <th nowrap>Recipients</th> |
11 | 11 | <td tal:content="context/recipients"></td> |
12 | 12 | </tr> |
13 | 13 |
|
14 | 14 | <tr> |
15 | | - <td nowrap>Date</td> |
| 15 | + <th nowrap>Date</th> |
16 | 16 | <td tal:content="context/date"></td> |
17 | 17 | </tr> |
| 18 | +</table> |
18 | 19 |
|
19 | | -<tr> |
20 | | - <td colspan=2><pre tal:content="context/content"></pre></td> |
21 | | -</tr> |
22 | | - |
23 | | - <table class="files" tal:condition="context/files"> |
24 | | - <tr><th colspan="2" class="header">Files</th></tr> |
25 | | - <tr><th>File name</th><th>Uploaded</th></tr> |
26 | | - <tr tal:repeat="file context/files"> |
27 | | - <td> |
28 | | - <a tal:attributes="href string:file${file/id}/${file/name}" |
29 | | - tal:content="file/name">dld link</a> |
30 | | - </td> |
31 | | - <td> |
32 | | - <span tal:content="file/creator">creator's name</span>, |
33 | | - <span tal:content="file/creation">creation date</span> |
34 | | - </td> |
35 | | - </tr> |
36 | | - </table> |
37 | | - |
38 | | - <tal:block tal:replace="structure context/history" /> |
| 20 | +<table class="messages"> |
| 21 | + <tr><th colspan=2 class="header">Content</th></tr> |
| 22 | + <tr> |
| 23 | + <td colspan=2><pre tal:content="context/content"></pre></td> |
| 24 | + </tr> |
| 25 | +</table> |
39 | 26 |
|
| 27 | +<table class="files" tal:condition="context/files"> |
| 28 | + <tr><th colspan="2" class="header">Files</th></tr> |
| 29 | + <tr><th>File name</th><th>Uploaded</th></tr> |
| 30 | + <tr tal:repeat="file context/files"> |
| 31 | + <td> |
| 32 | + <a tal:attributes="href string:file${file/id}/${file/name}" |
| 33 | + tal:content="file/name">dld link</a> |
| 34 | + </td> |
| 35 | + <td> |
| 36 | + <span tal:content="file/creator">creator's name</span>, |
| 37 | + <span tal:content="file/creation">creation date</span> |
| 38 | + </td> |
| 39 | + </tr> |
40 | 40 | </table> |
| 41 | + |
| 42 | +<tal:block tal:replace="structure context/history" /> |
0 commit comments