document.getElementById("card_num_msg").innerHTML = msg_string;
			}
		}
	}
	xmlHttp.open("GET", url, true);
	xmlHttp.send(null);
}

function reset_new_patient()
{
	$('#new_record').resetForm();
}

</script>
<p style="text-align: right;"><a rel='facebox' href='#regn_sidetip'>Page Help</a></p>
<b><?php echo LangUtil::getTitle(); ?></b>
 | <a href='find_patient.php'>&laquo; <?php echo LangUtil::$pageTerms['MSG_BACKTOLOOKUP']; ?></a>
<br><br>
<div id='new_patient_msg' class='sidetip_nopos' style='display:none;width:510px;'>
</div>
<br>
<table cellspacing='0px'>
<tr valign='top'>
<td>
<div id='patient_new'>
<div class='pretty_box' style='width:500px'>
<form name="new_record" action="add_patient.php" method="post" id="new_record" class="new_record">
	<?php # Hidden field for db key ?>
	<input type='hidden' name='card_num' id='card_num' value="<?php echo get_max_patient_id()+1; ?>" ></input>
	<table cellpadding="2" class='regn_form_table'>
	<?php CustomFieldOrderGeneration_Patient::init(); 
Exemple #2
0
	//var target_div = "fetch_specimen";
	$('.result_form_pane').html("");
	var target_div = "result_form_pane_"+specimen_id;
	$("#"+target_div).load(url, 
		{sid: specimen_id , page_id:pg}, 
		function() 
		{
			$('#fetch_progress_bar').hide();
			$("#fetched_specimen").show();
		}
	);
}
</script>
<br>
<b><?php 
echo LangUtil::getTitle();
?>
</b>
 | <a href='javascript:history.go(-1);'>&laquo; <?php 
echo LangUtil::$generalTerms['CMD_BACK'];
?>
</a>
&nbsp;&nbsp;<?php 
if ($isTestDel) {
    ?>
    			<span class='clean-orange' id='msg_box_test'>
					<?php 
    echo "Test Deleted Successfully";
    ?>
 &nbsp;&nbsp;<a href="javascript:toggle('msg_box_test');"><?php 
    echo LangUtil::$generalTerms['CMD_HIDE'];
Exemple #3
0
			else {
                                $('#update_success').hide();
                                 $('#update_div').hide();
                                $('#update_spinner').hide();
				$('#update_failure').show();
			}
		}
	});
        
    //$('#update_button').show();
}

</script>

<br>
<span class='page_title'><?php echo LangUtil::getTitle(); ?></span>
<br><br>

<?php 
echo LangUtil::getPageTerm("WELCOME").", " . $_SESSION['username'] . ".<br><br>";
echo LangUtil::getPageTerm("TIPS_BLISINTRO");

?>
<br><br>
    <div id="update_div2" style="display:none;" class="warning">
    <a rel='facebox' id='update_link' href='../update/blis_update.php'>Click here to complete update to version <?php echo $VERSION ?></a>
    </div>

    <div id="update_div" style="display:none;" class="warning">
    <a id='update_link' href='javascript:blis_update_t();'>Click here to complete update to version <?php echo $VERSION ?></a>
    </div>