- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_test_request_searchmask.php
blob95406f63c6255d31e2dec2c24a57b31bf88a3885
1 <?php
2 if(!$searchform_count)
4 ?>
6 <script language="javascript">
7 <!--
8 function chkSearch(d)
10 if((d.searchkey.value=="") || (d.searchkey.value==" "))
12 d.searchkey.focus();
13 return false;
15 else
17 return true;
20 // -->
21 </script>
22 <?php
26 <table border=0 cellspacing=5 cellpadding=5>
27 <tr bgcolor="<?php if($searchmask_bgcolor) echo $searchmask_bgcolor; else echo "#ffffff"; ?>">
28 <td>
30 <form action="<?php echo $root_path; ?>modules/laboratory/labor_test_request_search_patient.php" method="post"
31 name="searchform<?php if($searchform_count) echo "_".$searchform_count; ?>"
32 onSubmit="return chkSearch(this)">&nbsp;<br>
34 <FONT SIZE=2 FACE="Arial"><?php echo $LDSearchPatient ?>:<br>
36 <input type="text" name="searchkey" size=40 maxlength=40><p>
37 <input type="image" <?php echo createLDImgSrc($root_path,'searchlamp.gif','0','absmiddle') ?>>
38 <input type="hidden" name="sid" value="<?php echo $sid; ?>">
39 <input type="hidden" name="lang" value="<?php echo $lang; ?>">
40 <input type="hidden" name="noresize" value="<?php echo $noresize; ?>">
41 <input type="hidden" name="target" value="<?php echo $target; ?>">
42 <input type="hidden" name="user_origin" value="<?php echo $user_origin; ?>">
43 <input type="hidden" name="mode" value="search">
45 </form>
47 </td>
48 </tr>
49 </table>