Current File : /home/inlingua/www/sensoriumpsychologists.com/diagnostics/screening/treatment_demo.php
<?php require_once("../franchise_between/check_franchise.php");?>
<?php require_once("../franchise_between/user_details_msg_setup.php");?>
<?php require_once("../franchise_between/validate_functions.php");?>
<?php require_once("../franchise_between/student_funcs.php");?>
<?php require_once("../franchise_between/treatment_funcs.php");?>
<?php
$treatment_obj=new treatment_funcs();
$treatment_id=$_GET['ref_id'];
$validate_obj=new validate_functions();
$validate_obj->check_isset_empty($treatment_id,"ref_id");
$validate_obj->check_is_num($treatment_id,"ref_id");
?>
<?php
$ongoing_section_no=$treatment_id;
?>
<!doctype html>
<html>
<?php include("common/page_head.php");?>
<body>
<?php include("common/header_var.php");?>
<?php
$top_children=$top_val;
?>
<?php include("common/header.php");?>
<div id="main_container">
  <div id="main"><br><br>
    <fieldset>
    <legend>DEMO</legend>
    <table border="0" class="tables_fieldset" style="width:70%;font-size:14px;" cellpadding="3px" cellspacing="0">
<?php
$treatment_obj->get_question_details_section($ongoing_section_no);
$question_paragraph=$treatment_obj->get_value("question_main");
?>
      <tr>
        <td colspan="3" style="font-weight:bold;">
		<?php
        echo($question_paragraph);
		?>
        </td>
      </tr>
<tr style="height:30px;">
  <td colspan="3"></td>
</tr>
<?php
$treatment_obj->print_sub_questions($ongoing_section_no);
?>
<tr style="height:10px;">
  <td colspan="3"></td>
</tr>
    </table>
    </fieldset>
    </form>
  </div>
</div><br><br><br>
</body>	
</html>