internationalization - currency symbol
[openemr.git] / interface / patient_file / encounter / other.php
blobfca697e866285ed10329ed15fb24d21f23c72c63
1 <?php
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
7 ?>
9 <html>
10 <head>
11 <?php html_header_show();?>
13 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
15 </head>
16 <body class="body_bottom">
18 <table border=0 cellspacing=0 cellpadding=0 height=100%>
19 <tr>
21 <td valign=top>
23 <dl>
25 <form method='post' name='other_form' action="diagnosis.php?mode=add&type=OTHER"
26 target='Diagnosis' onsubmit='return top.restoreSession()'>
28 <dt><span class=title><?php xl('Other','e'); ?></span></dt>
30 <br>
31 <table>
32 <tr>
33 <td class="text"><?php xl('code','e'); ?></td>
34 <td class="text"><?php xl('description','e'); ?></td>
35 <td class="text">&nbsp;&nbsp;&nbsp;<?php xl('fee','e'); ?></td>
36 <td></td>
37 </tr>
38 <tr>
39 <td class="text"><input type=entry name=code size=4>&nbsp;&nbsp;</td>
40 <td class="text"><input type=entry name=text size=15>&nbsp;&nbsp;</td>
41 <td class="text"><?php xl('$','e'); ?> </span><input type=entry name=fee size=5></td>
42 <td>&nbsp;<a class='text' href="javascript:top.restoreSession();document.other_form.submit();">
43 <?php xl('Save','e'); ?></a>
44 </td>
45 </tr>
46 </table>
48 </form>
50 </dl>
52 </td>
53 </tr>
54 </table>
56 </body>
57 </html>