image for help file
[openemr.git] / interface / main / main_info.php
blob0b98150ced5455459adb742eb4db26ba9aecb5fc
1 <?php
2 include_once("../globals.php");
3 include_once("$srcdir/auth.inc");
4 ?>
5 <HTML>
6 <HEAD>
7 <TITLE>
8 Main Screen
9 </TITLE>
10 </HEAD>
12 <frameset rows="*" cols="*" name="Main" frameborder="NO" border="0" framespacing="0">
13 <!--<frame src="onotes/office_comments.php" name="Comment" scrolling="auto" noresize frameborder="NO">-->
15 <?php if ($_SESSION['userauthorized'] && $GLOBALS['docs_see_entire_calendar']) { ?>
16 <frame src="calendar/index.php?module=PostCalendar&viewtype=day&func=view"
17 <?php } else if ($_SESSION['userauthorized']) { ?>
18 <frame src="calendar/index.php?module=PostCalendar&viewtype=day&func=view&pc_username=<?=$_SESSION['authUser']?>"
19 <?php } else { ?>
20 <frame src="calendar/index.php?module=PostCalendar&func=view"
21 <?php } ?>
22 name="Calendar" scrolling="auto" frameborder="NO">
24 </frameset>
26 <noframes><body bgcolor="#FFFFFF">
28 </body></noframes>
30 </HTML>