コード例 #1
0
ファイル: test_type_edit_dir.php プロジェクト: caseyi/BLIS
    echo LangUtil::$generalTerms['MSG_NOTFOUND'];
    ?>
	</div>

<?php 
    include "includes/footer.php";
    return;
}
//$page_elems->getTestNamesSelectorForEdit($testTypeMapping);
# Fetch all measures currently on this test type
//$measure_list = $testTypeMapping->getMeasureIds();
# Display test type info table
//$page_elems->getTestTypeInfoAggregateDir($testTypeMapping);
//$testName = $_REQUEST['tname'];
$mapping_list = array();
$mapping_list = get_test_mapping_list_by_string($testTypeMapping->labIdTestId);
?>
<div id='test_form_div' >
<form id="testNamesSelector">
<table class='hor-minimalist-a'>
    <tr>
    <td><b>Country Test Name:</b></td>
    <td><input type="text" id="commonTestName" class="variableData" size="50" style ="display: none;" value="<?php 
echo $testTypeMapping->name;
?>
"></input>
        <div id="commonTestNameFixed" class="fixedData"> <?php 
echo $testTypeMapping->name;
?>
</div><div id='commonTestNameError' style='display:none'>
            <label class="error" id="commonTestNameErrorLabel"><small><font color="red"><?php 
コード例 #2
0
ファイル: lab_section_edit_dir.php プロジェクト: caseyi/BLIS
    echo LangUtil::$generalTerms['MSG_NOTFOUND'];
    ?>
	</div>

<?php 
    include "includes/footer.php";
    return;
}
//$page_elems->getTestNamesSelectorForEdit($testTypeMapping);
# Fetch all measures currently on this test type
//$measure_list = $testTypeMapping->getMeasureIds();
# Display test type info table
//$page_elems->getTestTypeInfoAggregateDir($testTypeMapping);
//$testName = $_REQUEST['tname'];
$mapping_list = array();
$mapping_list = get_test_mapping_list_by_string($testTypeMapping['lab_id_test_category_id']);
//print_r($mapping_list);
?>
<div id='test_form_div' >
<form id="testNamesSelector">
<table class='hor-minimalist-a'>
    <tr>
    <td><b>Country Test Name:</b></td>
    <td><input type="text" id="commonTestName" class="variableData" size="50" style ="display: none;" value="<?php 
echo $testTypeMapping['test_category_name'];
?>
"></input>
        <div id="commonTestNameFixed" class="fixedData"> <?php 
echo $testTypeMapping['test_category_name'];
?>
</div><div id='commonTestNameError' style='display:none'>