Portal bug fixes and features update (#7600)
[openemr.git] / contrib / forms / ped_fever / view.php
blob29766e6c5de02552e4af066f83a3b68c9d60a863
1 <?php
3 /**
4 * Generated DocBlock
6 * @package OpenEMR
7 * @link http://www.open-emr.org
8 * @author andres_paglayan <andres_paglayan>
9 * @author cfapress <cfapress>
10 * @author sunsetsystems <sunsetsystems>
11 * @author Robert Down <robertdown@live.com>
12 * @copyright Copyright (c) 2005 andres_paglayan <andres_paglayan>
13 * @copyright Copyright (c) 2008 cfapress <cfapress>
14 * @copyright Copyright (c) 2007 sunsetsystems <sunsetsystems>
15 * @copyright Copyright (c) 2017-2023 Robert Down <robertdown@live.com>
16 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
20 <!-- Form created by Andres paglayan -->
21 <?php
22 require_once("../../globals.php");
24 use OpenEMR\Core\Header;
27 <html><head>
28 <?php Header::setupHeader(); ?>
29 </head>
30 <body class="body_top">
32 <?php
33 require_once("$srcdir/api.inc.php");
34 $obj = formFetch("form_ped_fever", $_GET["id"]);
37 <form method=post action="<?php echo $rootdir?>/forms/ped_fever/save.php?mode=update&id=<?php echo attr_url($_GET["id"]); ?>" name="my_form">
38 <span class="title">Pediatric Fever Evaluation</span><br /><br />
40 <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
41 <br />
42 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link"
43 onclick="top.restoreSession()">[Don't Save Changes]</a>
44 <br /><br />
45 <!-- Form goes here -->
47 <?php
48 include('form.php');
51 <!-- Form ends here -->
52 <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
53 <br />
54 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link"
55 onclick="top.restoreSession()">[Don't Save Changes]</a>
57 </form>
58 <?php
59 formFooter();