translation patches from Dr. Bosman and his crew
[openemr.git] / interface / main / calendar / findfirstapp.php
blobe19a262678169f9afcc2f65724b08ce9f8486c2a
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/calendar.inc");
4 include_once("$srcdir/patient.inc");
5 ?>
6 <html>
7 <head>
9 <link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
11 </head>
12 <body bgcolor="#FFFFFF" topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0 >
13 <form>
15 <input type=submit value="<?php xl('Find','e'); ?>" />
17 </form>
19 </body>
20 </html>