acknowledgments update
[openemr.git] / interface / login / login_frame.php
blob2d2d03308817c243bb410c641f5b19156748b469
1 <?php
2 $ignoreAuth = true;
3 include_once ("../globals.php");
4 ?>
5 <HTML>
6 <head>
7 <?php html_header_show(); ?>
8 <TITLE><?php xl ('Login','e'); ?></TITLE>
9 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
10 <link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
11 <link rel=stylesheet href="../themes/login.css" type="text/css">
13 </HEAD>
15 <frameset rows="<?php echo "$GLOBALS[logoBarHeight],$GLOBALS[titleBarHeight]" ?>,*" cols="*" frameborder="NO" border="0" framespacing="0">
16 <frame class="logobar" src="<?php echo $rootdir;?>/login/filler.php" name="Filler Top" scrolling="no" noresize frameborder="NO">
17 <frame class="titlebar" src="<?php echo $rootdir;?>/login/login_title.php" name="Title" scrolling="no" noresize frameborder="NO">
18 <frame src="<?php echo $rootdir;?>/login/login.php" name="Login" scrolling="auto" frameborder="NO">
19 <!--<frame src="<?php echo $rootdir;?>/login/filler.php" name="Filler Bottom" scrolling="no" noresize frameborder="NO">-->
20 </frameset>
22 <noframes><body bgcolor="#FFFFFF">
24 </body></noframes>
26 </HTML>