0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.145.92.213


Current Path : /var/www/oasis/js/
Upload File :
Current File : /var/www/oasis/js/topsheet.js

/*
 *
 * FOR THE STUDENT ENTRY FORM
 * PROGRAMED BY NAVEEN
 * DATE: 13/03/09
 * TIME: 1:15 PM
 *
 */

function Enabletopsheetpr() {
  $("#page_main_div").load("../html_modules/topsheet.html", function () {
    document.getElementById("display_module_name").innerHTML =
      " Practical Daily Report ";
    document.getElementById("module_name_for_save").value =
      "Practical Daily Report";
    getDefaultHeadFooterLinks("Practical Daily Report");

    if (db == "demo") {
      $("#report_topsheet_degree_code").val("BTCS1");
      $("#report_topsheet_degree_name").val(
        "B.Tech (Computer Science & Engineering)"
      );
      $("#report_topsheet_Examno").val("A");
      $("#report_topsheet_Examno_name").val("First Semester");
    }
  });
}

function Generatetopsheet() {
  window.open(
    $host_url +
      "Generatetopsheet&degree_code=" +
      trim($("#report_topsheet_degree_code").val()) +
      "&examno=" +
      trim($("#report_topsheet_Examno").val()) +
      "&batch_from=" +
      trim($("#report_topsheet_from").val()) +
      "&batch_to=" +
      trim($("#report_topsheet_to").val())
  );
}