Highway to PSR2
[openemr.git] / contrib / forms / ped_fever / view.php
blob97b8ad73dc7b2458deee91571cb9c8cbb0c92d00
1 <?php
2 /**
3 * Generated DocBlock
5 * @package OpenEMR
6 * @link http://www.open-emr.org
7 * @author andres_paglayan <andres_paglayan>
8 * @author cfapress <cfapress>
9 * @author sunsetsystems <sunsetsystems>
10 * @author Robert Down <robertdown@live.com>
11 * @copyright Copyright (c) 2005 andres_paglayan <andres_paglayan>
12 * @copyright Copyright (c) 2008 cfapress <cfapress>
13 * @copyright Copyright (c) 2007 sunsetsystems <sunsetsystems>
14 * @copyright Copyright (c) 2017 Robert Down <robertdown@live.com>
15 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
18 <!-- Form created by Andres paglayan -->
19 <?php
20 include_once("../../globals.php");
22 <html><head>
23 <?php echo html_header_show();?>
24 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
25 </head>
26 <body class="body_top">
28 <?php
29 include_once("$srcdir/api.inc");
30 $obj = formFetch("form_ped_fever", $_GET["id"]);
33 <form method=post action="<?php echo $rootdir?>/forms/ped_fever/save.php?mode=update&id=<?php echo $_GET["id"];?>" name="my_form">
34 <span class="title">Pediatric Fever Evaluation</span><br><br>
36 <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
37 <br>
38 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link"
39 onclick="top.restoreSession()">[Don't Save Changes]</a>
40 <br></br>
41 <!-- Form goes here -->
43 <?php
44 include('form.php');
47 <!-- Form ends here -->
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"
51 onclick="top.restoreSession()">[Don't Save Changes]</a>
53 </form>
54 <?php
55 formFooter();