Revision: 6516 http://care2002.svn.sourceforge.net/care2002/?rev=6516&view=rev Author: mizuko Date: 2010-06-30 16:06:09 +0000 (Wed, 30 Jun 2010)
Log Message: ----------- see #54 Modified Paths: -------------- care2x/branches/gettext/modules/tech/technik-repabot-pass.php Removed Paths: ------------- care2x/branches/gettext/modules/tech/technik-info.php Deleted: care2x/branches/gettext/modules/tech/technik-info.php =================================================================== --- care2x/branches/gettext/modules/tech/technik-info.php 2010-06-30 16:04:38 UTC (rev 6515) +++ care2x/branches/gettext/modules/tech/technik-info.php 2010-06-30 16:06:09 UTC (rev 6516) @@ -1,138 +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','tech.php'); -define('NO_2LEVEL_CHK',1); -require_once($root_path.'include/helpers/inc_front_chain_lang.php'); -require_once($root_path.'include/helpers/inc_config_color.php'); - -$thisfile=basename(__FILE__); -$breakfile='tech.php'.URL_APPEND; -$returnfile=$_SESSION['sess_file_return'].URL_APPEND; -$_SESSION['sess_file_return']=basename(__FILE__); - -?> -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd"> -<?php html_rtl($lang); ?> -<HEAD> -<?php echo setCharSet(); ?> - <script language="javascript" > -<!-- - -function pruf(d) -{ - if(d.keyword.value=="") - { - d.keyword.focus(); - return false; - } - return true; -} -function gethelp(x,s,x1,x2,x3) -{ - if (!x) x=""; - urlholder="<?php echo $root_path; ?>main/help-router.php<?php echo URL_APPEND ?>&helpidx="+x+"&src="+s+"&x1="+x1+"&x2="+x2+"&x3="+x3; -helpwin=window.open(urlholder,"helpwin","width=790,height=540,menubar=no,resizable=yes,scrollbars=yes"); - window.helpwin.moveTo(0,0); -} - -// --> -</script> - -<?php -require($root_path.'include/helpers/inc_js_gethelp.php'); -require($root_path.'include/helpers/inc_css_a_hilitebu.php'); -?></HEAD> - -<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onLoad="document.suchform.keyword.focus()" -<?php if (!$cfg['dhtml']){ echo 'link='.$cfg['body_txtcolor'].' alink='.$cfg['body_alink'].' vlink='.$cfg['body_txtcolor']; } ?>> - -<a name="pagetop"></a> - -<table width=100% border=0 height=100% cellpadding="0" cellspacing="0"> -<tr valign=top> -<td bgcolor="<?php echo $cfg['top_bgcolor']; ?>" height="45"><FONT COLOR="<?php echo $cfg['top_txtcolor']; ?>" SIZE=+2 FACE="Arial"> -<STRONG> <?php echo $LDTechInfo ?></STRONG></FONT></td> -<td bgcolor="<?php echo $cfg['top_bgcolor']; ?>" height="10" align=right> -<?php if($cfg['dhtml'])echo'<a href="'.$returnfile.'"><img '.createLDImgSrc($root_path,'back2.gif','0').' class="fadeOut" >';?></a><a href="javascript:gethelp('')"><img <?php echo createLDImgSrc($root_path,'hilfe-r.gif','0') ?> <?php if($cfg['dhtml'])echo'class="fadeOut" >';?></a><a href="<?php echo $breakfile;?>"><img <?php echo createLDImgSrc($root_path,'close2.gif','0') ?> alt="<?php echo $LDClose ?>" <?php if($cfg['dhtml'])echo'class="fadeOut" >';?></a></td> -</tr> -<tr valign=top > -<td bgcolor=<?php echo $cfg['body_bgcolor']; ?> valign=top colspan=2> -<ul> -<FONT face="Verdana,Helvetica,Arial" size=2> -<p><br> - <form action="<?php echo $thisfile?>" method="get" name="suchform" onSubmit="return pruf(this)"> - <table border=0 cellspacing=2 cellpadding=3> - <tr bgcolor=#ffffdd> - <td colspan=2><FONT face="Verdana,Helvetica,Arial" size=2 color="#800000"><?php echo $LDSearchWordPrompt ?></font> - </td> - </tr> - <tr bgcolor=#ffffdd> - <td colspan=2><input type="text" name="keyword" size=50 maxlength=50> - </td> - </tr> - - - <tr > - <td ><input type="image" <?php echo createLDImgSrc($root_path,'searchlamp.gif','0') ?> > - </td> - <td align=right> - </td> - </tr> - </table> - <input type="hidden" name="sid" value="<?php echo $sid?>"> - <input type="hidden" name="mode" value="search"> - </form> -<hr> - -<?php -while(list($x,$v)=each($LDInfoCat)) - echo "$v<br>"; -?> -<p> -<a href="<?php echo $breakfile ?>" ><img <?php echo createLDImgSrc($root_path,'close2.gif','0') ?> alt="<?php echo $LDClose ?>" align="middle"></a> - -<?php if ($from=="multiple") -echo ' -<form name=backbut onSubmit="return false"> -<input type="hidden" name="sid" value="<?php echo $sid?>"> -<input type="submit" value="Prapa" onClick="history.back()"> -</form> -'; -?> -</ul> - -</FONT> -<p> -</td> -</tr> - -<tr> -<td bgcolor=<?php echo $cfg['bot_bgcolor']; ?> height=70 colspan=2> - -<?php -require($root_path.'include/helpers/inc_load_copyrite.php'); -?> - -</td> -</tr> -</table> - - - - - -</FONT> - - -</BODY> -</HTML> Modified: care2x/branches/gettext/modules/tech/technik-repabot-pass.php =================================================================== --- care2x/branches/gettext/modules/tech/technik-repabot-pass.php 2010-06-30 16:04:38 UTC (rev 6515) +++ care2x/branches/gettext/modules/tech/technik-repabot-pass.php 2010-06-30 16:06:09 UTC (rev 6516) @@ -8,7 +8,7 @@ $dbname="maho"; $allowedarea="System_Admin"; $fileforward="tech.php"; -$thisfile="technik-repabot-pass.php"; +$thisfile="tech-repabot-pass.php"; $breakfile="tech.php"; require($root_path."include/inc_passcheck_f2f.php"); // loads the validarea and logentry functions 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