3 require('./gui_bridge/default/gui_std_tags.php');
8 <TITLE
><?php
echo $LDPatientRegister ?
></TITLE
>
11 require($root_path.'include/inc_js_gethelp.php');
12 require($root_path.'include/inc_css_a_hilitebu.php');
17 <BODY bgcolor
="<?php echo $cfg['bot_bgcolor'];?>" topmargin
=0 leftmargin
=0 marginwidth
=0 marginheight
=0 onLoad
="if (window.focus) window.focus();"
18 <?php
if (!$cfg['dhtml']){ echo 'link='.$cfg['body_txtcolor'].' alink='.$cfg['body_alink'].' vlink='.$cfg['body_txtcolor']; } ?
>>
20 <table width
=100% border
=0 cellspacing
="0" cellpadding
=0 >
22 <td bgcolor
="<?php echo $cfg['top_bgcolor']; ?>">
23 <FONT COLOR
="<?php echo $cfg['top_txtcolor']; ?>" SIZE
=+
2 FACE
="Arial"><STRONG
>  
;<?php
echo $LDPatientRegister ?
></STRONG
> <font size
=+
2>(<?php
echo ($pid) ?
>)</font
></FONT
>
26 <td bgcolor
="<?php echo $cfg['top_bgcolor']; ?>" align
="right">
27 <a href
="javascript:gethelp('person_details.php')"><img
<?php
echo createLDImgSrc($root_path,'hilfe-r.gif','0') ?
> <?php
if($cfg['dhtml'])echo'style=filter:alpha(opacity=70) onMouseover=hilite(this,1) onMouseOut=hilite(this,0)>';?
></a
><a
28 href
="javascript:window.close()"><img
<?php
echo createLDImgSrc($root_path,'close2.gif','0') ?
> alt
="<?php echo $LDCloseWin ?>" <?php
if($cfg['dhtml'])echo'style=filter:alpha(opacity=70) onMouseover=hilite(this,1) onMouseOut=hilite(this,0)>';?
></a
>
33 <td colspan
=3 bgcolor
="<?php echo $cfg['body_bgcolor']; ?>">
38 require_once($root_path.'include/care_api_classes/class_gui_person_show.php');
39 $person = & new GuiPersonShow
;
40 $person->setPID($pid);
56 <a href
="javascript:window.close()"><img
<?php
echo createLDImgSrc($root_path,'close2.gif','0') ?
> alt
="<?php echo $LDCloseWin ?>"></a
>
60 require($root_path.'include/inc_load_copyrite.php');