add feature to see appointment by clicking on its time
[openemr.git] / interface / main / main.php
blob10e55557cf04c145993da0376629aeb0a0a58a46
1 <?
2 include_once("../globals.php");
3 include_once("$srcdir/auth.inc");
5 ?>
6 <HTML>
7 <HEAD>
8 <TITLE>
9 Main Screen
10 </TITLE>
11 </HEAD>
12 <frameset rows="60%,35%" cols="*" name="Main">
15 if($_SESSION['userauthorized']) {
17 <frame src="main_info.php" name="Comment" scrolling="auto">
18 <frame src="authorizations/authorizations.php" name="Authorization" scrolling="auto">
23 else {
26 <frame src="main_info.php" name="Comment" scrolling="auto">
27 <frame src="calendar/find_patient.php?no_nav=1&mode=reset" name="fp" scrolling="auto">
34 </frameset>
35 <noframes><body bgcolor="#FFFFFF">
37 </body></noframes>
38 </HTML>