translation patches from Dr. Bosman and his crew
[openemr.git] / interface / forms / CAMOS / view.php
blobf2403362148f4fb0ee3e62ad99aaa9252e4f1e1a
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> <?php xl('CAMOS','e'); ?> </h1>
14 </table><input type="submit" name="submit form" value="<?php xl('Delete','e'); ?>" /><?
15 echo "<a href='".$GLOBALS['webroot'] . "/interface/patient_file/encounter/$returnurl'>[" .xl ('do nothing'). "]</a>";
17 </form>
18 <?php
19 formFooter();