source: main/waeup.kofa/trunk/src/waeup/kofa/documents/browser_templates/documentpage.pt @ 12585

Last change on this file since 12585 was 12437, checked in by Henrik Bettermann, 10 years ago

Add documents package.

File size: 858 bytes
Line 
1<div class="wfstatus-sub"  i18n:domain="waeup.kofa">
2  Document State: <span tal:replace="context/translated_state">
3    STATE</span>
4</div>
5
6<div class="workflow">
7  <div tal:repeat="msg context/history/messages">
8    <span tal:replace="msg">MESSAGE</span><br />
9  </div>
10</div>
11
12<table class="form-table" i18n:domain="waeup.kofa"
13  tal:define="files provider:files">
14  <tbody>
15    <tr>
16      <td i18n:translate="" class="fieldname">
17        Document Type:
18      </td>
19      <td>
20        <span tal:content="context/translated_class_name">CLASSNAME</span>
21      </td>
22    </tr>
23    <tal:widgets content="structure provider:widgets" />
24    <tr tal:condition="python: files.replace('\n','')">
25      <td class="separator" colspan=2 i18n:translate="">
26        Connected Files
27      </td>
28    </tr>
29    <tal:files content="structure files" />
30  </tbody>
31</table>
Note: See TracBrowser for help on using the repository browser.