Multiple improvements from IPPF related to layouts. (#1081)
[openemr.git] / interface / patient_file / encounter / encounter.php
blobd32f245199c33c5bb298e37245b4981ecf127b46
1 <?php
2 include_once("../../globals.php");
3 ?>
5 <html>
6 <head>
7 <?php html_header_show();?>
10 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
13 </head>
14 <body class="body_top">
16 <span class="title"><?php xl('Walt Pennington', 'e'); ?></span><br>
19 <table border=0 cellpadding=0>
21 <tr>
22 <td><div class="text"><?php xl('Info test 1', 'e'); ?></div></td>
23 <td><div class="text"><?php xl('Info test 2', 'e'); ?></div></td>
24 <td><div class="text"><?php xl('Info test 3', 'e'); ?></div></td>
25 </tr>
27 <tr>
28 <td><div class="text"><?php xl('Info test 4', 'e'); ?></div></td>
29 <td><div class="text"><?php xl('Info test 5', 'e'); ?></div></td>
30 <td><div class="text"><?php xl('Info test 6', 'e'); ?></div></td>
31 </tr>
33 </table>
37 <div class="text">asdfasdttf this is stuff</div>
39 <span class="text">asdfasdttf this is stuff</span>
42 <br><br>
47 <br><br>
49 </body>
50 </html>