The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / main / finder / patient_finder.php
blob2913b56f95ed49be3f9dd529d10d95c847125fb9
1 <?php
2 include_once("../../globals.php");
3 ?>
5 <HTML>
6 <head>
7 <?php html_header_show();?>
8 <TITLE>
9 <?php xl ('Patient Finder','e'); ?>
10 </TITLE>
12 <script language='JavaScript'>
13 <?php require($GLOBALS['srcdir'] . "/restoreSession.php"); ?>
14 </script>
16 </HEAD>
17 <frameset rows="<?php echo "$GLOBALS[navBarHeight],$GLOBALS[titleBarHeight]" ?>,*" cols="*" frameborder="0" border="0" framespacing="0">
18 <frame src="finder_navigation.php?patient=<?php echo $patient;?>&findBy=<?php echo $findBy;?>" name="Navigation" scrolling="no" noresize frameborder="0">
19 <frame src="../main_title.php" name="Title" scrolling="no" noresize frameborder="0">
20 <frame src="patient_select.php?patient=<?php echo $patient;?>&findBy=<?php echo $findBy;?>" name="Comment" scrolling="auto" noresize frameborder="0">
21 </frameset>
23 <noframes><body bgcolor="#FFFFFF">
24 Frame support required
25 </body></noframes>
27 </HTML>