- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / laboratory / labor_datainput_pass.php
blob009553512bac94e4e080e6ff24f9c65e2f8bfdd5
1 <?php
2 error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR);
3 require('./roots.php');
4 require($root_path.'include/inc_environment_global.php');
5 /**
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
9 * elpidio@care2x.org,
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";
29 $lognote="$title ok";
31 $userck='ck_lab_user';
33 //reset cookie;
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');
38 if ($pass=='check')
39 include($root_path.'include/inc_passcheck.php');
41 $errbuf=$title;
42 $minimal=1;
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">
51 <P>
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">
56 <tr>
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>
58 </tr>
60 <?php require($root_path.'include/inc_passcheck_mask.php') ?>
62 <p>
64 <?php
65 require($root_path.'include/inc_load_copyrite.php');
67 </FONT>
70 </BODY>
71 </HTML>