コード例 #1
0
ファイル: view.php プロジェクト: mindfeederllc/openemr
  
 </table> 
                 </td> 
 
                 <td class='text'> 
  
 <table> 
  
 <tr><td> 
 <span class='text'><?php 
xl(' last cardiac biopsy date (yyyy-mm-dd): ', 'e');
?>
</span> 
 </td><td> 
 <input type='text' size='10' name='_last_cardiac_biopsy_date' id='_last_cardiac_biopsy_date' onkeyup='datekeyup(this,mypcc)' onblur='dateblur(this,mypcc)' title='yyyy-mm-dd last date of this event'  value="<?php 
$result = chkdata_Date($obj, "_last_cardiac_biopsy_date");
echo $result;
?>
"> 
 <img src='../../../interface/pic/show_calendar.gif' align='absbottom' width='24' height='22' 
 id='img__last_cardiac_biopsy_date' border='0' alt='[?]' style='cursor:pointer' 
 title='Click here to choose a date'> 
 <script> 
 Calendar.setup({inputField:'_last_cardiac_biopsy_date', ifFormat:'%Y-%m-%d', button:'img__last_cardiac_biopsy_date'}); 
 </script> 
 </td></tr> 
  
 </table> 
                 </td> 
             </tr> 
 
コード例 #2
0
ファイル: view.php プロジェクト: stephen-smith/openemr
  
 </table> 
                     </td> 
  
                     <td class='text'   style="border: 1px #000000 solid;"> 
  
 <table> 
  
 <tr><td class='text' > 
 <span ><?php 
xl(' secondary insurance insureds date of birth (yyyy-mm-dd): ', 'e');
?>
</span> 
 </td><td class='text' > 
 <input type='text' size='10' name='_secondary_insurance_insureds_date_of_birth' id='_secondary_insurance_insureds_date_of_birth' onkeyup='datekeyup(this,mypcc)' onblur='dateblur(this,mypcc)' title='yyyy-mm-dd last date of this event'  value="<?php 
$result = chkdata_Date($obj, "_secondary_insurance_insureds_date_of_birth");
echo $result;
?>
"> 
 <img src='../../../interface/pic/show_calendar.gif' align='absbottom' width='24' height='22' 
 id='img__secondary_insurance_insureds_date_of_birth' border='0' alt='[?]' style='cursor:pointer' 
 title='Click here to choose a date'> 
 <script> 
 Calendar.setup({inputField:'_secondary_insurance_insureds_date_of_birth', ifFormat:'%Y-%m-%d', button:'img__secondary_insurance_insureds_date_of_birth'}); 
 </script> 
 </td></tr> 
  
 </table> 
                     </td> 
  
                      <td class='text'   style="border: 1px #000000 solid;">