UTF8 encoding support
[openemr.git] / contrib / forms / phone_exam / new.php
blob3b905f7fe85991082dc23aca05cfb3274abc4c28
1 <?php
3 // file new.php
5 include_once("../../globals.php");
7 include_once("../../../library/api.inc");
9 formHeader("Phone Exam");
13 <html><head>
14 <? html_header_show();?>
16 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
18 </head>
20 <body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
24 <br>
26 <form method='post' action="<?echo $rootdir;?>/forms/phone_exam/save.php?mode=new" name='phone_exam_form' enctype="multipart/form-data">
28 <span class=title>Phone Exam</span>
30 <br>
34 <span class=text>Notes:</span><br>
36 <textarea name="notes" wrap="virtual" cols="45" rows="10"></textarea><br>
40 <!--REM note our nifty jscript submit -->
42 <input type="hidden" name="action" value="submit">
44 <a href="javascript:top.restoreSession();document.phone_exam_form.submit();" class="link_submit">[Save]</a>
46 <br>
50 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link" onclick="top.restoreSession()">[Don't Save]</a>
52 </form>
56 <?php
58 formFooter();