require admin/users permissions to view logs
[openemr.git] / interface / new / new_title.php
blob1c9e3016bf19d0e971f9614c8f1558cf080b040e
1 <?
2 include_once("../globals.php");
3 ?>
5 <html>
6 <head>
8 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
10 </head>
11 <body <?echo $title_bg_line;?> topmargin=0 rightmargin=4 leftmargin=2 bottommargin=0 marginheight=0>
14 $res = sqlQuery("select * from users where username='".$_SESSION{"authUser"}."'");
17 <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
18 <tr>
19 <td valign="middle" nowrap>
20 <span class="title_bar_top">Logged in: <?echo $res{"fname"}." ".$res{"lname"};?></span><span style="font-size:9pt;"> (<?=$_SESSION['authGroup']?>)</span>
21 </td>
23 <td align="right" valign="middle" nowrap>
24 <span class="title_bar_top"><? echo date( "D F jS Y" );?></span>
25 </td>
27 </tr>
28 </table>
30 </body>
31 </html>