workaround for ie formatting bug
[openemr.git] / interface / forms / dictation / new.php
blobdc20633bcf750af63ad8db7f351938049ac82624
1 <!-- Form generated from formsWiz -->
2 <?php
3 include_once("../../globals.php");
4 include_once("$srcdir/api.inc");
5 formHeader("Form: dictation");
6 ?>
7 <html><head>
8 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
9 </head>
10 <body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
11 <form method=post action="<?echo $rootdir;?>/forms/dictation/save.php?mode=new" name="my_form">
12 <span class="title">Speech Dictation</span><br><br>
13 <span class=text>Dictation: </span><br><textarea cols=80 rows=24 wrap=virtual name="dictation" ></textarea><br>
14 <span class=text>Additional Notes: </span><br><textarea cols=80 rows=8 wrap=virtual name="additional_notes" ></textarea><br>
15 <br>
16 <a href="javascript:document.my_form.submit();" class="link_submit">[Save]</a>
17 <br>
18 <a href="<?echo "$rootdir/patient_file/encounter/patient_encounter.php";?>" class="link">[Don't Save]</a>
19 </form>
20 <?php
21 formFooter();