changes for new flexible frame-based layout - not yet complete
[openemr.git] / interface / patient_file / summary / summary_bottom.php
blob8044b6ef550c6a92bdefa85b4099c88238790026
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <title><? xl('Patient Summary','e'); ?></title>
7 </head>
9 <frameset cols="20%,40%,*">
10 <frame src="stats.php" name="Stats" scrolling="auto">
11 <frame src="<?php echo $GLOBALS['webroot'] ?>/controller.php?prescription&edit&id=&pid=<?php echo $pid ?>"
12 name="Prescription" scrolling="auto">
13 <frame src="pnotes.php" name="Notes" scrolling="auto">
14 </frameset>
16 </html>