Student Detail Page

This page is to display the student detail and registration status of year or semester and other made requests by the student. Save the code in new file name "detail.php". Kindly complete the code your self it's incomplete.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
      <title>Welcome To Online Admission(Student Zone)</title>
      <link rel="STYLESHEET" type="text/css" href="../styles/admission_form.css" />
</head>
<body >
<?php include("header.php");?>
<div class='mainDiv'>
    <div><font size="4" name="sans-serif" color="white"><div class="heading" align="center"><b>Welcome To Distance Education University Online Admission Form</b></br>Student Zone</div></font></br></br>
    <div align="center">
        <table style="border:1px solid black;border-radius:10px;">
            <tr>
                <td>
                    <table style="border:1px solid black;border-radius:10px;">
                        <tr>
                        <td align=center colspan=3 style="border:1px solid black;border-radius:10px;">Welcome Sunni Kumar</br>Program : MCA</br>Enrolment No : <tr>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Admission Year</label>
                                <td>:</td>
                            </td>
                            <td>
                                <input type="text" name="stuname">
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Admission valid upto</label>
                            </td>
                            <td>:</td>
                            <td>
                                <input type="text" name="programcode">
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Father's Name</label>
                            </td>
                            <td>:</td>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Current Address</label>
                            </td>
                            <td>:</td>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Regional Center</label>
                            </td>
                            <td>:</td>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Study Center</label>
                            </td>
                            <td>:</td>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Mobile No.</label>
                            </td>
                            <td>:</td>
                        </tr>
                        <tr>
                            <td>
                                <label class='labels'>Email ID</label>
                            </td>
                            <td>:</td>
                        </tr>
                    </table>   
                </td>
                <td>
                    <table style="border:1px solid black;width:350px;height:266px;border-radius:10px;">
                    <tr>
                        <td colspan=3 align="center">
                            <label >Request Made If Any</label>
                        </td>
                       
                    </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan=2>
                    <table style="border:1px solid black;width:730px;border-radius:10px;">
                <tr>
                    <td align=center>Course Registration Details</td>
                </tr>
            </table>
                </td>
            </tr>
        </table>
    </div>
</div></br>
<?php include("footer.php");?>
</body>
</html>


0 Comments:

Post a Comment