6ef6abd53f9591b729ffa4cd3cf2e7e88411fcff
[openemr.git] / interface / forms / dictation / new.php
blob6ef6abd53f9591b729ffa4cd3cf2e7e88411fcff
1 <!-- Form generated from formsWiz -->
2 <?php
3 include_once("../../globals.php");
4 include_once("$srcdir/api.inc");
5 formHeader("Form: dictation");
6 $returnurl = $GLOBALS['concurrent_layout'] ? 'encounter_top.php' : 'patient_encounter.php';
7 ?>
8 <html><head>
9 <?php html_header_show();?>
10 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
11 </head>
12 <body class="body_top">
13 <form method=post action="<?php echo $rootdir;?>/forms/dictation/save.php?mode=new" name="my_form">
14 <span class="title"><?php xl('Speech Dictation','e'); ?></span><br><br>
15 <span class=text><?php xl('Dictation: ','e'); ?></span><br><textarea cols=80 rows=24 wrap=virtual name="dictation" ></textarea><br>
16 <span class=text><?php xl('Additional Notes:','e'); ?> </span><br><textarea cols=80 rows=8 wrap=virtual name="additional_notes" ></textarea><br>
17 <br>
18 <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[<?php xl('Save','e'); ?>]</a>
19 <br>
20 <a href="<?php echo "$rootdir/patient_file/encounter/$returnurl";?>" class="link"
21 onclick="top.restoreSession()">[<?php xl('Don\'t Save','e'); ?>]</a>
22 </form>
23 <?php
24 formFooter();