5 include_once("../../globals.php");
7 include_once("../../../library/api.inc");
9 formHeader("Lab Results");
16 <?
html_header_show();?
>
18 <link rel
=stylesheet href
="<?echo $css_header;?>" type
="text/css">
22 <body
<?
echo $top_bg_line;?
> topmargin
=0 rightmargin
=0 leftmargin
=2 bottommargin
=0 marginwidth
=2 marginheight
=0>
28 <form method
='post' action
="<?echo $rootdir;?>/forms/lab_results/save.php?mode=new" name
='lab_results_form' enctype
="multipart/form-data">
30 <span
class=title
>Lab Results
</span
>
36 <span
class=text
>Notes
:</span
><br
>
38 <textarea name
="notes" wrap
="virtual" cols
="45" rows
="10"></textarea
><br
>
42 <!--REM note our nifty jscript submit
-->
44 <input type
="hidden" name
="action" value
="submit">
46 <a href
="javascript:top.restoreSession();document.lab_results_form.submit();" class="link_submit">[Save
]</a
>
52 <a href
="<?php echo $GLOBALS['form_exit_url']; ?>" class="link" onclick
="top.restoreSession()">[Don
't Save]</a>