removed dangling </table>
[openemr.git] / interface / forms / CAMOS / view.php
blob5b099705949a345073d820510eddb271faa0d998
1 <!-- view.php -->
2 <?php
3 include_once("../../globals.php");
4 include_once("../../../library/api.inc");
5 formHeader("Form: CAMOS");
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/CAMOS/save.php?mode=delete&id=<?echo $_GET["id"];?>" name="my_form">
12 <h1> CAMOS </h1>
13 <input type="submit" name="submit form" value="Delete" /><?
14 echo "<a href='".$GLOBALS['webroot'] . "/interface/patient_file/encounter/patient_encounter.php'>[do nothing]</a>";
16 </form>
17 <?php
18 formFooter();