Patient notes</div></td>
        </tr>
        <tr bgcolor="#E7EEE6">
          <td width="111" height="30" align="right" bgcolor="#E7EEE6"><strong>Date:</strong></td>
          <td colspan="2" bgcolor="#FFFFFF"><input name="date" type="text" value="<?php 
echo $_GET['mode'] == 'edit' ? date('d/m/Y', strtotime($yy['date'])) : date('d/m/Y');
?>
" size="25" readonly="true" />
          </td>
        </tr>
        <tr align="center" valign="top" bgcolor="#FFFFFF">
          <td align="right" valign="middle" bgcolor="#E7EEE6"><strong>Note Type: </strong></td>
          <td colspan="2" align="left" bgcolor="#FFFFFF" class="style7">

            <?php 
$notes_obj->GetTypesOfNotes();
?>

            </td>
        </tr>
        <tr align="center" valign="top" bgcolor="#FFFFFF">
          <td align="right" valign="middle" bgcolor="#E7EEE6"><strong>Short Notes:</strong></td>
          <td colspan="2" align="left" bgcolor="#FFFFFF" class="style7">
          <input name="short" type="text" id="short" value="<?php 
print $yy[4];
?>
" size="35" maxlength="100">
          </td>
        </tr>
        <tr align="center" valign="top" bgcolor="#FFFFFF">
          <td align="right" valign="top" nowrap bgcolor="#E7EEE6"><strong>Full Description:</strong></td>