remove obsolete frame divider images
[openemr.git] / interface / patient_file / encounter / copay.php
blob8c068f270085137e55af11d2d817c12847ed7085
1 <?
2 include_once("../../globals.php");
3 include_once("$srcdir/sql.inc");
5 //the number of rows to display before resetting and starting a new column:
6 $N=10
8 ?>
10 <html>
11 <head>
14 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
16 </head>
17 <body <?echo $bottom_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
20 <table border=0 cellspacing=0 cellpadding=0 height=100%>
21 <tr>
23 <!--
24 <td background="<?echo $linepic;?>" width=7 height=100%>
25 &nbsp;
26 </td>
27 -->
29 <td valign=top>
31 <dl>
33 <form method=post name=copay_form action="diagnosis.php?mode=add&type=COPAY&text=copay" target=Diagnosis>
35 <dt><span class=title>Copay</span></dt>
37 <br>
39 <span class=text>$ </span><input type=entry name=code size=5>
42 <a class=text href="javascript:document.copay_form.submit();">Save</a>
46 </form>
50 </dl>
53 </td>
54 </tr>
55 </table>
60 </body>
61 </html>