Revision: 6612 http://care2002.svn.sourceforge.net/care2002/?rev=6612&view=rev Author: robertmeggle Date: 2010-07-21 11:58:29 +0000 (Wed, 21 Jul 2010)
Log Message: ----------- see #76 Modified Paths: -------------- care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_archive.php care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_start.php care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show.php care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show_medocs.php care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_std_tags.php care2x/branches/gettext/modules/medocs/include/inc_breakfile.php care2x/branches/gettext/modules/medocs/include/inc_local_user.php care2x/branches/gettext/modules/medocs/include/save_admission_data.inc.php care2x/branches/gettext/modules/medocs/index.php care2x/branches/gettext/modules/medocs/medocs_archive.php care2x/branches/gettext/modules/medocs/medocs_data_delete.php care2x/branches/gettext/modules/medocs/medocs_data_search.php care2x/branches/gettext/modules/medocs/medocs_data_show.php care2x/branches/gettext/modules/medocs/medocs_pass.php care2x/branches/gettext/modules/medocs/medocs_start.php care2x/branches/gettext/modules/medocs/model/class_medocs.php care2x/branches/gettext/modules/medocs/print/report.php care2x/branches/gettext/modules/medocs/roots.php care2x/branches/gettext/modules/medocs/show_medocs.php Modified: care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_archive.php =================================================================== --- care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_archive.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_archive.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -7,7 +7,6 @@ global $root_path; ?> - <tr> <td background="<?php echo createBgSkin($root_path,'tableHeaderbg3.gif'); ?>"><FONT SIZE=-1 FACE="Arial,verdana,sans serif"><?php echo $ld_text ?>: </td> @@ -33,14 +32,12 @@ } <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?> - --> </script> <?php require($root_path.'include/helpers/inc_js_gethelp.php'); require($root_path.'include/helpers/inc_css_a_hilitebu.php'); ?> - </HEAD> @@ -67,7 +64,6 @@ $tab_bot_line='#66ee66'; require('./gui_bridge/default/gui_tabs_medocs.php'); ?> - <tr> <td colspan=3 bgcolor="<?php echo $cfg['body_bgcolor']; ?>"> @@ -81,7 +77,6 @@ { echo '<FONT SIZE=2 FACE="verdana,Arial">'.$LDSearchKeyword.': '.$where; ?> - <table border=0> <tr> <td><img <?php echo createMascot($root_path,'mascot1_r.gif','0','bottom') ?> align="absmiddle"></td> @@ -93,13 +88,11 @@ <?php } ?> - <?php // if(isset($rows)&&$rows>1) if(!empty($rows)) { ?> - <table border=0 cellpadding=0 cellspacing=0> <tr bgcolor=#0000aa background="<?php echo $root_path; ?>gui/img/common/default/tableHeaderbg.gif"> @@ -158,7 +151,6 @@ else { ?> - <form method="post" action="<?php echo $thisfile; ?>" name="aufnahmeform"> <table border=0 cellspacing=1 cellpadding=0> @@ -167,7 +159,6 @@ if(!isset($pid)) $pid=''; createTR('encounter_nr', $LDAdmitNr,$encounter_nr); ?> - <tr> <td background="<?php echo createBgSkin($root_path,'tableHeaderbg3.gif'); ?>"><FONT SIZE=-1 FACE="Arial"><?php echo $LDAdmitDate ?>: </td> @@ -219,7 +210,6 @@ if(!isset($addr_zip)) $addr_zip=''; if(!isset($addr_city_town)) $addr_city_town=''; ?> - <tr> <td background="<?php echo createBgSkin($root_path,'tableHeaderbg3.gif'); ?>"><FONT SIZE=-1 FACE="Arial"><?php echo $LDBday ?>: </td> @@ -288,7 +278,6 @@ createTR( 'referrer_notes', $LDSpecials,$referrer_notes); ?> - <tr bgcolor="white"> <td background="<?php echo createBgSkin($root_path,'tableHeaderbg3.gif'); ?>"><FONT SIZE=-1 FACE="Arial"> <?php if ($errorkassetype) echo "<font color=red>"; ?><?php echo $LDBillType ?>: </td> @@ -312,7 +301,6 @@ createTR( 'insurance_nr', $LDInsuranceNr,$insurance_nr); createTR( 'insurance_firm_name', $LDInsuranceCo,$insurance_firm_name); ?> - <?php //if (!$GLOBAL_CONFIG['patient_care_service_hide'] && $care_ok) @@ -395,7 +383,6 @@ ?> - </table> <p> <input type=hidden name="sid" value=<?php echo $sid; ?>> @@ -415,7 +402,6 @@ - <p> </ul> @@ -446,4 +432,4 @@ </FONT> <?php StdFooter(); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_start.php =================================================================== --- care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_start.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_medocs_start.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -51,7 +51,6 @@ ob_start(); ?> - <script language="javascript"> <!-- function setsex(d) @@ -70,7 +69,6 @@ } <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?> - --> </script> <?php @@ -89,7 +87,6 @@ ob_start(); ?> - <ul> <?php @@ -131,7 +128,6 @@ <?php } ?> - <p> <a href="<?php echo $breakfile;?>"><img <?php echo createLDImgSrc($root_path,'cancel.gif','0') ?> alt="<?php echo $LDCancelClose ?>"></a> </ul> Modified: care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show.php =================================================================== --- care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -10,7 +10,6 @@ { global $toggle, $root_path; ?> - <tr> <td bgColor="#eeeeee" ><FONT SIZE=-1 FACE="Arial,verdana,sans serif"><?php echo $ld_text ?>: </td> @@ -31,7 +30,6 @@ <!-- <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?> - function popRecordHistory(table,pid) { urlholder="./record_history.php<?php echo URL_REDIRECT_APPEND; ?>&table="+table+"&pid="+pid; HISTWIN<?php echo $sid ?>=window.open(urlholder,"histwin<?php echo $sid ?>","menubar=no,width=400,height=550,resizable=yes,scrollbars=yes"); @@ -44,7 +42,6 @@ require($root_path.'include/helpers/inc_js_gethelp.php'); require($root_path.'include/helpers/inc_css_a_hilitebu.php'); ?> - </HEAD> @@ -83,7 +80,6 @@ require('./gui_bridge/default/gui_tabs_medocs.php'); } ?> - <tr> <td colspan=3 bgcolor="<?php echo $cfg['body_bgcolor']; ?>"> @@ -162,7 +158,6 @@ createTR($LDNameOthers,$name_others); } ?> - <tr> <td bgColor="#eeeeee"><FONT SIZE=-1 FACE="Arial"><?php echo $LDBday ?>: </td> @@ -252,4 +247,4 @@ </FONT> <?php StdFooter(); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show_medocs.php =================================================================== --- care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show_medocs.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_show_medocs.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -43,12 +43,10 @@ ob_start(); ?> - <script language="javascript"> <!-- <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?> - function popRecordHistory(table,pid) { urlholder="./record_history.php<?php echo URL_REDIRECT_APPEND; ?>&table="+table+"&pid="+pid; HISTWIN<?php echo $sid ?>=window.open(urlholder,"histwin<?php echo $sid ?>","menubar=no,width=400,height=550,resizable=yes,scrollbars=yes"); @@ -72,7 +70,7 @@ } -# Set the table columns\xB4 classes +# Set the table columns� classes $smarty->assign('sClassItem','class="adm_item"'); $smarty->assign('sClassInput','class="adm_input"'); @@ -227,7 +225,6 @@ ?> - <script language="javascript"> <!-- Script Begin function chkForm(d) { @@ -325,4 +322,4 @@ $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_std_tags.php =================================================================== --- care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_std_tags.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/gui_bridge/default/gui_std_tags.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -27,4 +27,3 @@ } ?> - Modified: care2x/branches/gettext/modules/medocs/include/inc_breakfile.php =================================================================== --- care2x/branches/gettext/modules/medocs/include/inc_breakfile.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/include/inc_breakfile.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -12,4 +12,4 @@ # Patch for break urls that have lang param already if(!stristr($breakfile,'lang=')) $breakfile.=URL_APPEND; -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/include/inc_local_user.php =================================================================== --- care2x/branches/gettext/modules/medocs/include/inc_local_user.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/include/inc_local_user.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -10,4 +10,4 @@ $breakfile='medocs_pass.php'; $local_user='medocs_user'; } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/include/save_admission_data.inc.php =================================================================== --- care2x/branches/gettext/modules/medocs/include/save_admission_data.inc.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/include/save_admission_data.inc.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -28,4 +28,4 @@ break; }// end of switch -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/index.php =================================================================== --- care2x/branches/gettext/modules/medocs/index.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/index.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -1,4 +1,4 @@ <?php header('location:../../index.php'); exit; -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/medocs_archive.php =================================================================== --- care2x/branches/gettext/modules/medocs/medocs_archive.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/medocs_archive.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -170,4 +170,4 @@ /* Load GUI page */ require('./gui_bridge/default/gui_medocs_archive.php'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/medocs_data_delete.php =================================================================== --- care2x/branches/gettext/modules/medocs/medocs_data_delete.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/medocs_data_delete.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -29,24 +29,24 @@ for ($i=$itemname+1;$i<=$linecount;$i++) { $sql='UPDATE '.$dbtable.' SET care_admission_patient_item="'.($i*10000).'" WHERE care_admission_patient_item="'.$i.'"'; - if (!($db->Execute($sql))) echo $sql." Vorbereitung der Daten zum L\xF6schen ist gescheitert."; + if (!($db->Execute($sql))) echo $sql." Vorbereitung der Daten zum L�schen ist gescheitert."; } // then delete the data $sql='DELETE FROM '.$dbtable.' WHERE care_admission_patient_item="'.$itemname.'"'; - if (!($db->Execute($sql))) echo $sql." Das L\xF6schen der Daten ist gescheitert."; + if (!($db->Execute($sql))) echo $sql." Das L�schen der Daten ist gescheitert."; // then correctly itemize the remaining data for ($i=$itemname+1;$i<=$linecount;$i++) { $sql='UPDATE '.$dbtable.' SET care_admission_patient_item="'.($i-1).'" WHERE care_admission_patient_item="'.($i*10000).'"'; - if (!($db->Execute($sql))) echo $sql." Vorbereitung der Daten zum L\xF6schen ist gescheitert."; + if (!($db->Execute($sql))) echo $sql." Vorbereitung der Daten zum L�schen ist gescheitert."; } }else // if item is the last then simply delete the data { $sql='DELETE FROM '.$dbtable.' WHERE care_admission_patient_item="'.$itemname.'"'; - if (!($db->Execute($sql))) echo $sql." Das L\xF6schen der Daten ist gescheitert."; + if (!($db->Execute($sql))) echo $sql." Das L�schen der Daten ist gescheitert."; } // check if the pagecount is reduced @@ -73,10 +73,9 @@ ?> - <?php html_rtl($lang); ?> <HEAD> - <TITLE>EDV - Zugangsberechtigunge l\xF6schen</TITLE> + <TITLE>EDV - Zugangsberechtigunge l�schen</TITLE> </HEAD> <BODY BACKGROUND="leinwand.gif"> @@ -89,7 +88,7 @@ <table width=100% border=1> <tr> <td bgcolor="navy" > -<FONT COLOR="white" SIZE=+2 FACE="Arial"><STRONG> Patientendaten l\xF6schen</STRONG></FONT> +<FONT COLOR="white" SIZE=+2 FACE="Arial"><STRONG> Patientendaten l�schen</STRONG></FONT> @@ -107,7 +106,7 @@ <tr nowrap> <td bgcolor="#ffffaa"> <p><FONT SIZE=2 FACE=Arial><img src="../img/exclaim.gif"><br> -Wollen Sie die folgende Patientendaten wirklich l\xF6schen?<p> +Wollen Sie die folgende Patientendaten wirklich l�schen?<p> <table border="0" cellpadding="2" cellspacing="1"> <tr bgcolor=orange nowrap> @@ -129,7 +128,6 @@ } ?> - </tr> </table> @@ -143,7 +141,7 @@ <input type=hidden name=displaysize value="<?php echo $displaysize ?>"> <input type=hidden name=linecount value="<?php echo $linecount ?>"> <input type=hidden name=pagecount value="<?php echo $pagecount ?>"> -<img src="../img/delete.gif"> <INPUT type="submit" name="versand" value="Ja, l\xF6schen"></font></FORM> +<img src="../img/delete.gif"> <INPUT type="submit" name="versand" value="Ja, l�schen"></font></FORM> <FORM method=post action="<?php echo $breakfile ?>" > <input type=hidden name=route value="validroute"> Modified: care2x/branches/gettext/modules/medocs/medocs_data_search.php =================================================================== --- care2x/branches/gettext/modules/medocs/medocs_data_search.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/medocs_data_search.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -205,7 +205,6 @@ ob_start(); ?> - <ul> <table border=0 cellpadding=10 bgcolor="<?php echo $entry_border_bgcolor ?>"> <tr> @@ -336,4 +335,4 @@ $smarty->assign('sMainBlockIncludeFile','medocs/main_plain.tpl'); $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/medocs_data_show.php =================================================================== --- care2x/branches/gettext/modules/medocs/medocs_data_show.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/medocs_data_show.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -139,4 +139,4 @@ /* Load the GUI page */ require('./gui_bridge/default/gui_patient_encounter_showdata.php'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/medocs_pass.php =================================================================== --- care2x/branches/gettext/modules/medocs/medocs_pass.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/medocs_pass.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -59,7 +59,6 @@ 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']; } ?>> @@ -86,7 +85,6 @@ </script>'; } ?> - <table width=100% border=0 cellpadding="0" cellspacing="0"> <tr> Modified: care2x/branches/gettext/modules/medocs/medocs_start.php =================================================================== --- care2x/branches/gettext/modules/medocs/medocs_start.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/medocs_start.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -39,4 +39,4 @@ $headframe_title=$LDMedocs; require('./gui_bridge/default/gui_medocs_start.php'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/model/class_medocs.php =================================================================== --- care2x/branches/gettext/modules/medocs/model/class_medocs.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/model/class_medocs.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -132,4 +132,4 @@ } } -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/print/report.php =================================================================== --- care2x/branches/gettext/modules/medocs/print/report.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/print/report.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -125,4 +125,4 @@ $pdf->ezStream(); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/roots.php =================================================================== --- care2x/branches/gettext/modules/medocs/roots.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/roots.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -1,4 +1,4 @@ <?php $root_path='../../'; $top_dir='modules/medocs/'; -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/medocs/show_medocs.php =================================================================== --- care2x/branches/gettext/modules/medocs/show_medocs.php 2010-07-21 11:57:39 UTC (rev 6611) +++ care2x/branches/gettext/modules/medocs/show_medocs.php 2010-07-21 11:58:29 UTC (rev 6612) @@ -136,4 +136,4 @@ if($mode=='show') $glob_obj->getConfig('medocs_%'); /* Load GUI page */ require('./gui_bridge/default/gui_show_medocs.php'); -?> +?> \ No newline at end of file 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