Revision: 6601
          http://care2002.svn.sourceforge.net/care2002/?rev=6601&view=rev
Author:   robertmeggle
Date:     2010-07-21 11:48:42 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
see #76

Modified Paths:
--------------
    care2x/branches/gettext/modules/radiology/dicom_launch.php
    care2x/branches/gettext/modules/radiology/dicom_launch_single.php
    care2x/branches/gettext/modules/radiology/dicom_viewer_select.php
    
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_show_upload.php
    
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_std_tags.php
    
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_upload_input.php
    care2x/branches/gettext/modules/radiology/include/inc_breakfile.php
    care2x/branches/gettext/modules/radiology/include/inc_local_user.php
    care2x/branches/gettext/modules/radiology/include/init_show.php
    care2x/branches/gettext/modules/radiology/index.php
    care2x/branches/gettext/modules/radiology/radio_pass.php
    
care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write-pass.php
    care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write.php
    
care2x/branches/gettext/modules/radiology/radiolog-xray-display-controlframe.php
    care2x/branches/gettext/modules/radiology/radiolog-xray-pat-list.php
    care2x/branches/gettext/modules/radiology/radiolog-xray-pat-search.php
    care2x/branches/gettext/modules/radiology/radiolog.php
    care2x/branches/gettext/modules/radiology/radiolog_pass.php
    care2x/branches/gettext/modules/radiology/roots.php
    care2x/branches/gettext/modules/radiology/upload.php
    care2x/branches/gettext/modules/radiology/upload_pass.php
    care2x/branches/gettext/modules/radiology/upload_person_search.php
    care2x/branches/gettext/modules/radiology/view_person_search.php

Modified: care2x/branches/gettext/modules/radiology/dicom_launch.php
===================================================================
--- care2x/branches/gettext/modules/radiology/dicom_launch.php  2010-07-21 
11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/dicom_launch.php  2010-07-21 
11:48:42 UTC (rev 6601)
@@ -57,7 +57,6 @@
        exit;
 }
 ?>
-
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
 <?php html_rtl($lang); ?>
 <HEAD>
@@ -106,7 +105,6 @@
        }
 }
 ?>
-
 </APPLET>  
 </BODY>
 </HTML> 

Modified: care2x/branches/gettext/modules/radiology/dicom_launch_single.php
===================================================================
--- care2x/branches/gettext/modules/radiology/dicom_launch_single.php   
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/dicom_launch_single.php   
2010-07-21 11:48:42 UTC (rev 6601)
@@ -49,7 +49,6 @@
        exit;
 }
 ?>
-
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
 <?php html_rtl($lang); ?>
 <HEAD>

Modified: care2x/branches/gettext/modules/radiology/dicom_viewer_select.php
===================================================================
--- care2x/branches/gettext/modules/radiology/dicom_viewer_select.php   
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/dicom_viewer_select.php   
2010-07-21 11:48:42 UTC (rev 6601)
@@ -17,7 +17,6 @@
 <!-- Generated by AceHTML Freeware http://freeware.acehtml.com -->
 <head>
 <?php echo setCharSet(); ?>
-
 <title><?php echo $LDSelectViewer; ?></title>
 
 </head>

Modified: 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_show_upload.php
===================================================================
--- 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_show_upload.php
    2010-07-21 11:47:38 UTC (rev 6600)
+++ 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_show_upload.php
    2010-07-21 11:48:42 UTC (rev 6601)
@@ -46,7 +46,6 @@
 {
     global $toggle, $root_path;
 ?>
-
 <tr>
 <td bgColor="#eeeeee" ><FONT SIZE=-1  FACE="Arial,verdana,sans serif"><?php 
echo $ld_text ?>:
 </td>
@@ -61,12 +60,10 @@
 }
 
 ?>
-
 <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");
@@ -132,7 +129,6 @@
 ob_start();
 
 ?>
-
 <table width=100% border=0 cellspacing="0"  cellpadding=0 >
 
        <form method="post" name="entryform"  ENCTYPE="multipart/form-data"  
action="<?php echo $thisfile; ?>" onSubmit="return chkform(this)">
@@ -212,7 +208,6 @@
 
 $smarty->display('registration_admission/basic_data.tpl');
 ?>
-
                                        <table border=0 width=100% 
cellspacing=1 cellpadding=3>
 
 
@@ -262,7 +257,6 @@
                $img_torsowin=createComIcon($root_path,'torso_win.gif','0'); // 
Load the torse icon image
                $img_pix=createComIcon($root_path,'pixel.gif','0'); // Load the 
torse icon image
 ?>
-
 <table border=0 cellpadding=4 cellspacing=1 width=100%>
   <tr bgcolor="#f6f6f6">
     <td  colspan=5><FONT class="prompt"><nobr><?php echo $LDImageGroupNr; 
?><?php echo $nr ?>&nbsp;
@@ -313,7 +307,6 @@
 <?php  
        }else{
 ?>
-
 <table border=0>
   <tr>
     <td><img <?php echo 
createMascot($root_path,'mascot2_r.gif','0','absmiddle') ?>></td>
@@ -331,7 +324,6 @@
 # Create a new form
 }else {
 ?>
-
 <INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="8000000">
 
 <table border=0>
@@ -394,7 +386,6 @@
        include('./include/bottom_controls_registration_options.inc.php');
 }
 ?>
-
 <p>
 </ul>
 
@@ -432,4 +423,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
- ?>
+ ?>
\ No newline at end of file

Modified: 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_std_tags.php
===================================================================
--- 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_std_tags.php   
    2010-07-21 11:47:38 UTC (rev 6600)
+++ 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_std_tags.php   
    2010-07-21 11:48:42 UTC (rev 6601)
@@ -28,4 +28,3 @@
 }
 ?>
 
-

Modified: 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_upload_input.php
===================================================================
--- 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_upload_input.php
   2010-07-21 11:47:38 UTC (rev 6600)
+++ 
care2x/branches/gettext/modules/radiology/gui_bridge/default/gui_upload_input.php
   2010-07-21 11:48:42 UTC (rev 6601)
@@ -9,7 +9,6 @@
 {
     global $toggle, $root_path;
 ?>
-
 <tr>
 <td bgColor="#eeeeee" ><FONT SIZE=-1  FACE="Arial,verdana,sans serif"><?php 
echo $ld_text ?>:
 </td>
@@ -30,7 +29,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");
@@ -48,7 +46,6 @@
 $calendar->load_files();
 //end : gjergji
 ?>
-
 </HEAD>
 
 
@@ -78,7 +75,6 @@
 require('./gui_bridge/default/gui_tabs_medocs.php');
 
 ?>
-
 <tr>
 <td colspan=3   bgcolor="<?php echo $cfg['body_bgcolor']; ?>">
 
@@ -163,7 +159,6 @@
 createTR($LDNameOthers,$name_others);
 }
 ?>
-
 <tr>
 <td bgColor="#eeeeee"><FONT SIZE=-1  FACE="Arial"><?php echo $LDBday ?>:
 </td>
@@ -290,7 +285,6 @@
 
 if(($mode=='show'||$mode=='details')&&!$is_discharged){
 ?>
-
 <p>
 <img <?php echo 
createComIcon($root_path,'bul_arrowgrnlrg.gif','0','absmiddle'); ?>>
 <a href="<?php echo 
$thisfile.URL_APPEND.'&pid='.$_SESSION['sess_pid'].'&encounter_nr='.$_SESSION['sess_en'].'&target='.$target.'&mode=new&type_nr='.$type_nr;
 ?>"> 
@@ -324,7 +318,6 @@
        include('./include/bottom_controls_registration_options.inc.php');
 }
 ?>
-
 <p>
 </ul>
 
@@ -345,4 +338,4 @@
 </FONT>
 <?php
 StdFooter();
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/include/inc_breakfile.php
===================================================================
--- care2x/branches/gettext/modules/radiology/include/inc_breakfile.php 
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/include/inc_breakfile.php 
2010-07-21 11:48:42 UTC (rev 6601)
@@ -7,4 +7,4 @@
 }else{
        $breakfile='radiolog.php'.URL_APPEND;
 }
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/include/inc_local_user.php
===================================================================
--- care2x/branches/gettext/modules/radiology/include/inc_local_user.php        
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/include/inc_local_user.php        
2010-07-21 11:48:42 UTC (rev 6601)
@@ -10,4 +10,4 @@
        $breakfile='medocs_pass.php';
        $local_user='medocs_user';
 }
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/include/init_show.php
===================================================================
--- care2x/branches/gettext/modules/radiology/include/init_show.php     
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/include/init_show.php     
2010-07-21 11:48:42 UTC (rev 6601)
@@ -56,4 +56,4 @@
 $photo_path = (is_dir($root_path.$GLOBAL_CONFIG['person_photo_path'])) ? 
$GLOBAL_CONFIG['person_photo_path'] : $default_photo_path;
 require_once($root_path.'include/helpers/inc_photo_filename_resolve.php');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/index.php
===================================================================
--- care2x/branches/gettext/modules/radiology/index.php 2010-07-21 11:47:38 UTC 
(rev 6600)
+++ care2x/branches/gettext/modules/radiology/index.php 2010-07-21 11:48:42 UTC 
(rev 6601)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/radio_pass.php
===================================================================
--- care2x/branches/gettext/modules/radiology/radio_pass.php    2010-07-21 
11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/radio_pass.php    2010-07-21 
11:48:42 UTC (rev 6601)
@@ -54,7 +54,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']; } ?>>
 
@@ -74,7 +73,6 @@
  </script>';
  }
  ?>
-
   
 <table width=100% border=0 cellpadding="0" cellspacing="0"> 
 

Modified: 
care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write-pass.php
===================================================================
--- 
care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write-pass.php
    2010-07-21 11:47:38 UTC (rev 6600)
+++ 
care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write-pass.php
    2010-07-21 11:48:42 UTC (rev 6601)
@@ -27,12 +27,10 @@
 if ($pass=='check')    
        include($root_path.'include/helpers/inc_passcheck.php');
 ?>
-
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
 <?php html_rtl($lang); ?>
 <HEAD>
 <?php echo setCharSet(); ?>
-
 </HEAD>
 
 <BODY  <?php if (!$nofocus) echo 
'onLoad="document.passwindow.userid.focus()"'; echo  ' 
bgcolor='.$cfg['body_bgcolor']; 
@@ -64,7 +62,6 @@
 }
 ?>
 
-
 <table  border=0 cellpadding=0 cellspacing=0>
 <tr>
 <?php if(!$passtag) echo'

Modified: 
care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write.php
===================================================================
--- care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write.php 
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/radiolog-xray-diagnosis-write.php 
2010-07-21 11:48:42 UTC (rev 6601)
@@ -16,10 +16,8 @@
 $thisfile="radiolog-xray-diagnosis-write.php";
 ?>
 <?php html_rtl($lang); ?>
-
 <head>
 <?php echo setCharSet(); ?>
-
 </head>
 <body>
 <form>

Modified: 
care2x/branches/gettext/modules/radiology/radiolog-xray-display-controlframe.php
===================================================================
--- 
care2x/branches/gettext/modules/radiology/radiolog-xray-display-controlframe.php
    2010-07-21 11:47:38 UTC (rev 6600)
+++ 
care2x/branches/gettext/modules/radiology/radiolog-xray-display-controlframe.php
    2010-07-21 11:48:42 UTC (rev 6601)
@@ -14,12 +14,10 @@
 require_once($root_path.'include/helpers/inc_front_chain_lang.php');
 require_once($root_path.'include/helpers/inc_date_format_functions.php');
 ?>
-
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
 <?php html_rtl($lang); ?>
 <HEAD>
 <?php echo setCharSet(); ?>
-
 </HEAD>
 
 <BODY bgcolor=black onLoad="if (window.focus) window.focus()" leftmargin=2 
marginwidth=2>
@@ -30,7 +28,6 @@
 Patient:<br>
 Mustermann, Silvia<br>
 <?php echo formatDate2Local('1988-11-07',$date_format); ?>
-
 <p>
 <?php echo $LDShootDate ?>:<br>
 <?php echo formatDate2Local('2001-10-22',$date_format); ?><p>
@@ -42,7 +39,6 @@
 
 
 <?php if($mode!="display1") : ?>
-
 <input type="button" value="<?php echo $LDFullScreen ?>" 
onClick="window.top.location.replace('radiolog-xray-javastart.php?sid=<?php 
echo "$sid&lang=$lang" ?>&mode=display1')">
 
 <?php else : ?>
@@ -50,7 +46,6 @@
 <p>
 <input type="button" value="<?php echo $LDWriteDiag ?>" 
onClick="window.top.location.replace('radiolog-xray-javastart.php?sid=<?php 
echo "$sid&lang=$lang" ?>&mode=display_diagnosis_write')">
 <?php endif ?>
-
 </form>
 
 <p>

Modified: care2x/branches/gettext/modules/radiology/radiolog-xray-pat-list.php
===================================================================
--- care2x/branches/gettext/modules/radiology/radiolog-xray-pat-list.php        
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/radiolog-xray-pat-list.php        
2010-07-21 11:48:42 UTC (rev 6601)
@@ -37,7 +37,6 @@
 <?php html_rtl($lang); ?>
 <head>
 <?php echo setCharSet(); ?>
-
  <style type="text/css" name="s2">
 .v12{ font-family:verdana,arial; color:#000000; font-size:12;}
 </style>

Modified: care2x/branches/gettext/modules/radiology/radiolog-xray-pat-search.php
===================================================================
--- care2x/branches/gettext/modules/radiology/radiolog-xray-pat-search.php      
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/radiolog-xray-pat-search.php      
2010-07-21 11:48:42 UTC (rev 6601)
@@ -22,7 +22,6 @@
 include_once($root_path.'include/helpers/inc_date_format_functions.php');
 
 ?>
-
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
 <?php html_rtl($lang); ?>
 <HEAD>
@@ -50,7 +49,6 @@
 }
 
 <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?>
-
 // -->
 </script>
 <?php 

Modified: care2x/branches/gettext/modules/radiology/radiolog.php
===================================================================
--- care2x/branches/gettext/modules/radiology/radiolog.php      2010-07-21 
11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/radiolog.php      2010-07-21 
11:48:42 UTC (rev 6601)
@@ -142,4 +142,4 @@
  */
 
  $smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/radiolog_pass.php
===================================================================
--- care2x/branches/gettext/modules/radiology/radiolog_pass.php 2010-07-21 
11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/radiolog_pass.php 2010-07-21 
11:48:42 UTC (rev 6601)
@@ -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"> 
 

Modified: care2x/branches/gettext/modules/radiology/roots.php
===================================================================
--- care2x/branches/gettext/modules/radiology/roots.php 2010-07-21 11:47:38 UTC 
(rev 6600)
+++ care2x/branches/gettext/modules/radiology/roots.php 2010-07-21 11:48:42 UTC 
(rev 6601)
@@ -1,4 +1,4 @@
 <?php
 $root_path='../../';
 $top_dir='modules/radiology/';
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/upload.php
===================================================================
--- care2x/branches/gettext/modules/radiology/upload.php        2010-07-21 
11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/upload.php        2010-07-21 
11:48:42 UTC (rev 6601)
@@ -174,4 +174,4 @@
 if($mode=='show') $glob_obj->getConfig('medocs_%');
 /* Load GUI page */
 require('./gui_bridge/default/gui_show_upload.php');
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/upload_pass.php
===================================================================
--- care2x/branches/gettext/modules/radiology/upload_pass.php   2010-07-21 
11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/upload_pass.php   2010-07-21 
11:48:42 UTC (rev 6601)
@@ -57,7 +57,6 @@
 require_once($root_path.'include/helpers/inc_config_color.php');
 require($root_path.'include/helpers/inc_passcheck_head.php');
 ?>
-
 <?php echo setCharSet(); ?>
 <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']; } ?>>
@@ -78,7 +77,6 @@
  </script>';
  }
  ?>
-
   
 <table width=100% border=0 cellpadding="0" cellspacing="0"> 
 

Modified: care2x/branches/gettext/modules/radiology/upload_person_search.php
===================================================================
--- care2x/branches/gettext/modules/radiology/upload_person_search.php  
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/upload_person_search.php  
2010-07-21 11:48:42 UTC (rev 6601)
@@ -87,7 +87,6 @@
 $psearch->display();
 
 ?>
-
 </ul>
 <p>
 
@@ -104,4 +103,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
- ?>
+ ?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/radiology/view_person_search.php
===================================================================
--- care2x/branches/gettext/modules/radiology/view_person_search.php    
2010-07-21 11:47:38 UTC (rev 6600)
+++ care2x/branches/gettext/modules/radiology/view_person_search.php    
2010-07-21 11:48:42 UTC (rev 6601)
@@ -122,7 +122,6 @@
 
  ob_start();
 ?>
-
  <style type="text/css" name="s2">
 .indx{ font-family:verdana,arial; color:#ffffff; font-size:12; 
background-color:#6666ff}
 .v12{ font-family:verdana,arial; color:#000000; font-size:12;}
@@ -173,7 +172,6 @@
 }
 
 <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?>
-
 // -->
 </script>
 <script language="javascript" src="<?php echo $root_path; 
?>js/dicom.js"></script>
@@ -189,7 +187,6 @@
 ob_start();
 
 ?>
-
 <form action="<?php echo $thisfile ?>" method="get" onSubmit="return 
chkform(this)" name="srcform">
 <table border=0>
   <tr>
@@ -444,4 +441,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
- ?>
+ ?>
\ 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

Reply via email to