1 <!-- Form created by Andres paglayan
-->
3 include_once("../../globals.php");
6 <?php
html_header_show();?
>
7 <link rel
="stylesheet" href
="<?php echo $css_header;?>" type
="text/css">
9 <body
class="body_top">
12 include_once("$srcdir/api.inc");
13 $obj = formFetch("form_vitals", $_GET["id"]);
16 <form method
=post action
="<?php echo $rootdir?>/forms/vitals/save.php?mode=update&id=<?php echo $_GET["id
"];?>" name
="my_form">
17 <span
class="title">Vital Signs
</span
><br
><br
>
19 <a href
="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save
]</a
>
21 <a href
="<?php echo $GLOBALS['form_exit_url']; ?>" class="link" onclick
="top.restoreSession()">[Don
't Save Changes]</a>
23 <!-- Form goes here -->
29 <!-- Form ends here -->
30 <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
32 <a href="<?php echo $GLOBALS['form_exit_url
']; ?>" class="link" onclick="top.restoreSession()">[Don't Save Changes
]</a
>