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 : 52.14.7.53


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/view_ledger.html

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>

<div id="tabs">
    <ul>
        <li><a href="#">View Ledgers</a></li>
    </ul>
    <div id="ack_rv_rt_application" style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Degree:</td>
                <td>
                    <!-- onchange="loadexamno_ttd()" -->
                    <select
                        name="combination"
                        id="degdet"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Exam No:</td>
                <td>
                    <select
                        name="combination"
                        id="examno"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right">Examination:</td>
                <td>
                    <select
                        name=""
                        id="examination"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td></td>
                <td>
                    <span
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 6px 15px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 12px;
                            cursor: pointer;
                            border-radius: 3px;
                        "
                        onclick="DisplayViewLedger();"
                        >View Ledgers</span
                    >
                </td>
            </tr>
        </table>

        <div
            id="ack_rv_rt_application_details"
            style="overflow: auto; width: 100%"
            hidden
        >
            <table
                align="center"
                class="tr_ventor_row"
                width="98%"
                border="0"
                cellspacing="0"
                cellpadding="5"
            >
                <thead>
                    <tr
                        class="tr_bg1"
                        style="background: aliceblue; color: #000"
                    >
                        <td
                            align="center"
                            style="
                                font-size: 12px;
                                font-weight: bold;
                                border-left: 1px solid #c5dbec;
                                border-right: 1px solid #c5dbec;
                                border-top: 1px solid #c5dbec;
                                border-bottom: 1px solid #c5dbec;
                            "
                        >
                            Sl. No.
                        </td>
                        <td
                            align="center"
                            style="
                                font-size: 12px;
                                font-weight: bold;
                                border-left: 0px solid #c5dbec;
                                border-right: 1px solid #c5dbec;
                                border-top: 1px solid #c5dbec;
                                border-bottom: 1px solid #c5dbec;
                            "
                        >
                            Degree
                        </td>
                        <td
                            align="center"
                            style="
                                font-size: 12px;
                                font-weight: bold;
                                border-left: 0px solid #c5dbec;
                                border-right: 1px solid #c5dbec;
                                border-top: 1px solid #c5dbec;
                                border-bottom: 1px solid #c5dbec;
                            "
                        >
                            Exam
                        </td>
                        <!-- <td align='center' style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>Degree</td> -->
                        <td
                            align="center"
                            style="
                                font-size: 12px;
                                font-weight: bold;
                                border-left: 0px solid #c5dbec;
                                border-right: 1px solid #c5dbec;
                                border-top: 1px solid #c5dbec;
                                border-bottom: 1px solid #c5dbec;
                            "
                        >
                            Exam Date
                        </td>
                        <td
                            align="center"
                            style="
                                font-size: 12px;
                                font-weight: bold;
                                border-left: 0px solid #c5dbec;
                                border-right: 1px solid #c5dbec;
                                border-top: 1px solid #c5dbec;
                                border-bottom: 1px solid #c5dbec;
                            "
                        >
                            Action
                        </td>
                    </tr>
                </thead>
                <tbody id="view_ledg_table_data"></tbody>
            </table>
        </div>
    </div>
</div>