Simplified code from previous commit
[openemr.git] / contrib / forms / vision / new.php
blob198f8467352125672f7d4035354aa209ac1e68b8
1 <!-- Form generated from formsWiz -->
2 <?php
3 include_once("../../globals.php");
4 include_once("$srcdir/api.inc");
5 formHeader("Form: vision");
6 ?>
7 <html><head>
8 <?php html_header_show();?>
9 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
10 </head>
11 <body class="body_top">
12 <form method=post action="<?php echo $rootdir;?>/forms/vision/save.php?mode=new" name="my_form">
13 <span class="title">Vision</span><br><br>
14 <span class=bold>Keratometry</span><br>
16 <table>
17 <tr>
18 <td><span class=text>OD K1: </span></td><td><input size=3 type=entry name="od_k1" value="" ></td>
19 <td><span class=text>OD K1 Axis: </span></td><td><input size=3 type=entry name="od_k1_axis" value="" ></td>
20 <td><span class=text>OD K2: </span></td><td><input size=3 type=entry name="od_k2" value="" ></td>
21 <td><span class=text>OD K2 Axis: </span></td><td><input size=3 type=entry name="od_k2_axis" value="" ></td>
22 </tr>
23 <tr>
24 <td colspan=8>
26 <span class=text>OD Testing Status: </span><input type=entry name="od_testing_status" value="" >
27 </td>
28 </tr>
29 </table>
31 <table>
32 <tr>
33 <td><span class=text>OS K1: </span></td><td><input size=3 type=entry name="os_k1" value="" ></td>
34 <td><span class=text>OS K1 Axis: </span></td><td><input size=3 type=entry name="os_k1_axis" value="" ></td>
35 <td><span class=text>OS K2: </span></td><td><input size=3 type=entry name="os_k2" value="" ></td>
36 <td><span class=text>OS K2 Axis: </span></td><td><input size=3 type=entry name="os_k2_axis" value="" ></td>
37 </tr>
38 <tr>
39 <td colspan=8>
41 <span class=text>OS Testing Status: </span><input type=entry name="os_testing_status" value="" >
42 </td>
43 </tr>
44 </table>
46 <span class=text>Additional Notes: </span><br><textarea cols=40 rows=8 wrap=virtual name="additional_notes" ></textarea>
47 <br>
48 <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
49 <br>
50 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link" onclick="top.restoreSession()">[Don't Save]</a>
51 </form>
52 <?php
53 formFooter();