Document module improvements, take 3.
[openemr.git] / templates / prescription / general_block.html
blobf8229f9b10b25cf22f1ec5faad0fd6904a71390d
1 {literal}
2 <style type="text/css" title="mystyles" media="all">
3 <!--
4 td {
5 font-family: sans-serif;
6 text-decoration: none;
7 color: #000000;
8 font-size: 70%;
10 -->
11 {/literal}
12 </style>
13 <table>
14 {foreach from=$prescriptions item=prescription}
15 {if $prescription->get_active() > 0}
16 <tr>
17 <td>{$prescription->drug}</td>
18 <td>{$prescription->get_dosage_display()}</td>
19 </tr>
20 {/if}
21 {/foreach}
22 </table>