initial support for multiple browser windows
[openemr.git] / interface / main / finder / patient_finder.php
blob5f8e51bba3f72b0c557ac1c7386334cc3cd1b0de
1 <?php
2 include_once("../../globals.php");
3 ?>
5 <HTML>
6 <HEAD>
7 <TITLE>
8 <?php xl ('Patient Finder','e'); ?>
9 </TITLE>
11 <script language='JavaScript'>
12 <?php require($GLOBALS['srcdir'] . "/restoreSession.php"); ?>
13 </script>
15 </HEAD>
16 <frameset rows="<?php echo "$GLOBALS[navBarHeight],$GLOBALS[titleBarHeight]" ?>,*" cols="*" frameborder="0" border="0" framespacing="0">
17 <frame src="finder_navigation.php" name="Navigation" scrolling="no" noresize frameborder="0">
18 <frame src="../main_title.php" name="Title" scrolling="no" noresize frameborder="0">
19 <frame src="patient_select.php?patient=<?echo $patient;?>&findBy=<?echo $findBy;?>" name="Comment" scrolling="auto" noresize frameborder="0">
20 </frameset>
22 <noframes><body bgcolor="#FFFFFF">
24 </body></noframes>
26 </HTML>