Revision: 6474 http://care2002.svn.sourceforge.net/care2002/?rev=6474&view=rev Author: mizuko Date: 2010-06-30 11:46:43 +0000 (Wed, 30 Jun 2010)
Log Message: ----------- see #54 Added Paths: ----------- care2x/branches/gettext/modules/photolab/photolab_pass.php Removed Paths: ------------- care2x/branches/gettext/modules/photolab/fotolab_pass.php Deleted: care2x/branches/gettext/modules/photolab/fotolab_pass.php =================================================================== --- care2x/branches/gettext/modules/photolab/fotolab_pass.php 2010-06-30 11:38:08 UTC (rev 6473) +++ care2x/branches/gettext/modules/photolab/fotolab_pass.php 2010-06-30 11:46:43 UTC (rev 6474) @@ -1,67 +0,0 @@ -<?php -error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR); -require('./roots.php'); -require($root_path.'include/helpers/inc_environment_global.php'); -/** -* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02 -* GNU General Public License -* Copyright 2002,2003,2004,2005 Elpidio Latorilla -* elpi...@care2x.org, -* -* See the file "copy_notice.txt" for the licence notice -*/ -define('LANG_FILE','stdpass.php'); -define('NO_2LEVEL_CHK',1); -require_once($root_path.'include/helpers/inc_front_chain_lang.php'); - -require_once($root_path.'global_conf/areas_allow.php'); - -$allowedarea=&$allow_area['doctors']; -//$append="?sid=$sid&lang=$lang&from=pass"; - -$fileforward="photolab-parentframe.php?sid=$sid&lang=$lang&ck_config=$ck_config"; -$title=$LDFotolab; - -$thisfile="photolab_pass.php"; - -$breakfile=$root_path."main/spediens.php".URL_APPEND; - -$lognote="$LDFotolab $title ok"; - -$userck="ck_photolab_user"; - -//reset cookie; -// reset all 2nd level lock cookies -setcookie($userck.$sid,''); -require($root_path.'include/helpers/inc_2level_reset.php'); setcookie(ck_2level_sid.$sid,""); - -require($root_path.'include/helpers/inc_passcheck_internchk.php'); -if ($pass=='check') - include($root_path.'include/helpers/inc_passcheck.php'); - -$errbuf="$LDFotolab $title"; - -$minimal=1; -require($root_path.'include/helpers/inc_passcheck_head.php'); -?> -<BODY onLoad="document.passwindow.userid.focus();" bgcolor=<?php echo $cfg['body_bgcolor']; ?> -<?php if (!$cfg['dhtml']){ echo ' link='.$cfg['idx_txtcolor'].' alink='.$cfg['body_alink'].' vlink='.$cfg['idx_txtcolor']; } ?>> -<FONT SIZE=-1 FACE="Arial"> - -<P> - -<img <?php echo createComIcon($root_path,'smiley.gif','0','top') ?>> -<FONT COLOR="<?php echo$cfg['top_txtcolor'] ?>" SIZE=6 FACE="verdana"> <b><?php echo $title ?></b></font> - -<table width=100% border=0 cellpadding="0" cellspacing="0"> - -<?php require($root_path.'include/helpers/inc_passcheck_mask.php') ?> - -<?php -require($root_path.'include/helpers/inc_load_copyrite.php'); -?> -</FONT> - - -</BODY> -</HTML> Copied: care2x/branches/gettext/modules/photolab/photolab_pass.php (from rev 6440, care2x/branches/gettext/modules/photolab/fotolab_pass.php) =================================================================== --- care2x/branches/gettext/modules/photolab/photolab_pass.php (rev 0) +++ care2x/branches/gettext/modules/photolab/photolab_pass.php 2010-06-30 11:46:43 UTC (rev 6474) @@ -0,0 +1,67 @@ +<?php +error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR); +require('./roots.php'); +require($root_path.'include/helpers/inc_environment_global.php'); +/** +* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02 +* GNU General Public License +* Copyright 2002,2003,2004,2005 Elpidio Latorilla +* elpi...@care2x.org, +* +* See the file "copy_notice.txt" for the licence notice +*/ +define('LANG_FILE','stdpass.php'); +define('NO_2LEVEL_CHK',1); +require_once($root_path.'include/helpers/inc_front_chain_lang.php'); + +require_once($root_path.'global_conf/areas_allow.php'); + +$allowedarea=&$allow_area['doctors']; +//$append="?sid=$sid&lang=$lang&from=pass"; + +$fileforward="photolab-parentframe.php?sid=$sid&lang=$lang&ck_config=$ck_config"; +$title=$LDFotolab; + +$thisfile="photolab_pass.php"; + +$breakfile=$root_path."main/spediens.php".URL_APPEND; + +$lognote="$LDFotolab $title ok"; + +$userck="ck_photolab_user"; + +//reset cookie; +// reset all 2nd level lock cookies +setcookie($userck.$sid,''); +require($root_path.'include/helpers/inc_2level_reset.php'); setcookie(ck_2level_sid.$sid,""); + +require($root_path.'include/helpers/inc_passcheck_internchk.php'); +if ($pass=='check') + include($root_path.'include/helpers/inc_passcheck.php'); + +$errbuf="$LDFotolab $title"; + +$minimal=1; +require($root_path.'include/helpers/inc_passcheck_head.php'); +?> +<BODY onLoad="document.passwindow.userid.focus();" bgcolor=<?php echo $cfg['body_bgcolor']; ?> +<?php if (!$cfg['dhtml']){ echo ' link='.$cfg['idx_txtcolor'].' alink='.$cfg['body_alink'].' vlink='.$cfg['idx_txtcolor']; } ?>> +<FONT SIZE=-1 FACE="Arial"> + +<P> + +<img <?php echo createComIcon($root_path,'smiley.gif','0','top') ?>> +<FONT COLOR="<?php echo$cfg['top_txtcolor'] ?>" SIZE=6 FACE="verdana"> <b><?php echo $title ?></b></font> + +<table width=100% border=0 cellpadding="0" cellspacing="0"> + +<?php require($root_path.'include/helpers/inc_passcheck_mask.php') ?> + +<?php +require($root_path.'include/helpers/inc_load_copyrite.php'); +?> +</FONT> + + +</BODY> +</HTML> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Care2002-developers mailing list Care2002-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/care2002-developers