The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / patient_file / summary / patient_summary.php
blob1737eb72fcba75e6f046159c13122cd0311e8b2f
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <?php html_header_show();?>
7 <title><?php xl('Patient Summary','e'); ?></title>
8 </head>
10 <frameset rows="50%,50%">
12 <frame src="demographics.php" name="Demographics" scrolling="auto">
14 <?php if ($GLOBALS['athletic_team']) { ?>
15 <frameset cols="25%,50%,*">
16 <frame src="stats.php" name="Stats" scrolling="auto">
17 <frame src="pnotes.php" name="Notes" scrolling="auto">
18 <frame src="fitness_status.php" name="Fitness" scrolling="auto">
19 </frameset>
20 <?php } else { ?>
21 <frameset cols="20%,80%">
22 <frame src="stats.php" name="Stats" scrolling="auto">
23 <frame src="pnotes.php" name="Notes" scrolling="auto">
24 </frameset>
25 <?php } ?>
27 </frameset>
29 </html>