repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
workaround for fopen() bug in some versions of php
[openemr.git]
/
templates
/
prescription
/
general_block.html
blob
3d1df90dfc3906499c8717ca188f2d304022b2c7
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%;
9
}
10
-->
11
{/literal}
12
</style>
13
<table>
14
{foreach from=$prescriptions item=prescription}
15
<tr>
16
<td>
{$prescription-
>
drug}
</td>
17
<td>
{$prescription-
>
get_dosage_display()}
</td>
18
</tr>
19
{/foreach}
20
</table>