Revision: 6604
http://care2002.svn.sourceforge.net/care2002/?rev=6604&view=rev
Author: robertmeggle
Date: 2010-07-21 11:50:38 +0000 (Wed, 21 Jul 2010)
Log Message:
-----------
see #76
Modified Paths:
--------------
care2x/branches/gettext/modules/photolab/index.php
care2x/branches/gettext/modules/photolab/model/class_image.php
care2x/branches/gettext/modules/photolab/photolab-dir-select-init.php
care2x/branches/gettext/modules/photolab/photolab-dir-select.php
care2x/branches/gettext/modules/photolab/photolab-maindata.php
care2x/branches/gettext/modules/photolab/photolab-pic-save.php
care2x/branches/gettext/modules/photolab/photos-index.php
care2x/branches/gettext/modules/photolab/photos-preview.php
care2x/branches/gettext/modules/photolab/photos-start.php
care2x/branches/gettext/modules/photolab/roots.php
care2x/branches/gettext/modules/photolab/upload_search_patient.php
care2x/branches/gettext/modules/photolab/uploadphoto.php
Modified: care2x/branches/gettext/modules/photolab/index.php
===================================================================
--- care2x/branches/gettext/modules/photolab/index.php 2010-07-21 11:49:55 UTC
(rev 6603)
+++ care2x/branches/gettext/modules/photolab/index.php 2010-07-21 11:50:38 UTC
(rev 6604)
@@ -1,4 +1,4 @@
<?php
header('location:../../index.php');
exit;
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/photolab/model/class_image.php
===================================================================
--- care2x/branches/gettext/modules/photolab/model/class_image.php
2010-07-21 11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/model/class_image.php
2010-07-21 11:50:38 UTC (rev 6604)
@@ -422,4 +422,4 @@
return $gd_version_number;
}
}
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/photolab/photolab-dir-select-init.php
===================================================================
--- care2x/branches/gettext/modules/photolab/photolab-dir-select-init.php
2010-07-21 11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/photolab-dir-select-init.php
2010-07-21 11:50:38 UTC (rev 6604)
@@ -16,12 +16,10 @@
require_once($root_path.'include/helpers/inc_config_color.php');
$breakfile="javascript:window.parent.location.replace('spediens.php?sid=$sid&lang=$lang')";
?>
-
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<?php html_rtl($lang); ?>
<HEAD>
<?php echo setCharSet(); ?>
-
<script language="javascript">
<!--
Modified: care2x/branches/gettext/modules/photolab/photolab-dir-select.php
===================================================================
--- care2x/branches/gettext/modules/photolab/photolab-dir-select.php
2010-07-21 11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/photolab-dir-select.php
2010-07-21 11:50:38 UTC (rev 6604)
@@ -54,7 +54,6 @@
ob_start();
?>
-
<script language="javascript">
<!--
function chkNumber(n)
@@ -124,7 +123,6 @@
ob_start();
?>
-
<table width=100% border=0 cellspacing=0 >
<!-- Tabs -->
@@ -143,7 +141,6 @@
<td valign=top colspan=2>
<?php echo "[$patnum] $lastname, $firstname
(".formatDate2Local($bday,$date_format).")<p>"; ?>
-
<p>
<font size=1 color="#cc0000">
<?php if($nopatdata) echo '
@@ -217,4 +214,4 @@
*/
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/photolab/photolab-maindata.php
===================================================================
--- care2x/branches/gettext/modules/photolab/photolab-maindata.php
2010-07-21 11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/photolab-maindata.php
2010-07-21 11:50:38 UTC (rev 6604)
@@ -64,7 +64,6 @@
-
<script language="javascript">
<!-- Script Begin
function setalldate(d)
Modified: care2x/branches/gettext/modules/photolab/photolab-pic-save.php
===================================================================
--- care2x/branches/gettext/modules/photolab/photolab-pic-save.php
2010-07-21 11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/photolab-pic-save.php
2010-07-21 11:50:38 UTC (rev 6604)
@@ -59,7 +59,6 @@
ob_start();
?>
-
<script language="javascript">
<!--
@@ -84,7 +83,6 @@
ob_start();
?>
-
<p>
<?php
@@ -286,4 +284,4 @@
*/
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/photolab/photos-index.php
===================================================================
--- care2x/branches/gettext/modules/photolab/photos-index.php 2010-07-21
11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/photos-index.php 2010-07-21
11:50:38 UTC (rev 6604)
@@ -74,7 +74,6 @@
ob_start();
?>
-
<style type="text/css">
.a12_w {font-family: arial; color: navy; font-size:12;
background-color:#ffffff}
.a12_gry {font-family: arial; color: navy; font-size:12;
background-color:#000000}
@@ -106,7 +105,6 @@
ob_start();
?>
-
<p>
<ul>
<font class="prompt">
@@ -130,7 +128,6 @@
echo "</font>";
}
?>
-
<table border=0>
<tr>
<td>
@@ -200,4 +197,4 @@
*/
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/photolab/photos-preview.php
===================================================================
--- care2x/branches/gettext/modules/photolab/photos-preview.php 2010-07-21
11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/photos-preview.php 2010-07-21
11:50:38 UTC (rev 6604)
@@ -148,7 +148,6 @@
if($t==1){
?>
-
<img src="<?php echo $picsource; ?>" <?php if($preview_size) echo
'width="'.$preview_size.'"'; else echo $wh; ?> border=0 name="preview"
<?php
Modified: care2x/branches/gettext/modules/photolab/photos-start.php
===================================================================
--- care2x/branches/gettext/modules/photolab/photos-start.php 2010-07-21
11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/photos-start.php 2010-07-21
11:50:38 UTC (rev 6604)
@@ -15,7 +15,6 @@
require_once($root_path.'include/helpers/inc_front_chain_lang.php');
?>
<?php html_rtl($lang); ?>
-
<head>
<?php echo setCharSet(); ?>
<title><?php echo $LDPhotos ?></title>
@@ -46,5 +45,4 @@
<?php
}
?>
-
</html>
Modified: care2x/branches/gettext/modules/photolab/roots.php
===================================================================
--- care2x/branches/gettext/modules/photolab/roots.php 2010-07-21 11:49:55 UTC
(rev 6603)
+++ care2x/branches/gettext/modules/photolab/roots.php 2010-07-21 11:50:38 UTC
(rev 6604)
@@ -1,4 +1,4 @@
<?php
$root_path='../../';
$top_dir='modules/photolab/';
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/photolab/upload_search_patient.php
===================================================================
--- care2x/branches/gettext/modules/photolab/upload_search_patient.php
2010-07-21 11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/upload_search_patient.php
2010-07-21 11:50:38 UTC (rev 6604)
@@ -132,7 +132,6 @@
ob_start();
?>
-
<ul>
<table border=0 cellpadding=10 bgcolor="<?php echo
$entry_border_bgcolor ?>">
<tr>
@@ -169,7 +168,6 @@
<table border=0 cellpadding=2 cellspacing=1> <tr
class="wardlisttitlerow">';
?>
-
<td><b>
<?php echo
$pagen->makeSortLink($LDPatientNr,'encounter_nr',$oitem,$odir,$append);
?></b></td>
<td><b>
@@ -279,4 +277,4 @@
*/
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/photolab/uploadphoto.php
===================================================================
--- care2x/branches/gettext/modules/photolab/uploadphoto.php 2010-07-21
11:49:55 UTC (rev 6603)
+++ care2x/branches/gettext/modules/photolab/uploadphoto.php 2010-07-21
11:50:38 UTC (rev 6604)
@@ -171,7 +171,6 @@
?>
-
<hr>
<h3>uplaod image</h3>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers