yet more changes for new frame layout
[openemr.git] / interface / forms / CAMOS / view.php
blobd2008894d3185ea86261ce61d1d6280f12dbb05f
1 <!-- view.php -->
2 <?php
3 include_once("../../globals.php");
4 include_once("../../../library/api.inc");
5 formHeader("Form: CAMOS");
6 $returnurl = $GLOBALS['concurrent_layout'] ? 'encounter_top.php' : 'patient_encounter.php';
7 ?>
8 <html><head>
9 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
10 </head>
11 <body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
12 <form method=post action="<?echo $rootdir?>/forms/CAMOS/save.php?mode=delete&id=<?echo $_GET["id"];?>" name="my_form">
13 <h1> CAMOS </h1>
14 </table><input type="submit" name="submit form" value="Delete" /><?
15 echo "<a href='".$GLOBALS['webroot'] . "/interface/patient_file/encounter/$returnurl'>[do nothing]</a>";
17 </form>
18 <?php
19 formFooter();