2 include_once("../globals.php");
8 <link rel
="stylesheet" href
="<?php echo $css_header;?>" type
="text/css">
11 <body
class="body_title">
14 $res = sqlQuery("select * from users where username='".$_SESSION{"authUser"}."'");
17 <table border
="0" cellspacing
="0" cellpadding
="0" width
="100%" height
="100%">
19 <td valign
="middle" nowrap
>
20 <span
class="title_bar_top"><?php
xl('Logged in','e'); ?
>:<?php
echo $res{"fname"}.' '.$res{"lname"};?
></span
>
21 <span style
="font-size:0.7em;"> (<?php
echo $_SESSION['authGroup']?
>)</span
>
24 <td align
="center" valign
="middle" class="title_bar_top" nowrap
>
25 <?php
xl('Active Patient','e'); ?
>: <span id
="current_patient"><b
>None
</b
></span
>
28 <td align
="right" valign
="middle" nowrap
>
29 <span
class="title_bar_top"><?php
echo dateformat();?
></span
>