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