- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / laboratory / labor_test_group_edit_pass.php
blobd2d836534a7e175960767140ba484656c5d5188d
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 require_once($root_path.'global_conf/areas_allow.php');
19 $allowedarea=&$allow_area['lab_w'];
21 $fileforward="labor_test_group_admin.php?sid=$sid&lang=$lang";
22 $thisfile=basename(__FILE__);
24 if ($pdatencookie=="ja")
25 $breakfile="javascript:window.history.go(-(window.history.length))";
26 else
27 $breakfile="labor.php?sid=".$sid."&lang=".$lang;
29 $title="$LDMedLab - $LDAdministration";
30 $lognote="$title ok";
32 $userck='ck_lab_user';
34 //reset cookie;
35 // reset all 2nd level lock cookies
36 setcookie($userck.$sid,'');
37 require($root_path.'include/inc_2level_reset.php'); setcookie('ck_2level_sid'.$sid,'',0,'/');
38 require($root_path.'include/inc_passcheck_internchk.php');
39 if ($pass=='check')
40 include($root_path.'include/inc_passcheck.php');
42 $errbuf=$title;
43 $minimal=1;
44 require($root_path.'include/inc_passcheck_head.php');
47 <BODY onLoad="if (window.focus) window.focus(); document.passwindow.userid.focus();">
50 <FONT SIZE=-1 FACE="Arial">
52 <P>
54 <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>
56 <table width=100% border=0 cellpadding="0" cellspacing="0">
58 <?php require($root_path.'include/inc_passcheck_mask.php') ?>
60 <p>
62 <?php
63 require($root_path.'include/inc_load_copyrite.php');
65 </FONT>
68 </BODY>
69 </HTML>