[gesichtete Version] | [Markierung ausstehend] |
|
|
− | {{#css:
| + | =====Strukturbeispiel===== |
− | .orange{ | + | Die Fußnotenreferenzen werden fortlaufend nummeriert und durch einen ''<sup>'' Tag hochgestellt. Der Text wird unter ''<tfoot>'' mit dem ''<footnote>'' Tag gekennzeichnet. Die ID gibt eine eindeutige Referenz auf den Text einer Fußnote. |
− | border: thin black solid;
| + | <pre class="orange"> |
− | background-color:#F4C789;
| + | <table> |
− | padding: 5px 5px 5px 5px;
| + | <thead> |
− | margin-left:6px;
| + | ... |
− | width:70%;
| + | </thead> |
− | }
| + | <tfoot> |
− | .violet{ | + | <tr> |
− | border: thin black solid;
| + | <td> |
− | background-color:#E5D0EE;
| + | <footnote ID="fn1"><sup>1)</sup> Wert kontrolliert</footnote> |
− | padding: 5px 5px 5px 5px;
| + | </td> |
− | margin-left:6px;
| + | </tr> |
− | width:70%;
| + | </tfoot> |
− | }
| + | <tbody> |
− | }}
| + | ... |
| + | <tr ID="OBS-13-1"> |
| + | <td ID="OBS-13-1-Code">aPTT</td> |
| + | <td ID="OBS-13-1-Value">57.0 |
| + | <!-- Fußnoten werden durch das XSL entsprechend angezeigt --> |
| + | <sup>1)</sup> |
| + | </td> |
| + | <td ID="OBS-13-1-Unit">s</td> |
| + | <td ID="OBS-13-1-Reference">26.0-40.0</td> |
| + | <td ID="OBS-13-1-Interpretation">++</td> |
| + | <td ID="OBS-13-1-Delta"/> |
| + | <td ID="OBS-13-1-Extern">E</td> |
| + | </tr> |
| + | ... |
| + | <tbody> |
| + | </table> |
| + | </pre> |