- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / registration_admission / gui_bridge / default / gui_show_notes_development.php
blobc3d5085f00dcd99e240daceba2019bd6b268a0c7
1 <?php
2 $tbg= 'background="'.$root_path.'gui/img/common/'.$theme_com_icon.'/tableHeaderbg3.gif"';
3 ?>
4 <table border=0 cellpadding=4 cellspacing=1 width=100%>
5 <tr bgcolor="#f6f6f6">
6 <td <?php echo $tbg; ?>><FONT SIZE=-1 FACE="Arial" color="#000066"><?php echo $LDDate; ?></td>
7 <td <?php echo $tbg; ?>><FONT SIZE=-1 FACE="Arial" color="#000066"><?php echo $LDNotes; ?></td>
8 <td <?php echo $tbg; ?>><FONT SIZE=-1 FACE="Arial" color="#000066"><?php echo $LDDetails; ?></td>
9 <td <?php echo $tbg; ?>><FONT SIZE=-1 FACE="Arial" color="#000066"><?php echo $LDBy; ?></td>
10 <td <?php echo $tbg; ?>><FONT SIZE=-1 FACE="Arial" color="#000066"><?php echo $LDEncounterNr; ?></td>
11 </tr>
12 <?php
13 $toggle=0;
14 while($row=$result->FetchRow()){
15 if($toggle) $bgc='#f3f3f3';
16 else $bgc='#fefefe';
17 $toggle=!$toggle;
21 <tr bgcolor="<?php echo $bgc; ?>" valign="top">
22 <td><FONT SIZE=-1 FACE="Arial"><?php if(!empty($row['date'])) echo @formatDate2Local($row['date'],$date_format); ?></td>
23 <td><FONT SIZE=-1 FACE="Arial" color="#000033"><?php echo $row['notes']; ?></td>
24 <td align="center"><a href="#"><img <?php echo createComIcon($root_path,'info3.gif','0'); ?>></a></td>
25 <td><FONT SIZE=-1 FACE="Arial"><?php if($row['personell_nr']) echo $row['personell_nr']; ?></td>
26 <td><FONT SIZE=-1 FACE="Arial"><?php echo $HTTP_SESSION_VARS['sess_full_en']; ?></td>
27 </tr>
29 <?php
32 </table>
33 <p>
34 <img <?php echo createComIcon($root_path,'bul_arrowgrnlrg.gif','0','absmiddle'); ?>>
35 <a href="<?php echo $thisfile.URL_APPEND.'&pid='.$HTTP_SESSION_VARS['sess_pid'].'&target='.$target.'&mode=new'; ?>">
36 <?php echo $LDEnterNewRecord; ?>
37 </a>