2 error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
);
3 require('./roots.php');
4 require($root_path.'include/inc_environment_global.php');
6 * CARE2X Integrated Hospital Information System Deployment 2.2 - 2006-07-10
7 * GNU General Public License
8 * Copyright 2002,2003,2004,2005,2006 Elpidio Latorilla
11 * See the file "copy_notice.txt" for the licence notice
13 define('LANG_FILE','stdpass.php');
14 define('NO_2LEVEL_CHK',1);
15 require_once($root_path.'include/inc_front_chain_lang.php');
17 /*if ($pdaten=="ja") setcookie(pdatencookie,"ja");*/
19 require_once($root_path.'global_conf/areas_allow.php');
21 $allowedarea=&$allow_area['lab_w'];
23 $fileforward="labor_data_patient_such.php?sid=$sid&lang=$lang&editmode=1";
24 $thisfile=basename(__FILE__
);
26 $breakfile="labor.php?sid=".$sid."&lang=".$lang;
28 $title="$LDMedLab - $LDNewData";
31 $userck='ck_lab_user';
34 // reset all 2nd level lock cookies
35 setcookie($userck.$sid,'');
36 require($root_path.'include/inc_2level_reset.php'); setcookie('ck_2level_sid'.$sid,'',0,'/');
37 require($root_path.'include/inc_passcheck_internchk.php');
39 include($root_path.'include/inc_passcheck.php');
43 require($root_path.'include/inc_passcheck_head.php');
46 <BODY onLoad
="if (window.focus) window.focus(); document.passwindow.userid.focus();">
49 <FONT SIZE
=-1 FACE
="Arial">
53 <img
<?php
echo createComIcon($root_path,'micros.gif','0','absmiddle') ?
>><FONT COLOR
="<?php echo $cfg[top_txtcolor] ?>" size
=5 FACE
="verdana"> <b
><?php
echo $title; ?
></b
></font
>
55 <table width
=100% border
=0 cellpadding
="0" cellspacing
="0">
57 <td colspan
=3><a href
="labor_datasearch_pass.php?sid=<?php echo "$sid&lang
=$lang" ?>"><img
<?php
echo createLDImgSrc($root_path,'such-gray.gif','0') ?
>></a
><img
<?php
echo createLDImgSrc($root_path,'newdata-b.gif','0') ?
>></td
>
60 <?php
require($root_path.'include/inc_passcheck_mask.php') ?
>
65 require($root_path.'include/inc_load_copyrite.php');