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.15.138.214


Current Path : /proc/thread-self/root/var/www/html/univadmin/js/
Upload File :
Current File : //proc/thread-self/root/var/www/html/univadmin/js/rvrtReport.js

var $host_url="http://"+window.location.host+"/"+window.location.pathname.split('/')[1]+"/app.php?a=";

function rvrtReport(){
    $('#loadtab').load('html_modules/rvrtReport.html?v='+version, () => loadUnivs('univname'),getdeggrp());
}

function getrvrtReport(){
    var univcode = $("#univname").val();
    var deggrp = $("#deggrp").val();
    var degfrom = $("#degrngfrom").val();
    var degto = $("#degrngto").val();
    var exmrng = $("#exmrng").val();
    var crtType = $("#crtType").val();
    var reportType = $("#reportType").val();

    console.log("univcodedeggrpreportType",univcode,deggrp,reportType,exmrng,degto,degfrom);
    if(univcode == null || deggrp == null || reportType == null || crtType == null || degfrom == null){
      alert("Please select all options to get reports");
    }
    else{
      window.location.href=$host_url+"getrvrtReport&univcode="+univcode+"&dgp="+deggrp+"&rt="+reportType+"&ct="+crtType+
      "&degfrom="+degfrom+"&degto="+degto+"&exmrng="+exmrng;
    }
}